Shades of Gold #F7D500
Tints of Gold #F7D500
RGB
CMYK
RGB Variations
Color information
#F7D500 (or 0xF7D500) is known color: Gold. HEX triplet: F7, D5 and 00. RGB value is (247,213,0). Sum of RGB (Red+Green+Blue) = 247+213+0=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D500 is #082AFF. Grayscale: #C7C7C7. Windows color (decimal): -535296 or 54775. OLE color: 54775.
HSL color Cylindrical-coordinate representation of color #F7D500: hue angle of 51.74º 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 #F7D500 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.03 |
| HSL | 51.74º | 1% | 0.48% | - |
| HSV(B) | 51.74º | 1% | 0.97% | - |
| XYZ | 62.15 | 67.36 | 9.73 | - |
| YUV | 198.88 | 15.76 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 0 | 0 | 0.14 | 1 | 0.03 | 51.74 | 1 | 0.48 |
| Hex | F7 | D5 | 0 | 0 | E | 64 | 3 | 34 | 64 | 30 |
| Octal | 367 | 325 | 0 | 0 | 16 | 144 | 3 | 64 | 144 | 60 |
| Binary | 11110111 | 11010101 | 0 | 0 | 1110 | 1100100 | 11 | 110100 | 1100100 | 110000 |
Color Harmonies of #F7D500
Complementary color
Monochromatic Colors of #F7D500
Black with #F7D500
Text Example
Text Example
White with #F7D500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D500; }
p { color: rgb(247,213,0); }
H1.HeaderClassName
{
color: #F7D500;
}
.AnyTagClassName
{
color: #F7D500;
}
</style>
background-color css
<style>
a { background-color: #F7D500; }
a { background-color: rgb(247,213,0); }
div.DivClassName
{
background-color: #F7D500;
}
.BgClassName
{
background-color: #F7D500;
}
</style>
border-color css
<style>
span { border-color: #F7D500; }
span { border-color: rgb(247,213,0); }
td.TdClassName
{
border-color: #F7D500;
}
.TagClassName
{
border-color: #F7D500;
}
</style>