Hex codes
with sample tags for using them in tables/backgrounds/borders and fonts.
Java Color Slider Applet below for finding your own codes!
Using Hex codes for coloring in table spacing can liven up any page without taking extra time to load graphics.

Yes, this is a bright page with ugly coloring, but the point was to show what could be done.

Font color and size tag:
<FONT SIZE=2 COLOR="FF0030">
Use the closing tag with it:</font>
Works with:IE/Netscape
Background color tag for whole pages:
<body bgcolor="303000">
Works with:IE/Netscape
Color tags can be used for whole tables:
<Table bgcolor="30FF30">
Works with:IE/Netscape
Color tags used for Table data Cells:
<TD bgcolor="FFFF00">
Works with:IE/Netscape
Color tags used for Table Borders:
<table bordercolor="700030" border=5>
Works with:IE
Hex codes can be used in many ways!
 *    *    *    *    *    *   
   *    *    *    *    *    *
 *    *    *    *    *    *   
   *    *    *    *    *    *
 *    *    *    *    *    *   
   *    *    *    *    *    *
 *    *    *    *    *    *   
   *    *    *    *    *    *
 
 
 
 
 
 
 
 
 
 
 
 
 
000000 000030 000070 0000CC 0000FF
300000 300030 300070 3000CC 3000FF
003000 003030 003070 0030CC 0030FF
303000 303030 303070 3030CC 3030FF
700000 700030 700070 7000CC 7000FF
703000 703030 703070 7030CC 7030FF
007000 007030 007070 0070CC 0070FF
307000 307030 307070 3070CC 3070FF
707000 707030 707070 7070CC 7070FF
00CC00 00CC30 00CC70 00CCCC 00CCFF
30CC00 30CC30 30CC70 30CCCC 30CCFF
70CC00 70CC30 70CC70 70CCCC 70CCFF
00FF00 00FF30 00FF70 00FFCC 00FFFF
30FF00 30FF30 30FF70 30FFCC 30FFFF
70FF00 70FF30 70FF70 70FFCC 70FFFF
CC0000 CC0030 CC0070 CC00CC CC00FF
FF0000 FF0030 FF0070 FF00CC FF00FF
CC3000 CC3030 CC3070 CC30CC CC30FF
FF3000 FF3030 FF3070 FF30CC FF30FF
CC7000 CC7030 CC7070 CC70CC CC70FF
FF7000 FF7030 FF7070 FF70CC FF70FF
CCCC00 CCCC30 CCCC70 CCCCCC CCCCFF
FFCC00 FFCC30 FFCC70 FFCCCC FFCCFF
CCFF00 CCFF30 CCFF70 CCFFCC CCFFFF
FFFF00 FFFF30 FFFF70 FFFFCC FFFFFF
I have been asked many times for an explanation on font tags, here is one:
Put this tag in front of the text you want changed:
<FONT COLOR="#CC00FF" SIZE="3" FACE="Comic Sans MS">
The numbers and/or letters in the quotes after COLOR= is for the color of the font. You can use basic colors in the quotes too, ie...red, blue, etc.
The number in the quotes after SIZE= is for the size of the font.
The font name in the quotes after FACE= is for the type of font.
The person viewing the page must have the font on their computer to actually see whatever font you put in the tag.
Always use the closing tag with it:</font>
You put it AFTER the font you want controlled.


Use the Handy applet below to determine your RGB color codes.
Slide the color bars until the bottom bar is the desired color
and the RGB code is after the #sign!
This application requires a Java-enabled browser



Last Update: