Shades of Gold #F0D409
Tints of Gold #F0D409
RGB
CMYK
RGB Variations
Color information
#F0D409 (or 0xF0D409) is known color: Gold. HEX triplet: F0, D4 and 09. RGB value is (240,212,9). Sum of RGB (Red+Green+Blue) = 240+212+9=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D409 is #0F2BF6. Grayscale: #C6C6C6. Windows color (decimal): -994295 or 644336. OLE color: 644336.
HSL color Cylindrical-coordinate representation of color #F0D409: hue angle of 52.73º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0D409 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.06 |
| HSL | 52.73º | 0.93% | 0.49% | - |
| HSV(B) | 52.73º | 0.96% | 0.94% | - |
| XYZ | 59.53 | 65.63 | 9.79 | - |
| YUV | 197.23 | 21.78 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 9 | 0 | 0.12 | 0.96 | 0.06 | 52.73 | 0.93 | 0.49 |
| Hex | F0 | D4 | 9 | 0 | C | 60 | 6 | 35 | 5D | 31 |
| Octal | 360 | 324 | 11 | 0 | 14 | 140 | 6 | 65 | 135 | 61 |
| Binary | 11110000 | 11010100 | 1001 | 0 | 1100 | 1100000 | 110 | 110101 | 1011101 | 110001 |
Color Harmonies of #F0D409
Complementary color
Monochromatic Colors of #F0D409
Black with #F0D409
Text Example
Text Example
White with #F0D409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D409; }
p { color: rgb(240,212,9); }
H1.HeaderClassName
{
color: #F0D409;
}
.AnyTagClassName
{
color: #F0D409;
}
</style>
background-color css
<style>
a { background-color: #F0D409; }
a { background-color: rgb(240,212,9); }
div.DivClassName
{
background-color: #F0D409;
}
.BgClassName
{
background-color: #F0D409;
}
</style>
border-color css
<style>
span { border-color: #F0D409; }
span { border-color: rgb(240,212,9); }
td.TdClassName
{
border-color: #F0D409;
}
.TagClassName
{
border-color: #F0D409;
}
</style>