Shades of Gold #F0D10A
Tints of Gold #F0D10A
RGB
CMYK
RGB Variations
Color information
#F0D10A (or 0xF0D10A) is known color: Gold. HEX triplet: F0, D1 and 0A. RGB value is (240,209,10). Sum of RGB (Red+Green+Blue) = 240+209+10=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D10A is #0F2EF5. Grayscale: #C4C4C4. Windows color (decimal): -995062 or 709104. OLE color: 709104.
HSL color Cylindrical-coordinate representation of color #F0D10A: hue angle of 51.91º 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 #F0D10A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 10 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.06 |
| HSL | 51.91º | 0.92% | 0.49% | - |
| HSV(B) | 51.91º | 0.96% | 0.94% | - |
| XYZ | 58.79 | 64.15 | 9.57 | - |
| YUV | 195.58 | 23.27 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 10 | 0 | 0.13 | 0.96 | 0.06 | 51.91 | 0.92 | 0.49 |
| Hex | F0 | D1 | A | 0 | D | 60 | 6 | 34 | 5C | 31 |
| Octal | 360 | 321 | 12 | 0 | 15 | 140 | 6 | 64 | 134 | 61 |
| Binary | 11110000 | 11010001 | 1010 | 0 | 1101 | 1100000 | 110 | 110100 | 1011100 | 110001 |
Color Harmonies of #F0D10A
Complementary color
Monochromatic Colors of #F0D10A
Black with #F0D10A
Text Example
Text Example
White with #F0D10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D10A; }
p { color: rgb(240,209,10); }
H1.HeaderClassName
{
color: #F0D10A;
}
.AnyTagClassName
{
color: #F0D10A;
}
</style>
background-color css
<style>
a { background-color: #F0D10A; }
a { background-color: rgb(240,209,10); }
div.DivClassName
{
background-color: #F0D10A;
}
.BgClassName
{
background-color: #F0D10A;
}
</style>
border-color css
<style>
span { border-color: #F0D10A; }
span { border-color: rgb(240,209,10); }
td.TdClassName
{
border-color: #F0D10A;
}
.TagClassName
{
border-color: #F0D10A;
}
</style>