Shades of Golden Glow #F6D984
Tints of Golden Glow #F6D984
RGB
CMYK
RGB Variations
Color information
#F6D984 (or 0xF6D984) is known color: Golden Glow. HEX triplet: F6, D9 and 84. RGB value is (246,217,132). Sum of RGB (Red+Green+Blue) = 246+217+132=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D984 is #09267B. Grayscale: #D8D8D8. Windows color (decimal): -599676 or 8706550. OLE color: 8706550.
HSL color Cylindrical-coordinate representation of color #F6D984: hue angle of 44.74º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6D984 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 132 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.04 |
| HSL | 44.74º | 0.86% | 0.74% | - |
| HSV(B) | 44.74º | 0.46% | 0.96% | - |
| XYZ | 66.98 | 70.88 | 31.98 | - |
| YUV | 215.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 132 | 0 | 0.12 | 0.46 | 0.04 | 44.74 | 0.86 | 0.74 |
| Hex | F6 | D9 | 84 | 0 | C | 2E | 4 | 2D | 56 | 4A |
| Octal | 366 | 331 | 204 | 0 | 14 | 56 | 4 | 55 | 126 | 112 |
| Binary | 11110110 | 11011001 | 10000100 | 0 | 1100 | 101110 | 100 | 101101 | 1010110 | 1001010 |
Color Harmonies of #F6D984
Complementary color
Monochromatic Colors of #F6D984
Black with #F6D984
Text Example
Text Example
White with #F6D984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D984; }
p { color: rgb(246,217,132); }
H1.HeaderClassName
{
color: #F6D984;
}
.AnyTagClassName
{
color: #F6D984;
}
</style>
background-color css
<style>
a { background-color: #F6D984; }
a { background-color: rgb(246,217,132); }
div.DivClassName
{
background-color: #F6D984;
}
.BgClassName
{
background-color: #F6D984;
}
</style>
border-color css
<style>
span { border-color: #F6D984; }
span { border-color: rgb(246,217,132); }
td.TdClassName
{
border-color: #F6D984;
}
.TagClassName
{
border-color: #F6D984;
}
</style>