Color names and hex codes
A short
listing
Color is one of the mostly
used HTML command attributes. In the HTML language we use so called hex
codes. The hex codes are made up of six digits. Most colors have their
names not only hex codes. Below is a list of some common color names and
hex codes for use in the HTML documents. Place the hex code, including
the # sign or color name inside the quotation marks of your HTML
command.
|
Color
|
Name and HEX code
|
Color
|
Name and HEX code
|
|
|
Black = "#000000"
|
|
Green = "#008000"
|
|
|
Silver = "#C0C0C0"
|
|
Lime = "#00FF00"
|
|
|
Gray = "#808080"
|
|
Olive = "#808000"
|
|
|
White = "#FFFFFF"
|
|
Yellow = "#FFFF00"
|
|
|
Maroon = "#800000"
|
|
Navy = "#000080"
|
|
|
Red = "#FF0000"
|
|
Blue = "#0000FF"
|
|
|
Purple = "#800080"
|
|
Teal = "#008080"
|
|
|
Fuchsia = "#FF00FF"
|
|
Aqua = "#00FFFF"
|
Some examples:
<FONT
COLOR="red"> or <FONT COLOR ="#FFFF00">
|