Shades of Golden Glow #F8D587
Tints of Golden Glow #F8D587
RGB
CMYK
RGB Variations
Color information
#F8D587 (or 0xF8D587) is known color: Golden Glow. HEX triplet: F8, D5 and 87. RGB value is (248,213,135). Sum of RGB (Red+Green+Blue) = 248+213+135=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D587 is #072A78. Grayscale: #D6D6D6. Windows color (decimal): -469625 or 8902136. OLE color: 8902136.
HSL color Cylindrical-coordinate representation of color #F8D587: hue angle of 41.42º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8D587 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 135 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.03 |
| HSL | 41.42º | 0.89% | 0.75% | - |
| HSV(B) | 41.42º | 0.46% | 0.97% | - |
| XYZ | 66.88 | 69.29 | 32.77 | - |
| YUV | 214.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 135 | 0 | 0.14 | 0.46 | 0.03 | 41.42 | 0.89 | 0.75 |
| Hex | F8 | D5 | 87 | 0 | E | 2E | 3 | 29 | 59 | 4B |
| Octal | 370 | 325 | 207 | 0 | 16 | 56 | 3 | 51 | 131 | 113 |
| Binary | 11111000 | 11010101 | 10000111 | 0 | 1110 | 101110 | 11 | 101001 | 1011001 | 1001011 |
Color Harmonies of #F8D587
Complementary color
Monochromatic Colors of #F8D587
Black with #F8D587
Text Example
Text Example
White with #F8D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D587; }
p { color: rgb(248,213,135); }
H1.HeaderClassName
{
color: #F8D587;
}
.AnyTagClassName
{
color: #F8D587;
}
</style>
background-color css
<style>
a { background-color: #F8D587; }
a { background-color: rgb(248,213,135); }
div.DivClassName
{
background-color: #F8D587;
}
.BgClassName
{
background-color: #F8D587;
}
</style>
border-color css
<style>
span { border-color: #F8D587; }
span { border-color: rgb(248,213,135); }
td.TdClassName
{
border-color: #F8D587;
}
.TagClassName
{
border-color: #F8D587;
}
</style>