Shades of Golden Glow #F7D87D
Tints of Golden Glow #F7D87D
RGB
CMYK
RGB Variations
Color information
#F7D87D (or 0xF7D87D) is known color: Golden Glow. HEX triplet: F7, D8 and 7D. RGB value is (247,216,125). Sum of RGB (Red+Green+Blue) = 247+216+125=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D87D is #082782. Grayscale: #D7D7D7. Windows color (decimal): -534403 or 8247543. OLE color: 8247543.
HSL color Cylindrical-coordinate representation of color #F7D87D: hue angle of 44.75º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7D87D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 125 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.03 |
| HSL | 44.75º | 0.88% | 0.73% | - |
| HSV(B) | 44.75º | 0.49% | 0.97% | - |
| XYZ | 66.62 | 70.37 | 29.47 | - |
| YUV | 214.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 125 | 0 | 0.13 | 0.49 | 0.03 | 44.75 | 0.88 | 0.73 |
| Hex | F7 | D8 | 7D | 0 | D | 31 | 3 | 2D | 58 | 49 |
| Octal | 367 | 330 | 175 | 0 | 15 | 61 | 3 | 55 | 130 | 111 |
| Binary | 11110111 | 11011000 | 1111101 | 0 | 1101 | 110001 | 11 | 101101 | 1011000 | 1001001 |
Color Harmonies of #F7D87D
Complementary color
Monochromatic Colors of #F7D87D
Black with #F7D87D
Text Example
Text Example
White with #F7D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D87D; }
p { color: rgb(247,216,125); }
H1.HeaderClassName
{
color: #F7D87D;
}
.AnyTagClassName
{
color: #F7D87D;
}
</style>
background-color css
<style>
a { background-color: #F7D87D; }
a { background-color: rgb(247,216,125); }
div.DivClassName
{
background-color: #F7D87D;
}
.BgClassName
{
background-color: #F7D87D;
}
</style>
border-color css
<style>
span { border-color: #F7D87D; }
span { border-color: rgb(247,216,125); }
td.TdClassName
{
border-color: #F7D87D;
}
.TagClassName
{
border-color: #F7D87D;
}
</style>