Return to previous web page

Using Color in HTML Documents


Color Tags in HTML are represented by a series of 2 digit hexidecimal codes that are displayed in a series.

Each pair of codes represents a value of RED, GREEN, or BLUE.

As an example the hex-code for the color Red would be "FF 00 00".

Red=FF Green=00 Blue=00.

The color Blue would be seen as "0000FF".
"F" represents the full value of a color,
"0" represents the absence of color in hexidecimal.