Shades of Golden Glow #F9D686
Tints of Golden Glow #F9D686
RGB
CMYK
RGB Variations
Color information
#F9D686 (or 0xF9D686) is known color: Golden Glow. HEX triplet: F9, D6 and 86. RGB value is (249,214,134). Sum of RGB (Red+Green+Blue) = 249+214+134=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D686 is #062979. Grayscale: #D7D7D7. Windows color (decimal): -403834 or 8836857. OLE color: 8836857.
HSL color Cylindrical-coordinate representation of color #F9D686: hue angle of 41.74º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9D686 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 134 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.02 |
| HSL | 41.74º | 0.91% | 0.75% | - |
| HSV(B) | 41.74º | 0.46% | 0.98% | - |
| XYZ | 67.42 | 69.95 | 32.5 | - |
| YUV | 215.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 134 | 0 | 0.14 | 0.46 | 0.02 | 41.74 | 0.91 | 0.75 |
| Hex | F9 | D6 | 86 | 0 | E | 2E | 2 | 2A | 5B | 4B |
| Octal | 371 | 326 | 206 | 0 | 16 | 56 | 2 | 52 | 133 | 113 |
| Binary | 11111001 | 11010110 | 10000110 | 0 | 1110 | 101110 | 10 | 101010 | 1011011 | 1001011 |
Color Harmonies of #F9D686
Complementary color
Monochromatic Colors of #F9D686
Black with #F9D686
Text Example
Text Example
White with #F9D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D686; }
p { color: rgb(249,214,134); }
H1.HeaderClassName
{
color: #F9D686;
}
.AnyTagClassName
{
color: #F9D686;
}
</style>
background-color css
<style>
a { background-color: #F9D686; }
a { background-color: rgb(249,214,134); }
div.DivClassName
{
background-color: #F9D686;
}
.BgClassName
{
background-color: #F9D686;
}
</style>
border-color css
<style>
span { border-color: #F9D686; }
span { border-color: rgb(249,214,134); }
td.TdClassName
{
border-color: #F9D686;
}
.TagClassName
{
border-color: #F9D686;
}
</style>