Shades of Gold #F0D600
Tints of Gold #F0D600
RGB
CMYK
RGB Variations
Color information
#F0D600 (or 0xF0D600) is known color: Gold. HEX triplet: F0, D6 and 00. RGB value is (240,214,0). Sum of RGB (Red+Green+Blue) = 240+214+0=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D600 is #0F29FF. Grayscale: #C6C6C6. Windows color (decimal): -993792 or 55024. OLE color: 55024.
HSL color Cylindrical-coordinate representation of color #F0D600: hue angle of 53.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 #F0D600 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.06 |
| HSL | 53.5º | 1% | 0.47% | - |
| HSV(B) | 53.5º | 1% | 0.94% | - |
| XYZ | 59.98 | 66.62 | 9.7 | - |
| YUV | 197.38 | 16.61 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 0 | 0 | 0.11 | 1 | 0.06 | 53.5 | 1 | 0.47 |
| Hex | F0 | D6 | 0 | 0 | B | 64 | 6 | 36 | 64 | 2F |
| Octal | 360 | 326 | 0 | 0 | 13 | 144 | 6 | 66 | 144 | 57 |
| Binary | 11110000 | 11010110 | 0 | 0 | 1011 | 1100100 | 110 | 110110 | 1100100 | 101111 |
Color Harmonies of #F0D600
Complementary color
Monochromatic Colors of #F0D600
Black with #F0D600
Text Example
Text Example
White with #F0D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D600; }
p { color: rgb(240,214,0); }
H1.HeaderClassName
{
color: #F0D600;
}
.AnyTagClassName
{
color: #F0D600;
}
</style>
background-color css
<style>
a { background-color: #F0D600; }
a { background-color: rgb(240,214,0); }
div.DivClassName
{
background-color: #F0D600;
}
.BgClassName
{
background-color: #F0D600;
}
</style>
border-color css
<style>
span { border-color: #F0D600; }
span { border-color: rgb(240,214,0); }
td.TdClassName
{
border-color: #F0D600;
}
.TagClassName
{
border-color: #F0D600;
}
</style>