Shades of Golden Glow #F8DA7D
Tints of Golden Glow #F8DA7D
RGB
CMYK
RGB Variations
Color information
#F8DA7D (or 0xF8DA7D) is known color: Golden Glow. HEX triplet: F8, DA and 7D. RGB value is (248,218,125). Sum of RGB (Red+Green+Blue) = 248+218+125=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DA7D is #072582. Grayscale: #D8D8D8. Windows color (decimal): -468355 or 8248056. OLE color: 8248056.
HSL color Cylindrical-coordinate representation of color #F8DA7D: hue angle of 45.37º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8DA7D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 125 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.03 |
| HSL | 45.37º | 0.9% | 0.73% | - |
| HSV(B) | 45.37º | 0.5% | 0.97% | - |
| XYZ | 67.48 | 71.58 | 29.66 | - |
| YUV | 216.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 125 | 0 | 0.12 | 0.50 | 0.03 | 45.37 | 0.9 | 0.73 |
| Hex | F8 | DA | 7D | 0 | C | 32 | 3 | 2D | 5A | 49 |
| Octal | 370 | 332 | 175 | 0 | 14 | 62 | 3 | 55 | 132 | 111 |
| Binary | 11111000 | 11011010 | 1111101 | 0 | 1100 | 110010 | 11 | 101101 | 1011010 | 1001001 |
Color Harmonies of #F8DA7D
Complementary color
Monochromatic Colors of #F8DA7D
Black with #F8DA7D
Text Example
Text Example
White with #F8DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA7D; }
p { color: rgb(248,218,125); }
H1.HeaderClassName
{
color: #F8DA7D;
}
.AnyTagClassName
{
color: #F8DA7D;
}
</style>
background-color css
<style>
a { background-color: #F8DA7D; }
a { background-color: rgb(248,218,125); }
div.DivClassName
{
background-color: #F8DA7D;
}
.BgClassName
{
background-color: #F8DA7D;
}
</style>
border-color css
<style>
span { border-color: #F8DA7D; }
span { border-color: rgb(248,218,125); }
td.TdClassName
{
border-color: #F8DA7D;
}
.TagClassName
{
border-color: #F8DA7D;
}
</style>