Shades of Gold #F0D200
Tints of Gold #F0D200
RGB
CMYK
RGB Variations
Color information
#F0D200 (or 0xF0D200) is known color: Gold. HEX triplet: F0, D2 and 00. RGB value is (240,210,0). Sum of RGB (Red+Green+Blue) = 240+210+0=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D200 is #0F2DFF. Grayscale: #C3C3C3. Windows color (decimal): -994816 or 54000. OLE color: 54000.
HSL color Cylindrical-coordinate representation of color #F0D200: hue angle of 52.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0D200 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.06 |
| HSL | 52.5º | 1% | 0.47% | - |
| HSV(B) | 52.5º | 1% | 0.94% | - |
| XYZ | 58.98 | 64.62 | 9.36 | - |
| YUV | 195.03 | 17.94 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 0 | 0 | 0.12 | 1 | 0.06 | 52.5 | 1 | 0.47 |
| Hex | F0 | D2 | 0 | 0 | C | 64 | 6 | 34 | 64 | 2F |
| Octal | 360 | 322 | 0 | 0 | 14 | 144 | 6 | 64 | 144 | 57 |
| Binary | 11110000 | 11010010 | 0 | 0 | 1100 | 1100100 | 110 | 110100 | 1100100 | 101111 |
Color Harmonies of #F0D200
Complementary color
Monochromatic Colors of #F0D200
Black with #F0D200
Text Example
Text Example
White with #F0D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D200; }
p { color: rgb(240,210,0); }
H1.HeaderClassName
{
color: #F0D200;
}
.AnyTagClassName
{
color: #F0D200;
}
</style>
background-color css
<style>
a { background-color: #F0D200; }
a { background-color: rgb(240,210,0); }
div.DivClassName
{
background-color: #F0D200;
}
.BgClassName
{
background-color: #F0D200;
}
</style>
border-color css
<style>
span { border-color: #F0D200; }
span { border-color: rgb(240,210,0); }
td.TdClassName
{
border-color: #F0D200;
}
.TagClassName
{
border-color: #F0D200;
}
</style>