Shades of Golden Glow #F8D986
Tints of Golden Glow #F8D986
RGB
CMYK
RGB Variations
Color information
#F8D986 (or 0xF8D986) is known color: Golden Glow. HEX triplet: F8, D9 and 86. RGB value is (248,217,134). Sum of RGB (Red+Green+Blue) = 248+217+134=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 134 (52.73% from 255 or 22.37% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D986 is #072679. Grayscale: #D9D9D9. Windows color (decimal): -468602 or 8837624. OLE color: 8837624.
HSL color Cylindrical-coordinate representation of color #F8D986: hue angle of 43.68º 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 #F8D986 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 134 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.03 |
| HSL | 43.68º | 0.89% | 0.75% | - |
| HSV(B) | 43.68º | 0.46% | 0.97% | - |
| XYZ | 67.83 | 71.3 | 32.74 | - |
| YUV | 216.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 134 | 0 | 0.12 | 0.46 | 0.03 | 43.68 | 0.89 | 0.75 |
| Hex | F8 | D9 | 86 | 0 | C | 2E | 3 | 2C | 59 | 4B |
| Octal | 370 | 331 | 206 | 0 | 14 | 56 | 3 | 54 | 131 | 113 |
| Binary | 11111000 | 11011001 | 10000110 | 0 | 1100 | 101110 | 11 | 101100 | 1011001 | 1001011 |
Color Harmonies of #F8D986
Complementary color
Monochromatic Colors of #F8D986
Black with #F8D986
Text Example
Text Example
White with #F8D986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D986; }
p { color: rgb(248,217,134); }
H1.HeaderClassName
{
color: #F8D986;
}
.AnyTagClassName
{
color: #F8D986;
}
</style>
background-color css
<style>
a { background-color: #F8D986; }
a { background-color: rgb(248,217,134); }
div.DivClassName
{
background-color: #F8D986;
}
.BgClassName
{
background-color: #F8D986;
}
</style>
border-color css
<style>
span { border-color: #F8D986; }
span { border-color: rgb(248,217,134); }
td.TdClassName
{
border-color: #F8D986;
}
.TagClassName
{
border-color: #F8D986;
}
</style>