Wednesday, July 28, 2010

What is HTML color code notation?

It is the format to specify colors in HTML documents, and is hexadecimal notation.
Six characters from hexadecimal digits (0-F) are used with each pair from left to right representing Red, Green and Blue (RGB) color values.
Example:
For color "gray", the code is: #808080

Was this information useful?