HTML Color Codes
BRIGHTEN UP YOUR PAGES WITH COLOR
Here are some colors in hexadecimal* to use in your HTML. On the
WEB colors are specified by their red/green/blue components.
*NOTE* Hexadecimal is an arithmetical
system, used in computer programming, that has 16 as the base instead of
10. The first sixteen numbers in hexidecimal are 1,2,3,4,5,6,7,8,9,A,B,C,D,E,F,10.
Therefore, the code for the colors are combinations of these 16
hex numbers. Having a total of 6 digits each, ranging from 00 to
FF.