Shades of Gold #F7D407
Tints of Gold #F7D407
RGB
CMYK
RGB Variations
Color information
#F7D407 (or 0xF7D407) is known color: Gold. HEX triplet: F7, D4 and 07. RGB value is (247,212,7). Sum of RGB (Red+Green+Blue) = 247+212+7=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D407 is #082BF8. Grayscale: #C7C7C7. Windows color (decimal): -535545 or 513271. OLE color: 513271.
HSL color Cylindrical-coordinate representation of color #F7D407: hue angle of 51.25º 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 #F7D407 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.03 |
| HSL | 51.25º | 0.94% | 0.5% | - |
| HSV(B) | 51.25º | 0.97% | 0.97% | - |
| XYZ | 61.94 | 66.88 | 9.84 | - |
| YUV | 199.1 | 19.6 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 7 | 0 | 0.14 | 0.97 | 0.03 | 51.25 | 0.94 | 0.5 |
| Hex | F7 | D4 | 7 | 0 | E | 61 | 3 | 33 | 5E | 32 |
| Octal | 367 | 324 | 7 | 0 | 16 | 141 | 3 | 63 | 136 | 62 |
| Binary | 11110111 | 11010100 | 111 | 0 | 1110 | 1100001 | 11 | 110011 | 1011110 | 110010 |
Color Harmonies of #F7D407
Complementary color
Monochromatic Colors of #F7D407
Black with #F7D407
Text Example
Text Example
White with #F7D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D407; }
p { color: rgb(247,212,7); }
H1.HeaderClassName
{
color: #F7D407;
}
.AnyTagClassName
{
color: #F7D407;
}
</style>
background-color css
<style>
a { background-color: #F7D407; }
a { background-color: rgb(247,212,7); }
div.DivClassName
{
background-color: #F7D407;
}
.BgClassName
{
background-color: #F7D407;
}
</style>
border-color css
<style>
span { border-color: #F7D407; }
span { border-color: rgb(247,212,7); }
td.TdClassName
{
border-color: #F7D407;
}
.TagClassName
{
border-color: #F7D407;
}
</style>