Shades of Gold #F0D508
Tints of Gold #F0D508
RGB
CMYK
RGB Variations
Color information
#F0D508 (or 0xF0D508) is known color: Gold. HEX triplet: F0, D5 and 08. RGB value is (240,213,8). Sum of RGB (Red+Green+Blue) = 240+213+8=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D508 is #0F2AF7. Grayscale: #C6C6C6. Windows color (decimal): -994040 or 579056. OLE color: 579056.
HSL color Cylindrical-coordinate representation of color #F0D508: hue angle of 53.02º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0D508 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 8 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.06 |
| HSL | 53.02º | 0.94% | 0.49% | - |
| HSV(B) | 53.02º | 0.97% | 0.94% | - |
| XYZ | 59.77 | 66.13 | 9.84 | - |
| YUV | 197.7 | 20.95 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 8 | 0 | 0.11 | 0.97 | 0.06 | 53.02 | 0.94 | 0.49 |
| Hex | F0 | D5 | 8 | 0 | B | 61 | 6 | 35 | 5E | 31 |
| Octal | 360 | 325 | 10 | 0 | 13 | 141 | 6 | 65 | 136 | 61 |
| Binary | 11110000 | 11010101 | 1000 | 0 | 1011 | 1100001 | 110 | 110101 | 1011110 | 110001 |
Color Harmonies of #F0D508
Complementary color
Monochromatic Colors of #F0D508
Black with #F0D508
Text Example
Text Example
White with #F0D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D508; }
p { color: rgb(240,213,8); }
H1.HeaderClassName
{
color: #F0D508;
}
.AnyTagClassName
{
color: #F0D508;
}
</style>
background-color css
<style>
a { background-color: #F0D508; }
a { background-color: rgb(240,213,8); }
div.DivClassName
{
background-color: #F0D508;
}
.BgClassName
{
background-color: #F0D508;
}
</style>
border-color css
<style>
span { border-color: #F0D508; }
span { border-color: rgb(240,213,8); }
td.TdClassName
{
border-color: #F0D508;
}
.TagClassName
{
border-color: #F0D508;
}
</style>