Shades of Golden Glow #F9D786
Tints of Golden Glow #F9D786
RGB
CMYK
RGB Variations
Color information
#F9D786 (or 0xF9D786) is known color: Golden Glow. HEX triplet: F9, D7 and 86. RGB value is (249,215,134). Sum of RGB (Red+Green+Blue) = 249+215+134=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D786 is #062879. Grayscale: #D8D8D8. Windows color (decimal): -403578 or 8837113. OLE color: 8837113.
HSL color Cylindrical-coordinate representation of color #F9D786: hue angle of 42.26º 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 #F9D786 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 134 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.02 |
| HSL | 42.26º | 0.91% | 0.75% | - |
| HSV(B) | 42.26º | 0.46% | 0.98% | - |
| XYZ | 67.67 | 70.46 | 32.59 | - |
| YUV | 215.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 134 | 0 | 0.14 | 0.46 | 0.02 | 42.26 | 0.91 | 0.75 |
| Hex | F9 | D7 | 86 | 0 | E | 2E | 2 | 2A | 5B | 4B |
| Octal | 371 | 327 | 206 | 0 | 16 | 56 | 2 | 52 | 133 | 113 |
| Binary | 11111001 | 11010111 | 10000110 | 0 | 1110 | 101110 | 10 | 101010 | 1011011 | 1001011 |
Color Harmonies of #F9D786
Complementary color
Monochromatic Colors of #F9D786
Black with #F9D786
Text Example
Text Example
White with #F9D786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D786; }
p { color: rgb(249,215,134); }
H1.HeaderClassName
{
color: #F9D786;
}
.AnyTagClassName
{
color: #F9D786;
}
</style>
background-color css
<style>
a { background-color: #F9D786; }
a { background-color: rgb(249,215,134); }
div.DivClassName
{
background-color: #F9D786;
}
.BgClassName
{
background-color: #F9D786;
}
</style>
border-color css
<style>
span { border-color: #F9D786; }
span { border-color: rgb(249,215,134); }
td.TdClassName
{
border-color: #F9D786;
}
.TagClassName
{
border-color: #F9D786;
}
</style>