codes are hexadecimal triplets representing the
colors red, green, and blue (#RRGGBB). For example,
in the color red, the color code is #FF0000, which is
'255' red, '0' green, and '0' blue. These color codes
can be used to change the color of the background,
text, and tables on a web page.
Major hexadecimal color codes
Color Code Chart
Top 50 most viewed colors
Changing font color on a web page using CSS and
FONT tags.
All questions relating to CSS and HTML colors.
HTML help
Major hexadecimal color codes
Below are some of the common color names and
codes. With these colors, you can also use the color
name. For example, in HTML tags and CSS that use
color codes, you could use "red" instead of "#
FF0000".
Color Name Color Code Color Name Color Code
Red #FF0000 White #FFFFFF
Cyan #00FFFF Silver #C0C0C0
Blue #0000FF Gray or Grey #808080
DarkBlue #0000A0 Black #000000
LightBlue #ADD8E6 Orange #FFA500
No comments:
Post a Comment