Shades of Gold #F7D201
Tints of Gold #F7D201
RGB
CMYK
RGB Variations
Color information
#F7D201 (or 0xF7D201) is known color: Gold. HEX triplet: F7, D2 and 01. RGB value is (247,210,1). Sum of RGB (Red+Green+Blue) = 247+210+1=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D201 is #082DFE. Grayscale: #C6C6C6. Windows color (decimal): -536063 or 119543. OLE color: 119543.
HSL color Cylindrical-coordinate representation of color #F7D201: hue angle of 50.98º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7D201 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.03 |
| HSL | 50.98º | 0.99% | 0.49% | - |
| HSV(B) | 50.98º | 1% | 0.97% | - |
| XYZ | 61.41 | 65.87 | 9.51 | - |
| YUV | 197.24 | 17.26 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 1 | 0 | 0.15 | 1.00 | 0.03 | 50.98 | 0.99 | 0.49 |
| Hex | F7 | D2 | 1 | 0 | F | 64 | 3 | 33 | 63 | 31 |
| Octal | 367 | 322 | 1 | 0 | 17 | 144 | 3 | 63 | 143 | 61 |
| Binary | 11110111 | 11010010 | 1 | 0 | 1111 | 1100100 | 11 | 110011 | 1100011 | 110001 |
Color Harmonies of #F7D201
Complementary color
Monochromatic Colors of #F7D201
Black with #F7D201
Text Example
Text Example
White with #F7D201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D201; }
p { color: rgb(247,210,1); }
H1.HeaderClassName
{
color: #F7D201;
}
.AnyTagClassName
{
color: #F7D201;
}
</style>
background-color css
<style>
a { background-color: #F7D201; }
a { background-color: rgb(247,210,1); }
div.DivClassName
{
background-color: #F7D201;
}
.BgClassName
{
background-color: #F7D201;
}
</style>
border-color css
<style>
span { border-color: #F7D201; }
span { border-color: rgb(247,210,1); }
td.TdClassName
{
border-color: #F7D201;
}
.TagClassName
{
border-color: #F7D201;
}
</style>