HTML Color Codes is free color tools for getting HTML colors for your website. The two tools HTML color chart and HTML color picker will make this simple as a walk in the park.
If you wish to learn what this combination of characters in HTML Color Codes actually means than take a look at section HTML Color Codes Theory.
Using this color chart is very easy
HTML Color Chart
With this dynamic HTML color chart you can get HTML codes for basic colors.
Click on any color square to get its HTML color code:
Below is a list of recently picked colors. To store HTML color for your next visit click on its pin:
Html Color Picker Selector
Click here:
Choosing Website Color
Great site has unique color and unique designs, and these great sites designs are made possible by using the correct website color, so as to attract the preferred audience to a website.
How to use HTML color codes?
With HTML color codes you can set the color of web site background, color of text, cells in tables and much more.
Using HTML color codes for web site background color:
<body bgcolor="#66FF00">
Using HTML color codes for setting font/text color:
<font color="#66FF00">some text</font>
Using HTML color codes for table background color:
Using HTML color code for link color:
HTML Color Codes Combination
Color combination of letters and numbers are used in getting color codes. This is the way it is done.
HTML Codes format:
Each HTML code contains symbol "#" and 6 letters or numbers. These numbers are in hexadecimal numeral system. For example "FF" in hexadecimal represents number 255 in Decimal.
Meaning of symbols:
The first two symbols in HTML color code represents the intensity of red color. 00 is the least and FF is the most intense.
The third and fourth represents intensity of green and fifth and sixth represents the intensity of blue.
So with combining the intensity of red, green and blue we can mix almost any color that our heart desire;)
Examples:
#FF0000 - With this HTML code we tell browser to show maximum of red and no green and no blue.
The result is of course pure red color:
#00FF00 - This HTML code shows just green and no red and blue.
The result is:
#0000FF - This HTML code shows just blue and no red and green.
The result is:
#FFFF00 - Combination of red and green color gives us yellow:
#CCEEFF - Take some red a bit more of green and maximum of blue to get color of sky: