Shades of Golden Glow #F8D97E
Tints of Golden Glow #F8D97E
RGB
CMYK
RGB Variations
Color information
#F8D97E (or 0xF8D97E) is known color: Golden Glow. HEX triplet: F8, D9 and 7E. RGB value is (248,217,126). Sum of RGB (Red+Green+Blue) = 248+217+126=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 126 (49.61% from 255 or 21.32% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D97E is #072681. Grayscale: #D8D8D8. Windows color (decimal): -468610 or 8313336. OLE color: 8313336.
HSL color Cylindrical-coordinate representation of color #F8D97E: hue angle of 44.75º degrees, saturation: 0.9, 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 #F8D97E is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 126 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.03 |
| HSL | 44.75º | 0.9% | 0.73% | - |
| HSV(B) | 44.75º | 0.49% | 0.97% | - |
| XYZ | 67.29 | 71.09 | 29.91 | - |
| YUV | 215.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 126 | 0 | 0.12 | 0.49 | 0.03 | 44.75 | 0.9 | 0.73 |
| Hex | F8 | D9 | 7E | 0 | C | 31 | 3 | 2D | 5A | 49 |
| Octal | 370 | 331 | 176 | 0 | 14 | 61 | 3 | 55 | 132 | 111 |
| Binary | 11111000 | 11011001 | 1111110 | 0 | 1100 | 110001 | 11 | 101101 | 1011010 | 1001001 |
Color Harmonies of #F8D97E
Complementary color
Monochromatic Colors of #F8D97E
Black with #F8D97E
Text Example
Text Example
White with #F8D97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D97E; }
p { color: rgb(248,217,126); }
H1.HeaderClassName
{
color: #F8D97E;
}
.AnyTagClassName
{
color: #F8D97E;
}
</style>
background-color css
<style>
a { background-color: #F8D97E; }
a { background-color: rgb(248,217,126); }
div.DivClassName
{
background-color: #F8D97E;
}
.BgClassName
{
background-color: #F8D97E;
}
</style>
border-color css
<style>
span { border-color: #F8D97E; }
span { border-color: rgb(248,217,126); }
td.TdClassName
{
border-color: #F8D97E;
}
.TagClassName
{
border-color: #F8D97E;
}
</style>