Shades of Golden Glow #FCD886
Tints of Golden Glow #FCD886
RGB
CMYK
RGB Variations
Color information
#FCD886 (or 0xFCD886) is known color: Golden Glow. HEX triplet: FC, D8 and 86. RGB value is (252,216,134). Sum of RGB (Red+Green+Blue) = 252+216+134=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD886 is #032779. Grayscale: #D9D9D9. Windows color (decimal): -206714 or 8837372. OLE color: 8837372.
HSL color Cylindrical-coordinate representation of color #FCD886: hue angle of 41.69º 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 #FCD886 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 134 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.01 |
| HSL | 41.69º | 0.95% | 0.76% | - |
| HSV(B) | 41.69º | 0.47% | 0.99% | - |
| XYZ | 69 | 71.53 | 32.72 | - |
| YUV | 217.42 | 80.93 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 134 | 0 | 0.14 | 0.47 | 0.01 | 41.69 | 0.95 | 0.76 |
| Hex | FC | D8 | 86 | 0 | E | 2F | 1 | 2A | 5F | 4C |
| Octal | 374 | 330 | 206 | 0 | 16 | 57 | 1 | 52 | 137 | 114 |
| Binary | 11111100 | 11011000 | 10000110 | 0 | 1110 | 101111 | 1 | 101010 | 1011111 | 1001100 |
Color Harmonies of #FCD886
Complementary color
Monochromatic Colors of #FCD886
Black with #FCD886
Text Example
Text Example
White with #FCD886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD886; }
p { color: rgb(252,216,134); }
H1.HeaderClassName
{
color: #FCD886;
}
.AnyTagClassName
{
color: #FCD886;
}
</style>
background-color css
<style>
a { background-color: #FCD886; }
a { background-color: rgb(252,216,134); }
div.DivClassName
{
background-color: #FCD886;
}
.BgClassName
{
background-color: #FCD886;
}
</style>
border-color css
<style>
span { border-color: #FCD886; }
span { border-color: rgb(252,216,134); }
td.TdClassName
{
border-color: #FCD886;
}
.TagClassName
{
border-color: #FCD886;
}
</style>