Shades of Gold #F0D60A
Tints of Gold #F0D60A
RGB
CMYK
RGB Variations
Color information
#F0D60A (or 0xF0D60A) is known color: Gold. HEX triplet: F0, D6 and 0A. RGB value is (240,214,10). Sum of RGB (Red+Green+Blue) = 240+214+10=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D60A is #0F29F5. Grayscale: #C7C7C7. Windows color (decimal): -993782 or 710384. OLE color: 710384.
HSL color Cylindrical-coordinate representation of color #F0D60A: hue angle of 53.22º degrees, saturation: 0.92, 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 #F0D60A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.06 |
| HSL | 53.22º | 0.92% | 0.49% | - |
| HSV(B) | 53.22º | 0.96% | 0.94% | - |
| XYZ | 60.04 | 66.64 | 9.99 | - |
| YUV | 198.52 | 21.61 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 10 | 0 | 0.11 | 0.96 | 0.06 | 53.22 | 0.92 | 0.49 |
| Hex | F0 | D6 | A | 0 | B | 60 | 6 | 35 | 5C | 31 |
| Octal | 360 | 326 | 12 | 0 | 13 | 140 | 6 | 65 | 134 | 61 |
| Binary | 11110000 | 11010110 | 1010 | 0 | 1011 | 1100000 | 110 | 110101 | 1011100 | 110001 |
Color Harmonies of #F0D60A
Complementary color
Monochromatic Colors of #F0D60A
Black with #F0D60A
Text Example
Text Example
White with #F0D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D60A; }
p { color: rgb(240,214,10); }
H1.HeaderClassName
{
color: #F0D60A;
}
.AnyTagClassName
{
color: #F0D60A;
}
</style>
background-color css
<style>
a { background-color: #F0D60A; }
a { background-color: rgb(240,214,10); }
div.DivClassName
{
background-color: #F0D60A;
}
.BgClassName
{
background-color: #F0D60A;
}
</style>
border-color css
<style>
span { border-color: #F0D60A; }
span { border-color: rgb(240,214,10); }
td.TdClassName
{
border-color: #F0D60A;
}
.TagClassName
{
border-color: #F0D60A;
}
</style>