Shades of Golden Glow #FCD888
Tints of Golden Glow #FCD888
RGB
CMYK
RGB Variations
Color information
#FCD888 (or 0xFCD888) is known color: Golden Glow. HEX triplet: FC, D8 and 88. RGB value is (252,216,136). Sum of RGB (Red+Green+Blue) = 252+216+136=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD888 is #032777. Grayscale: #DADADA. Windows color (decimal): -206712 or 8968444. OLE color: 8968444.
HSL color Cylindrical-coordinate representation of color #FCD888: hue angle of 41.38º 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 #FCD888 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 136 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.01 |
| HSL | 41.38º | 0.95% | 0.76% | - |
| HSV(B) | 41.38º | 0.46% | 0.99% | - |
| XYZ | 69.14 | 71.58 | 33.47 | - |
| YUV | 217.64 | 81.93 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 136 | 0 | 0.14 | 0.46 | 0.01 | 41.38 | 0.95 | 0.76 |
| Hex | FC | D8 | 88 | 0 | E | 2E | 1 | 29 | 5F | 4C |
| Octal | 374 | 330 | 210 | 0 | 16 | 56 | 1 | 51 | 137 | 114 |
| Binary | 11111100 | 11011000 | 10001000 | 0 | 1110 | 101110 | 1 | 101001 | 1011111 | 1001100 |
Color Harmonies of #FCD888
Complementary color
Monochromatic Colors of #FCD888
Black with #FCD888
Text Example
Text Example
White with #FCD888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD888; }
p { color: rgb(252,216,136); }
H1.HeaderClassName
{
color: #FCD888;
}
.AnyTagClassName
{
color: #FCD888;
}
</style>
background-color css
<style>
a { background-color: #FCD888; }
a { background-color: rgb(252,216,136); }
div.DivClassName
{
background-color: #FCD888;
}
.BgClassName
{
background-color: #FCD888;
}
</style>
border-color css
<style>
span { border-color: #FCD888; }
span { border-color: rgb(252,216,136); }
td.TdClassName
{
border-color: #FCD888;
}
.TagClassName
{
border-color: #FCD888;
}
</style>