Shades of Gold #F0D20F
Tints of Gold #F0D20F
RGB
CMYK
RGB Variations
Color information
#F0D20F (or 0xF0D20F) is known color: Gold. HEX triplet: F0, D2 and 0F. RGB value is (240,210,15). Sum of RGB (Red+Green+Blue) = 240+210+15=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D20F is #0F2DF0. Grayscale: #C5C5C5. Windows color (decimal): -994801 or 1037040. OLE color: 1037040.
HSL color Cylindrical-coordinate representation of color #F0D20F: hue angle of 52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0D20F is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 15 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.06 |
| HSL | 52º | 0.88% | 0.5% | - |
| HSV(B) | 52º | 0.94% | 0.94% | - |
| XYZ | 59.07 | 64.65 | 9.82 | - |
| YUV | 196.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 15 | 0 | 0.12 | 0.94 | 0.06 | 52 | 0.88 | 0.5 |
| Hex | F0 | D2 | F | 0 | C | 5E | 6 | 34 | 58 | 32 |
| Octal | 360 | 322 | 17 | 0 | 14 | 136 | 6 | 64 | 130 | 62 |
| Binary | 11110000 | 11010010 | 1111 | 0 | 1100 | 1011110 | 110 | 110100 | 1011000 | 110010 |
Color Harmonies of #F0D20F
Complementary color
Monochromatic Colors of #F0D20F
Black with #F0D20F
Text Example
Text Example
White with #F0D20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D20F; }
p { color: rgb(240,210,15); }
H1.HeaderClassName
{
color: #F0D20F;
}
.AnyTagClassName
{
color: #F0D20F;
}
</style>
background-color css
<style>
a { background-color: #F0D20F; }
a { background-color: rgb(240,210,15); }
div.DivClassName
{
background-color: #F0D20F;
}
.BgClassName
{
background-color: #F0D20F;
}
</style>
border-color css
<style>
span { border-color: #F0D20F; }
span { border-color: rgb(240,210,15); }
td.TdClassName
{
border-color: #F0D20F;
}
.TagClassName
{
border-color: #F0D20F;
}
</style>