Shades of Golden Glow #FCD981
Tints of Golden Glow #FCD981
RGB
CMYK
RGB Variations
Color information
#FCD981 (or 0xFCD981) is known color: Golden Glow. HEX triplet: FC, D9 and 81. RGB value is (252,217,129). Sum of RGB (Red+Green+Blue) = 252+217+129=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD981 is #03267E. Grayscale: #D9D9D9. Windows color (decimal): -206463 or 8509948. OLE color: 8509948.
HSL color Cylindrical-coordinate representation of color #FCD981: hue angle of 42.93º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCD981 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 129 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.01 |
| HSL | 42.93º | 0.95% | 0.75% | - |
| HSV(B) | 42.93º | 0.49% | 0.99% | - |
| XYZ | 68.92 | 71.91 | 31.02 | - |
| YUV | 217.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 129 | 0 | 0.14 | 0.49 | 0.01 | 42.93 | 0.95 | 0.75 |
| Hex | FC | D9 | 81 | 0 | E | 31 | 1 | 2B | 5F | 4B |
| Octal | 374 | 331 | 201 | 0 | 16 | 61 | 1 | 53 | 137 | 113 |
| Binary | 11111100 | 11011001 | 10000001 | 0 | 1110 | 110001 | 1 | 101011 | 1011111 | 1001011 |
Color Harmonies of #FCD981
Complementary color
Monochromatic Colors of #FCD981
Black with #FCD981
Text Example
Text Example
White with #FCD981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD981; }
p { color: rgb(252,217,129); }
H1.HeaderClassName
{
color: #FCD981;
}
.AnyTagClassName
{
color: #FCD981;
}
</style>
background-color css
<style>
a { background-color: #FCD981; }
a { background-color: rgb(252,217,129); }
div.DivClassName
{
background-color: #FCD981;
}
.BgClassName
{
background-color: #FCD981;
}
</style>
border-color css
<style>
span { border-color: #FCD981; }
span { border-color: rgb(252,217,129); }
td.TdClassName
{
border-color: #FCD981;
}
.TagClassName
{
border-color: #FCD981;
}
</style>