Shades of Golden Glow #FCD987
Tints of Golden Glow #FCD987
RGB
CMYK
RGB Variations
Color information
#FCD987 (or 0xFCD987) is known color: Golden Glow. HEX triplet: FC, D9 and 87. RGB value is (252,217,135). Sum of RGB (Red+Green+Blue) = 252+217+135=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 135 (53.12% from 255 or 22.35% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD987 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD987 is #032678. Grayscale: #DADADA. Windows color (decimal): -206457 or 8903164. OLE color: 8903164.
HSL color Cylindrical-coordinate representation of color #FCD987: hue angle of 42.05º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCD987 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 135 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.01 |
| HSL | 42.05º | 0.95% | 0.76% | - |
| HSV(B) | 42.05º | 0.46% | 0.99% | - |
| XYZ | 69.33 | 72.07 | 33.18 | - |
| YUV | 218.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 135 | 0 | 0.14 | 0.46 | 0.01 | 42.05 | 0.95 | 0.76 |
| Hex | FC | D9 | 87 | 0 | E | 2E | 1 | 2A | 5F | 4C |
| Octal | 374 | 331 | 207 | 0 | 16 | 56 | 1 | 52 | 137 | 114 |
| Binary | 11111100 | 11011001 | 10000111 | 0 | 1110 | 101110 | 1 | 101010 | 1011111 | 1001100 |
Color Harmonies of #FCD987
Complementary color
Monochromatic Colors of #FCD987
Black with #FCD987
Text Example
Text Example
White with #FCD987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD987; }
p { color: rgb(252,217,135); }
H1.HeaderClassName
{
color: #FCD987;
}
.AnyTagClassName
{
color: #FCD987;
}
</style>
background-color css
<style>
a { background-color: #FCD987; }
a { background-color: rgb(252,217,135); }
div.DivClassName
{
background-color: #FCD987;
}
.BgClassName
{
background-color: #FCD987;
}
</style>
border-color css
<style>
span { border-color: #FCD987; }
span { border-color: rgb(252,217,135); }
td.TdClassName
{
border-color: #FCD987;
}
.TagClassName
{
border-color: #FCD987;
}
</style>