Shades of Gold #F0D609
Tints of Gold #F0D609
RGB
CMYK
RGB Variations
Color information
#F0D609 (or 0xF0D609) is known color: Gold. HEX triplet: F0, D6 and 09. RGB value is (240,214,9). Sum of RGB (Red+Green+Blue) = 240+214+9=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 9 (3.91% from 255 or 1.94% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D609 is #0F29F6. Grayscale: #C7C7C7. Windows color (decimal): -993783 or 644848. OLE color: 644848.
HSL color Cylindrical-coordinate representation of color #F0D609: hue angle of 53.25º 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 #F0D609 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.06 |
| HSL | 53.25º | 0.93% | 0.49% | - |
| HSV(B) | 53.25º | 0.96% | 0.94% | - |
| XYZ | 60.03 | 66.64 | 9.96 | - |
| YUV | 198.4 | 21.11 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 9 | 0 | 0.11 | 0.96 | 0.06 | 53.25 | 0.93 | 0.49 |
| Hex | F0 | D6 | 9 | 0 | B | 60 | 6 | 35 | 5D | 31 |
| Octal | 360 | 326 | 11 | 0 | 13 | 140 | 6 | 65 | 135 | 61 |
| Binary | 11110000 | 11010110 | 1001 | 0 | 1011 | 1100000 | 110 | 110101 | 1011101 | 110001 |
Color Harmonies of #F0D609
Complementary color
Monochromatic Colors of #F0D609
Black with #F0D609
Text Example
Text Example
White with #F0D609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D609; }
p { color: rgb(240,214,9); }
H1.HeaderClassName
{
color: #F0D609;
}
.AnyTagClassName
{
color: #F0D609;
}
</style>
background-color css
<style>
a { background-color: #F0D609; }
a { background-color: rgb(240,214,9); }
div.DivClassName
{
background-color: #F0D609;
}
.BgClassName
{
background-color: #F0D609;
}
</style>
border-color css
<style>
span { border-color: #F0D609; }
span { border-color: rgb(240,214,9); }
td.TdClassName
{
border-color: #F0D609;
}
.TagClassName
{
border-color: #F0D609;
}
</style>