Shades of Golden Glow #FCD986
Tints of Golden Glow #FCD986
RGB
CMYK
RGB Variations
Color information
#FCD986 (or 0xFCD986) is known color: Golden Glow. HEX triplet: FC, D9 and 86. RGB value is (252,217,134). Sum of RGB (Red+Green+Blue) = 252+217+134=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 134 (52.73% from 255 or 22.22% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD986 is #032679. Grayscale: #DADADA. Windows color (decimal): -206458 or 8837628. OLE color: 8837628.
HSL color Cylindrical-coordinate representation of color #FCD986: hue angle of 42.2º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCD986 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 134 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.01 |
| HSL | 42.2º | 0.95% | 0.76% | - |
| HSV(B) | 42.2º | 0.47% | 0.99% | - |
| XYZ | 69.26 | 72.04 | 32.81 | - |
| YUV | 218 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 134 | 0 | 0.14 | 0.47 | 0.01 | 42.2 | 0.95 | 0.76 |
| Hex | FC | D9 | 86 | 0 | E | 2F | 1 | 2A | 5F | 4C |
| Octal | 374 | 331 | 206 | 0 | 16 | 57 | 1 | 52 | 137 | 114 |
| Binary | 11111100 | 11011001 | 10000110 | 0 | 1110 | 101111 | 1 | 101010 | 1011111 | 1001100 |
Color Harmonies of #FCD986
Complementary color
Monochromatic Colors of #FCD986
Black with #FCD986
Text Example
Text Example
White with #FCD986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD986; }
p { color: rgb(252,217,134); }
H1.HeaderClassName
{
color: #FCD986;
}
.AnyTagClassName
{
color: #FCD986;
}
</style>
background-color css
<style>
a { background-color: #FCD986; }
a { background-color: rgb(252,217,134); }
div.DivClassName
{
background-color: #FCD986;
}
.BgClassName
{
background-color: #FCD986;
}
</style>
border-color css
<style>
span { border-color: #FCD986; }
span { border-color: rgb(252,217,134); }
td.TdClassName
{
border-color: #FCD986;
}
.TagClassName
{
border-color: #FCD986;
}
</style>