Shades of Golden Glow #FCD88C
Tints of Golden Glow #FCD88C
RGB
CMYK
RGB Variations
Color information
#FCD88C (or 0xFCD88C) is known color: Golden Glow. HEX triplet: FC, D8 and 8C. RGB value is (252,216,140). Sum of RGB (Red+Green+Blue) = 252+216+140=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD88C is #032773. Grayscale: #DADADA. Windows color (decimal): -206708 or 9230588. OLE color: 9230588.
HSL color Cylindrical-coordinate representation of color #FCD88C: hue angle of 40.71º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCD88C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 140 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.01 |
| HSL | 40.71º | 0.95% | 0.77% | - |
| HSV(B) | 40.71º | 0.44% | 0.99% | - |
| XYZ | 69.43 | 71.7 | 34.99 | - |
| YUV | 218.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 140 | 0 | 0.14 | 0.44 | 0.01 | 40.71 | 0.95 | 0.77 |
| Hex | FC | D8 | 8C | 0 | E | 2C | 1 | 29 | 5F | 4D |
| Octal | 374 | 330 | 214 | 0 | 16 | 54 | 1 | 51 | 137 | 115 |
| Binary | 11111100 | 11011000 | 10001100 | 0 | 1110 | 101100 | 1 | 101001 | 1011111 | 1001101 |
Color Harmonies of #FCD88C
Complementary color
Monochromatic Colors of #FCD88C
Black with #FCD88C
Text Example
Text Example
White with #FCD88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD88C; }
p { color: rgb(252,216,140); }
H1.HeaderClassName
{
color: #FCD88C;
}
.AnyTagClassName
{
color: #FCD88C;
}
</style>
background-color css
<style>
a { background-color: #FCD88C; }
a { background-color: rgb(252,216,140); }
div.DivClassName
{
background-color: #FCD88C;
}
.BgClassName
{
background-color: #FCD88C;
}
</style>
border-color css
<style>
span { border-color: #FCD88C; }
span { border-color: rgb(252,216,140); }
td.TdClassName
{
border-color: #FCD88C;
}
.TagClassName
{
border-color: #FCD88C;
}
</style>