HTML Colors
Sometimes you want to give something in HTML a color. If you want to give a certain text a certain color, this is how to do it:
<font color="color">a text</font>
For 'color' you can add one of the followings to get the text red:
It will look like this:
a text
Choosing Colors with the RGB (red-green-blue) Generator
Click on the color you want, and you get the HTML color:
|
Color:
|
Red:
Green:
Blue:
|
|
Hue:
Saturation:
Luminance:
|
|
Hexadecimal:
RGB:
|
HTML-color:
|
Was this information useful?
If so, please consider linking to this website:
Thank you!