Shades of Golden Glow #F8D686
Tints of Golden Glow #F8D686
RGB
CMYK
RGB Variations
Color information
#F8D686 (or 0xF8D686) is known color: Golden Glow. HEX triplet: F8, D6 and 86. RGB value is (248,214,134). Sum of RGB (Red+Green+Blue) = 248+214+134=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D686 is #072979. Grayscale: #D7D7D7. Windows color (decimal): -469370 or 8836856. OLE color: 8836856.
HSL color Cylindrical-coordinate representation of color #F8D686: hue angle of 42.11º 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 #F8D686 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 134 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.03 |
| HSL | 42.11º | 0.89% | 0.75% | - |
| HSV(B) | 42.11º | 0.46% | 0.97% | - |
| XYZ | 67.06 | 69.77 | 32.49 | - |
| YUV | 215.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 134 | 0 | 0.14 | 0.46 | 0.03 | 42.11 | 0.89 | 0.75 |
| Hex | F8 | D6 | 86 | 0 | E | 2E | 3 | 2A | 59 | 4B |
| Octal | 370 | 326 | 206 | 0 | 16 | 56 | 3 | 52 | 131 | 113 |
| Binary | 11111000 | 11010110 | 10000110 | 0 | 1110 | 101110 | 11 | 101010 | 1011001 | 1001011 |
Color Harmonies of #F8D686
Complementary color
Monochromatic Colors of #F8D686
Black with #F8D686
Text Example
Text Example
White with #F8D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D686; }
p { color: rgb(248,214,134); }
H1.HeaderClassName
{
color: #F8D686;
}
.AnyTagClassName
{
color: #F8D686;
}
</style>
background-color css
<style>
a { background-color: #F8D686; }
a { background-color: rgb(248,214,134); }
div.DivClassName
{
background-color: #F8D686;
}
.BgClassName
{
background-color: #F8D686;
}
</style>
border-color css
<style>
span { border-color: #F8D686; }
span { border-color: rgb(248,214,134); }
td.TdClassName
{
border-color: #F8D686;
}
.TagClassName
{
border-color: #F8D686;
}
</style>