Shades of Gold #F7D208
Tints of Gold #F7D208
RGB
CMYK
RGB Variations
Color information
#F7D208 (or 0xF7D208) is known color: Gold. HEX triplet: F7, D2 and 08. RGB value is (247,210,8). Sum of RGB (Red+Green+Blue) = 247+210+8=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 8 (3.52% from 255 or 1.72% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D208 is #082DF7. Grayscale: #C6C6C6. Windows color (decimal): -536056 or 578295. OLE color: 578295.
HSL color Cylindrical-coordinate representation of color #F7D208: hue angle of 50.71º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7D208 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 8 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.03 |
| HSL | 50.71º | 0.94% | 0.5% | - |
| HSV(B) | 50.71º | 0.97% | 0.97% | - |
| XYZ | 61.45 | 65.88 | 9.71 | - |
| YUV | 198.04 | 20.76 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 8 | 0 | 0.15 | 0.97 | 0.03 | 50.71 | 0.94 | 0.5 |
| Hex | F7 | D2 | 8 | 0 | F | 61 | 3 | 33 | 5E | 32 |
| Octal | 367 | 322 | 10 | 0 | 17 | 141 | 3 | 63 | 136 | 62 |
| Binary | 11110111 | 11010010 | 1000 | 0 | 1111 | 1100001 | 11 | 110011 | 1011110 | 110010 |
Color Harmonies of #F7D208
Complementary color
Monochromatic Colors of #F7D208
Black with #F7D208
Text Example
Text Example
White with #F7D208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D208; }
p { color: rgb(247,210,8); }
H1.HeaderClassName
{
color: #F7D208;
}
.AnyTagClassName
{
color: #F7D208;
}
</style>
background-color css
<style>
a { background-color: #F7D208; }
a { background-color: rgb(247,210,8); }
div.DivClassName
{
background-color: #F7D208;
}
.BgClassName
{
background-color: #F7D208;
}
</style>
border-color css
<style>
span { border-color: #F7D208; }
span { border-color: rgb(247,210,8); }
td.TdClassName
{
border-color: #F7D208;
}
.TagClassName
{
border-color: #F7D208;
}
</style>