Shades of Golden Glow #F5D984
Tints of Golden Glow #F5D984
RGB
CMYK
RGB Variations
Color information
#F5D984 (or 0xF5D984) is known color: Golden Glow. HEX triplet: F5, D9 and 84. RGB value is (245,217,132). Sum of RGB (Red+Green+Blue) = 245+217+132=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D984 is #0A267B. Grayscale: #D8D8D8. Windows color (decimal): -665212 or 8706549. OLE color: 8706549.
HSL color Cylindrical-coordinate representation of color #F5D984: hue angle of 45.13º degrees, saturation: 0.85, 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 #F5D984 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 132 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.04 |
| HSL | 45.13º | 0.85% | 0.74% | - |
| HSV(B) | 45.13º | 0.46% | 0.96% | - |
| XYZ | 66.63 | 70.7 | 31.97 | - |
| YUV | 215.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 132 | 0 | 0.11 | 0.46 | 0.04 | 45.13 | 0.85 | 0.74 |
| Hex | F5 | D9 | 84 | 0 | B | 2E | 4 | 2D | 55 | 4A |
| Octal | 365 | 331 | 204 | 0 | 13 | 56 | 4 | 55 | 125 | 112 |
| Binary | 11110101 | 11011001 | 10000100 | 0 | 1011 | 101110 | 100 | 101101 | 1010101 | 1001010 |
Color Harmonies of #F5D984
Complementary color
Monochromatic Colors of #F5D984
Black with #F5D984
Text Example
Text Example
White with #F5D984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D984; }
p { color: rgb(245,217,132); }
H1.HeaderClassName
{
color: #F5D984;
}
.AnyTagClassName
{
color: #F5D984;
}
</style>
background-color css
<style>
a { background-color: #F5D984; }
a { background-color: rgb(245,217,132); }
div.DivClassName
{
background-color: #F5D984;
}
.BgClassName
{
background-color: #F5D984;
}
</style>
border-color css
<style>
span { border-color: #F5D984; }
span { border-color: rgb(245,217,132); }
td.TdClassName
{
border-color: #F5D984;
}
.TagClassName
{
border-color: #F5D984;
}
</style>