Shades of Gold #F0D602
Tints of Gold #F0D602
RGB
CMYK
RGB Variations
Color information
#F0D602 (or 0xF0D602) is known color: Gold. HEX triplet: F0, D6 and 02. RGB value is (240,214,2). Sum of RGB (Red+Green+Blue) = 240+214+2=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D602 is #0F29FD. Grayscale: #C6C6C6. Windows color (decimal): -993790 or 186096. OLE color: 186096.
HSL color Cylindrical-coordinate representation of color #F0D602: hue angle of 53.45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0D602 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.06 |
| HSL | 53.45º | 0.98% | 0.47% | - |
| HSV(B) | 53.45º | 0.99% | 0.94% | - |
| XYZ | 59.99 | 66.62 | 9.75 | - |
| YUV | 197.61 | 17.61 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 2 | 0 | 0.11 | 0.99 | 0.06 | 53.45 | 0.98 | 0.47 |
| Hex | F0 | D6 | 2 | 0 | B | 63 | 6 | 35 | 62 | 2F |
| Octal | 360 | 326 | 2 | 0 | 13 | 143 | 6 | 65 | 142 | 57 |
| Binary | 11110000 | 11010110 | 10 | 0 | 1011 | 1100011 | 110 | 110101 | 1100010 | 101111 |
Color Harmonies of #F0D602
Complementary color
Monochromatic Colors of #F0D602
Black with #F0D602
Text Example
Text Example
White with #F0D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D602; }
p { color: rgb(240,214,2); }
H1.HeaderClassName
{
color: #F0D602;
}
.AnyTagClassName
{
color: #F0D602;
}
</style>
background-color css
<style>
a { background-color: #F0D602; }
a { background-color: rgb(240,214,2); }
div.DivClassName
{
background-color: #F0D602;
}
.BgClassName
{
background-color: #F0D602;
}
</style>
border-color css
<style>
span { border-color: #F0D602; }
span { border-color: rgb(240,214,2); }
td.TdClassName
{
border-color: #F0D602;
}
.TagClassName
{
border-color: #F0D602;
}
</style>