Shades of Golden Glow #F8DA7E
Tints of Golden Glow #F8DA7E
RGB
CMYK
RGB Variations
Color information
#F8DA7E (or 0xF8DA7E) is known color: Golden Glow. HEX triplet: F8, DA and 7E. RGB value is (248,218,126). Sum of RGB (Red+Green+Blue) = 248+218+126=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 126 (49.61% from 255 or 21.28% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DA7E is #072581. Grayscale: #D8D8D8. Windows color (decimal): -468354 or 8313592. OLE color: 8313592.
HSL color Cylindrical-coordinate representation of color #F8DA7E: hue angle of 45.25º 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 #F8DA7E is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 126 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.03 |
| HSL | 45.25º | 0.9% | 0.73% | - |
| HSV(B) | 45.25º | 0.49% | 0.97% | - |
| XYZ | 67.55 | 71.61 | 30 | - |
| YUV | 216.48 | 76.94 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 126 | 0 | 0.12 | 0.49 | 0.03 | 45.25 | 0.9 | 0.73 |
| Hex | F8 | DA | 7E | 0 | C | 31 | 3 | 2D | 5A | 49 |
| Octal | 370 | 332 | 176 | 0 | 14 | 61 | 3 | 55 | 132 | 111 |
| Binary | 11111000 | 11011010 | 1111110 | 0 | 1100 | 110001 | 11 | 101101 | 1011010 | 1001001 |
Color Harmonies of #F8DA7E
Complementary color
Monochromatic Colors of #F8DA7E
Black with #F8DA7E
Text Example
Text Example
White with #F8DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA7E; }
p { color: rgb(248,218,126); }
H1.HeaderClassName
{
color: #F8DA7E;
}
.AnyTagClassName
{
color: #F8DA7E;
}
</style>
background-color css
<style>
a { background-color: #F8DA7E; }
a { background-color: rgb(248,218,126); }
div.DivClassName
{
background-color: #F8DA7E;
}
.BgClassName
{
background-color: #F8DA7E;
}
</style>
border-color css
<style>
span { border-color: #F8DA7E; }
span { border-color: rgb(248,218,126); }
td.TdClassName
{
border-color: #F8DA7E;
}
.TagClassName
{
border-color: #F8DA7E;
}
</style>