Shades of Golden Glow #F8D877
Tints of Golden Glow #F8D877
RGB
CMYK
RGB Variations
Color information
#F8D877 (or 0xF8D877) is known color: Golden Glow. HEX triplet: F8, D8 and 77. RGB value is (248,216,119). Sum of RGB (Red+Green+Blue) = 248+216+119=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D877 is #072788. Grayscale: #D6D6D6. Windows color (decimal): -468873 or 7854328. OLE color: 7854328.
HSL color Cylindrical-coordinate representation of color #F8D877: hue angle of 45.12º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8D877 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 119 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.03 |
| HSL | 45.12º | 0.9% | 0.72% | - |
| HSV(B) | 45.12º | 0.52% | 0.97% | - |
| XYZ | 66.6 | 70.4 | 27.53 | - |
| YUV | 214.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 119 | 0 | 0.13 | 0.52 | 0.03 | 45.12 | 0.9 | 0.72 |
| Hex | F8 | D8 | 77 | 0 | D | 34 | 3 | 2D | 5A | 48 |
| Octal | 370 | 330 | 167 | 0 | 15 | 64 | 3 | 55 | 132 | 110 |
| Binary | 11111000 | 11011000 | 1110111 | 0 | 1101 | 110100 | 11 | 101101 | 1011010 | 1001000 |
Color Harmonies of #F8D877
Complementary color
Monochromatic Colors of #F8D877
Black with #F8D877
Text Example
Text Example
White with #F8D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D877; }
p { color: rgb(248,216,119); }
H1.HeaderClassName
{
color: #F8D877;
}
.AnyTagClassName
{
color: #F8D877;
}
</style>
background-color css
<style>
a { background-color: #F8D877; }
a { background-color: rgb(248,216,119); }
div.DivClassName
{
background-color: #F8D877;
}
.BgClassName
{
background-color: #F8D877;
}
</style>
border-color css
<style>
span { border-color: #F8D877; }
span { border-color: rgb(248,216,119); }
td.TdClassName
{
border-color: #F8D877;
}
.TagClassName
{
border-color: #F8D877;
}
</style>