Shades of Gold #F0D20C
Tints of Gold #F0D20C
RGB
CMYK
RGB Variations
Color information
#F0D20C (or 0xF0D20C) is known color: Gold. HEX triplet: F0, D2 and 0C. RGB value is (240,210,12). Sum of RGB (Red+Green+Blue) = 240+210+12=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D20C is #0F2DF3. Grayscale: #C5C5C5. Windows color (decimal): -994804 or 840432. OLE color: 840432.
HSL color Cylindrical-coordinate representation of color #F0D20C: hue angle of 52.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0D20C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.06 |
| HSL | 52.11º | 0.9% | 0.49% | - |
| HSV(B) | 52.11º | 0.95% | 0.94% | - |
| XYZ | 59.05 | 64.64 | 9.71 | - |
| YUV | 196.4 | 23.94 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 12 | 0 | 0.12 | 0.95 | 0.06 | 52.11 | 0.9 | 0.49 |
| Hex | F0 | D2 | C | 0 | C | 5F | 6 | 34 | 5A | 31 |
| Octal | 360 | 322 | 14 | 0 | 14 | 137 | 6 | 64 | 132 | 61 |
| Binary | 11110000 | 11010010 | 1100 | 0 | 1100 | 1011111 | 110 | 110100 | 1011010 | 110001 |
Color Harmonies of #F0D20C
Complementary color
Monochromatic Colors of #F0D20C
Black with #F0D20C
Text Example
Text Example
White with #F0D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D20C; }
p { color: rgb(240,210,12); }
H1.HeaderClassName
{
color: #F0D20C;
}
.AnyTagClassName
{
color: #F0D20C;
}
</style>
background-color css
<style>
a { background-color: #F0D20C; }
a { background-color: rgb(240,210,12); }
div.DivClassName
{
background-color: #F0D20C;
}
.BgClassName
{
background-color: #F0D20C;
}
</style>
border-color css
<style>
span { border-color: #F0D20C; }
span { border-color: rgb(240,210,12); }
td.TdClassName
{
border-color: #F0D20C;
}
.TagClassName
{
border-color: #F0D20C;
}
</style>