Shades of Gold #F0D10D
Tints of Gold #F0D10D
RGB
CMYK
RGB Variations
Color information
#F0D10D (or 0xF0D10D) is known color: Gold. HEX triplet: F0, D1 and 0D. RGB value is (240,209,13). Sum of RGB (Red+Green+Blue) = 240+209+13=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D10D is #0F2EF2. Grayscale: #C4C4C4. Windows color (decimal): -995059 or 905712. OLE color: 905712.
HSL color Cylindrical-coordinate representation of color #F0D10D: hue angle of 51.81º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0D10D is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 13 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.06 |
| HSL | 51.81º | 0.9% | 0.5% | - |
| HSV(B) | 51.81º | 0.95% | 0.94% | - |
| XYZ | 58.81 | 64.16 | 9.66 | - |
| YUV | 195.93 | 24.77 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 13 | 0 | 0.13 | 0.95 | 0.06 | 51.81 | 0.9 | 0.5 |
| Hex | F0 | D1 | D | 0 | D | 5F | 6 | 34 | 5A | 32 |
| Octal | 360 | 321 | 15 | 0 | 15 | 137 | 6 | 64 | 132 | 62 |
| Binary | 11110000 | 11010001 | 1101 | 0 | 1101 | 1011111 | 110 | 110100 | 1011010 | 110010 |
Color Harmonies of #F0D10D
Complementary color
Monochromatic Colors of #F0D10D
Black with #F0D10D
Text Example
Text Example
White with #F0D10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D10D; }
p { color: rgb(240,209,13); }
H1.HeaderClassName
{
color: #F0D10D;
}
.AnyTagClassName
{
color: #F0D10D;
}
</style>
background-color css
<style>
a { background-color: #F0D10D; }
a { background-color: rgb(240,209,13); }
div.DivClassName
{
background-color: #F0D10D;
}
.BgClassName
{
background-color: #F0D10D;
}
</style>
border-color css
<style>
span { border-color: #F0D10D; }
span { border-color: rgb(240,209,13); }
td.TdClassName
{
border-color: #F0D10D;
}
.TagClassName
{
border-color: #F0D10D;
}
</style>