Shades of Golden Glow #F8D786
Tints of Golden Glow #F8D786
RGB
CMYK
RGB Variations
Color information
#F8D786 (or 0xF8D786) is known color: Golden Glow. HEX triplet: F8, D7 and 86. RGB value is (248,215,134). Sum of RGB (Red+Green+Blue) = 248+215+134=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D786 is #072879. Grayscale: #D7D7D7. Windows color (decimal): -469114 or 8837112. OLE color: 8837112.
HSL color Cylindrical-coordinate representation of color #F8D786: hue angle of 42.63º 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 #F8D786 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 134 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.03 |
| HSL | 42.63º | 0.89% | 0.75% | - |
| HSV(B) | 42.63º | 0.46% | 0.97% | - |
| XYZ | 67.31 | 70.28 | 32.57 | - |
| YUV | 215.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 134 | 0 | 0.13 | 0.46 | 0.03 | 42.63 | 0.89 | 0.75 |
| Hex | F8 | D7 | 86 | 0 | D | 2E | 3 | 2B | 59 | 4B |
| Octal | 370 | 327 | 206 | 0 | 15 | 56 | 3 | 53 | 131 | 113 |
| Binary | 11111000 | 11010111 | 10000110 | 0 | 1101 | 101110 | 11 | 101011 | 1011001 | 1001011 |
Color Harmonies of #F8D786
Complementary color
Monochromatic Colors of #F8D786
Black with #F8D786
Text Example
Text Example
White with #F8D786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D786; }
p { color: rgb(248,215,134); }
H1.HeaderClassName
{
color: #F8D786;
}
.AnyTagClassName
{
color: #F8D786;
}
</style>
background-color css
<style>
a { background-color: #F8D786; }
a { background-color: rgb(248,215,134); }
div.DivClassName
{
background-color: #F8D786;
}
.BgClassName
{
background-color: #F8D786;
}
</style>
border-color css
<style>
span { border-color: #F8D786; }
span { border-color: rgb(248,215,134); }
td.TdClassName
{
border-color: #F8D786;
}
.TagClassName
{
border-color: #F8D786;
}
</style>