Shades of Gold #F7D602
Tints of Gold #F7D602
RGB
CMYK
RGB Variations
Color information
#F7D602 (or 0xF7D602) is known color: Gold. HEX triplet: F7, D6 and 02. RGB value is (247,214,2). Sum of RGB (Red+Green+Blue) = 247+214+2=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D602 is #0829FD. Grayscale: #C8C8C8. Windows color (decimal): -535038 or 186103. OLE color: 186103.
HSL color Cylindrical-coordinate representation of color #F7D602: hue angle of 51.92º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7D602 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.03 |
| HSL | 51.92º | 0.98% | 0.49% | - |
| HSV(B) | 51.92º | 0.99% | 0.97% | - |
| XYZ | 62.42 | 67.87 | 9.87 | - |
| YUV | 199.7 | 16.43 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 2 | 0 | 0.13 | 0.99 | 0.03 | 51.92 | 0.98 | 0.49 |
| Hex | F7 | D6 | 2 | 0 | D | 63 | 3 | 34 | 62 | 31 |
| Octal | 367 | 326 | 2 | 0 | 15 | 143 | 3 | 64 | 142 | 61 |
| Binary | 11110111 | 11010110 | 10 | 0 | 1101 | 1100011 | 11 | 110100 | 1100010 | 110001 |
Color Harmonies of #F7D602
Complementary color
Monochromatic Colors of #F7D602
Black with #F7D602
Text Example
Text Example
White with #F7D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D602; }
p { color: rgb(247,214,2); }
H1.HeaderClassName
{
color: #F7D602;
}
.AnyTagClassName
{
color: #F7D602;
}
</style>
background-color css
<style>
a { background-color: #F7D602; }
a { background-color: rgb(247,214,2); }
div.DivClassName
{
background-color: #F7D602;
}
.BgClassName
{
background-color: #F7D602;
}
</style>
border-color css
<style>
span { border-color: #F7D602; }
span { border-color: rgb(247,214,2); }
td.TdClassName
{
border-color: #F7D602;
}
.TagClassName
{
border-color: #F7D602;
}
</style>