Shades of Gold #F7D10A
Tints of Gold #F7D10A
RGB
CMYK
RGB Variations
Color information
#F7D10A (or 0xF7D10A) is known color: Gold. HEX triplet: F7, D1 and 0A. RGB value is (247,209,10). Sum of RGB (Red+Green+Blue) = 247+209+10=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D10A is #082EF5. Grayscale: #C6C6C6. Windows color (decimal): -536310 or 709111. OLE color: 709111.
HSL color Cylindrical-coordinate representation of color #F7D10A: hue angle of 50.38º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7D10A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 10 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.03 |
| HSL | 50.38º | 0.94% | 0.5% | - |
| HSV(B) | 50.38º | 0.96% | 0.97% | - |
| XYZ | 61.21 | 65.4 | 9.68 | - |
| YUV | 197.68 | 22.09 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 10 | 0 | 0.15 | 0.96 | 0.03 | 50.38 | 0.94 | 0.5 |
| Hex | F7 | D1 | A | 0 | F | 60 | 3 | 32 | 5E | 32 |
| Octal | 367 | 321 | 12 | 0 | 17 | 140 | 3 | 62 | 136 | 62 |
| Binary | 11110111 | 11010001 | 1010 | 0 | 1111 | 1100000 | 11 | 110010 | 1011110 | 110010 |
Color Harmonies of #F7D10A
Complementary color
Monochromatic Colors of #F7D10A
Black with #F7D10A
Text Example
Text Example
White with #F7D10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D10A; }
p { color: rgb(247,209,10); }
H1.HeaderClassName
{
color: #F7D10A;
}
.AnyTagClassName
{
color: #F7D10A;
}
</style>
background-color css
<style>
a { background-color: #F7D10A; }
a { background-color: rgb(247,209,10); }
div.DivClassName
{
background-color: #F7D10A;
}
.BgClassName
{
background-color: #F7D10A;
}
</style>
border-color css
<style>
span { border-color: #F7D10A; }
span { border-color: rgb(247,209,10); }
td.TdClassName
{
border-color: #F7D10A;
}
.TagClassName
{
border-color: #F7D10A;
}
</style>