Shades of Gold #F7D20C
Tints of Gold #F7D20C
RGB
CMYK
RGB Variations
Color information
#F7D20C (or 0xF7D20C) is known color: Gold. HEX triplet: F7, D2 and 0C. RGB value is (247,210,12). Sum of RGB (Red+Green+Blue) = 247+210+12=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D20C is #082DF3. Grayscale: #C7C7C7. Windows color (decimal): -536052 or 840439. OLE color: 840439.
HSL color Cylindrical-coordinate representation of color #F7D20C: hue angle of 50.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7D20C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.03 |
| HSL | 50.55º | 0.94% | 0.51% | - |
| HSV(B) | 50.55º | 0.95% | 0.97% | - |
| XYZ | 61.47 | 65.89 | 9.83 | - |
| YUV | 198.49 | 22.76 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 12 | 0 | 0.15 | 0.95 | 0.03 | 50.55 | 0.94 | 0.51 |
| Hex | F7 | D2 | C | 0 | F | 5F | 3 | 33 | 5E | 33 |
| Octal | 367 | 322 | 14 | 0 | 17 | 137 | 3 | 63 | 136 | 63 |
| Binary | 11110111 | 11010010 | 1100 | 0 | 1111 | 1011111 | 11 | 110011 | 1011110 | 110011 |
Color Harmonies of #F7D20C
Complementary color
Monochromatic Colors of #F7D20C
Black with #F7D20C
Text Example
Text Example
White with #F7D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D20C; }
p { color: rgb(247,210,12); }
H1.HeaderClassName
{
color: #F7D20C;
}
.AnyTagClassName
{
color: #F7D20C;
}
</style>
background-color css
<style>
a { background-color: #F7D20C; }
a { background-color: rgb(247,210,12); }
div.DivClassName
{
background-color: #F7D20C;
}
.BgClassName
{
background-color: #F7D20C;
}
</style>
border-color css
<style>
span { border-color: #F7D20C; }
span { border-color: rgb(247,210,12); }
td.TdClassName
{
border-color: #F7D20C;
}
.TagClassName
{
border-color: #F7D20C;
}
</style>