Shades of Golden Glow #FCD982
Tints of Golden Glow #FCD982
RGB
CMYK
RGB Variations
Color information
#FCD982 (or 0xFCD982) is known color: Golden Glow. HEX triplet: FC, D9 and 82. RGB value is (252,217,130). Sum of RGB (Red+Green+Blue) = 252+217+130=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD982 is #03267D. Grayscale: #D9D9D9. Windows color (decimal): -206462 or 8575484. OLE color: 8575484.
HSL color Cylindrical-coordinate representation of color #FCD982: hue angle of 42.79º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCD982 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 130 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.01 |
| HSL | 42.79º | 0.95% | 0.75% | - |
| HSV(B) | 42.79º | 0.48% | 0.99% | - |
| XYZ | 68.99 | 71.93 | 31.37 | - |
| YUV | 217.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 130 | 0 | 0.14 | 0.48 | 0.01 | 42.79 | 0.95 | 0.75 |
| Hex | FC | D9 | 82 | 0 | E | 30 | 1 | 2B | 5F | 4B |
| Octal | 374 | 331 | 202 | 0 | 16 | 60 | 1 | 53 | 137 | 113 |
| Binary | 11111100 | 11011001 | 10000010 | 0 | 1110 | 110000 | 1 | 101011 | 1011111 | 1001011 |
Color Harmonies of #FCD982
Complementary color
Monochromatic Colors of #FCD982
Black with #FCD982
Text Example
Text Example
White with #FCD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD982; }
p { color: rgb(252,217,130); }
H1.HeaderClassName
{
color: #FCD982;
}
.AnyTagClassName
{
color: #FCD982;
}
</style>
background-color css
<style>
a { background-color: #FCD982; }
a { background-color: rgb(252,217,130); }
div.DivClassName
{
background-color: #FCD982;
}
.BgClassName
{
background-color: #FCD982;
}
</style>
border-color css
<style>
span { border-color: #FCD982; }
span { border-color: rgb(252,217,130); }
td.TdClassName
{
border-color: #FCD982;
}
.TagClassName
{
border-color: #FCD982;
}
</style>