Shades of Gold #F0D205
Tints of Gold #F0D205
RGB
CMYK
RGB Variations
Color information
#F0D205 (or 0xF0D205) is known color: Gold. HEX triplet: F0, D2 and 05. RGB value is (240,210,5). Sum of RGB (Red+Green+Blue) = 240+210+5=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D205 is #0F2DFA. Grayscale: #C4C4C4. Windows color (decimal): -994811 or 381680. OLE color: 381680.
HSL color Cylindrical-coordinate representation of color #F0D205: hue angle of 52.34º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0D205 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.06 |
| HSL | 52.34º | 0.96% | 0.48% | - |
| HSV(B) | 52.34º | 0.98% | 0.94% | - |
| XYZ | 59.01 | 64.63 | 9.51 | - |
| YUV | 195.6 | 20.44 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 5 | 0 | 0.12 | 0.98 | 0.06 | 52.34 | 0.96 | 0.48 |
| Hex | F0 | D2 | 5 | 0 | C | 62 | 6 | 34 | 60 | 30 |
| Octal | 360 | 322 | 5 | 0 | 14 | 142 | 6 | 64 | 140 | 60 |
| Binary | 11110000 | 11010010 | 101 | 0 | 1100 | 1100010 | 110 | 110100 | 1100000 | 110000 |
Color Harmonies of #F0D205
Complementary color
Monochromatic Colors of #F0D205
Black with #F0D205
Text Example
Text Example
White with #F0D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D205; }
p { color: rgb(240,210,5); }
H1.HeaderClassName
{
color: #F0D205;
}
.AnyTagClassName
{
color: #F0D205;
}
</style>
background-color css
<style>
a { background-color: #F0D205; }
a { background-color: rgb(240,210,5); }
div.DivClassName
{
background-color: #F0D205;
}
.BgClassName
{
background-color: #F0D205;
}
</style>
border-color css
<style>
span { border-color: #F0D205; }
span { border-color: rgb(240,210,5); }
td.TdClassName
{
border-color: #F0D205;
}
.TagClassName
{
border-color: #F0D205;
}
</style>