Shades of Golden Glow #F6D886
Tints of Golden Glow #F6D886
RGB
CMYK
RGB Variations
Color information
#F6D886 (or 0xF6D886) is known color: Golden Glow. HEX triplet: F6, D8 and 86. RGB value is (246,216,134). Sum of RGB (Red+Green+Blue) = 246+216+134=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D886 is #092779. Grayscale: #D7D7D7. Windows color (decimal): -599930 or 8837366. OLE color: 8837366.
HSL color Cylindrical-coordinate representation of color #F6D886: hue angle of 43.93º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6D886 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 134 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.04 |
| HSL | 43.93º | 0.86% | 0.75% | - |
| HSV(B) | 43.93º | 0.46% | 0.96% | - |
| XYZ | 66.86 | 70.43 | 32.62 | - |
| YUV | 215.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 134 | 0 | 0.12 | 0.46 | 0.04 | 43.93 | 0.86 | 0.75 |
| Hex | F6 | D8 | 86 | 0 | C | 2E | 4 | 2C | 56 | 4B |
| Octal | 366 | 330 | 206 | 0 | 14 | 56 | 4 | 54 | 126 | 113 |
| Binary | 11110110 | 11011000 | 10000110 | 0 | 1100 | 101110 | 100 | 101100 | 1010110 | 1001011 |
Color Harmonies of #F6D886
Complementary color
Monochromatic Colors of #F6D886
Black with #F6D886
Text Example
Text Example
White with #F6D886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D886; }
p { color: rgb(246,216,134); }
H1.HeaderClassName
{
color: #F6D886;
}
.AnyTagClassName
{
color: #F6D886;
}
</style>
background-color css
<style>
a { background-color: #F6D886; }
a { background-color: rgb(246,216,134); }
div.DivClassName
{
background-color: #F6D886;
}
.BgClassName
{
background-color: #F6D886;
}
</style>
border-color css
<style>
span { border-color: #F6D886; }
span { border-color: rgb(246,216,134); }
td.TdClassName
{
border-color: #F6D886;
}
.TagClassName
{
border-color: #F6D886;
}
</style>