Shades of Gold #F7D600
Tints of Gold #F7D600
RGB
CMYK
RGB Variations
Color information
#F7D600 (or 0xF7D600) is known color: Gold. HEX triplet: F7, D6 and 00. RGB value is (247,214,0). Sum of RGB (Red+Green+Blue) = 247+214+0=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D600 is #0829FF. Grayscale: #C8C8C8. Windows color (decimal): -535040 or 55031. OLE color: 55031.
HSL color Cylindrical-coordinate representation of color #F7D600: hue angle of 51.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7D600 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.03 |
| HSL | 51.98º | 1% | 0.48% | - |
| HSV(B) | 51.98º | 1% | 0.97% | - |
| XYZ | 62.4 | 67.87 | 9.81 | - |
| YUV | 199.47 | 15.43 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 0 | 0 | 0.13 | 1 | 0.03 | 51.98 | 1 | 0.48 |
| Hex | F7 | D6 | 0 | 0 | D | 64 | 3 | 34 | 64 | 30 |
| Octal | 367 | 326 | 0 | 0 | 15 | 144 | 3 | 64 | 144 | 60 |
| Binary | 11110111 | 11010110 | 0 | 0 | 1101 | 1100100 | 11 | 110100 | 1100100 | 110000 |
Color Harmonies of #F7D600
Complementary color
Monochromatic Colors of #F7D600
Black with #F7D600
Text Example
Text Example
White with #F7D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D600; }
p { color: rgb(247,214,0); }
H1.HeaderClassName
{
color: #F7D600;
}
.AnyTagClassName
{
color: #F7D600;
}
</style>
background-color css
<style>
a { background-color: #F7D600; }
a { background-color: rgb(247,214,0); }
div.DivClassName
{
background-color: #F7D600;
}
.BgClassName
{
background-color: #F7D600;
}
</style>
border-color css
<style>
span { border-color: #F7D600; }
span { border-color: rgb(247,214,0); }
td.TdClassName
{
border-color: #F7D600;
}
.TagClassName
{
border-color: #F7D600;
}
</style>