Shades of Golden Glow #F7D875
Tints of Golden Glow #F7D875
RGB
CMYK
RGB Variations
Color information
#F7D875 (or 0xF7D875) is known color: Golden Glow. HEX triplet: F7, D8 and 75. RGB value is (247,216,117). Sum of RGB (Red+Green+Blue) = 247+216+117=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D875 is #08278A. Grayscale: #D6D6D6. Windows color (decimal): -534411 or 7723255. OLE color: 7723255.
HSL color Cylindrical-coordinate representation of color #F7D875: hue angle of 45.69º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7D875 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 117 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.03 |
| HSL | 45.69º | 0.89% | 0.71% | - |
| HSV(B) | 45.69º | 0.53% | 0.97% | - |
| XYZ | 66.12 | 70.17 | 26.89 | - |
| YUV | 213.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 117 | 0 | 0.13 | 0.53 | 0.03 | 45.69 | 0.89 | 0.71 |
| Hex | F7 | D8 | 75 | 0 | D | 35 | 3 | 2E | 59 | 47 |
| Octal | 367 | 330 | 165 | 0 | 15 | 65 | 3 | 56 | 131 | 107 |
| Binary | 11110111 | 11011000 | 1110101 | 0 | 1101 | 110101 | 11 | 101110 | 1011001 | 1000111 |
Color Harmonies of #F7D875
Complementary color
Monochromatic Colors of #F7D875
Black with #F7D875
Text Example
Text Example
White with #F7D875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D875; }
p { color: rgb(247,216,117); }
H1.HeaderClassName
{
color: #F7D875;
}
.AnyTagClassName
{
color: #F7D875;
}
</style>
background-color css
<style>
a { background-color: #F7D875; }
a { background-color: rgb(247,216,117); }
div.DivClassName
{
background-color: #F7D875;
}
.BgClassName
{
background-color: #F7D875;
}
</style>
border-color css
<style>
span { border-color: #F7D875; }
span { border-color: rgb(247,216,117); }
td.TdClassName
{
border-color: #F7D875;
}
.TagClassName
{
border-color: #F7D875;
}
</style>