Shades of Golden Glow #FCDF87
Tints of Golden Glow #FCDF87
RGB
CMYK
RGB Variations
Color information
#FCDF87 (or 0xFCDF87) is known color: Golden Glow. HEX triplet: FC, DF and 87. RGB value is (252,223,135). Sum of RGB (Red+Green+Blue) = 252+223+135=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 135 (53.12% from 255 or 22.13% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF87 is #032078. Grayscale: #DEDEDE. Windows color (decimal): -204921 or 8904700. OLE color: 8904700.
HSL color Cylindrical-coordinate representation of color #FCDF87: hue angle of 45.13º 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 #FCDF87 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 135 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.01 |
| HSL | 45.13º | 0.95% | 0.76% | - |
| HSV(B) | 45.13º | 0.46% | 0.99% | - |
| XYZ | 70.91 | 75.22 | 33.7 | - |
| YUV | 221.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 135 | 0 | 0.12 | 0.46 | 0.01 | 45.13 | 0.95 | 0.76 |
| Hex | FC | DF | 87 | 0 | C | 2E | 1 | 2D | 5F | 4C |
| Octal | 374 | 337 | 207 | 0 | 14 | 56 | 1 | 55 | 137 | 114 |
| Binary | 11111100 | 11011111 | 10000111 | 0 | 1100 | 101110 | 1 | 101101 | 1011111 | 1001100 |
Color Harmonies of #FCDF87
Complementary color
Monochromatic Colors of #FCDF87
Black with #FCDF87
Text Example
Text Example
White with #FCDF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF87; }
p { color: rgb(252,223,135); }
H1.HeaderClassName
{
color: #FCDF87;
}
.AnyTagClassName
{
color: #FCDF87;
}
</style>
background-color css
<style>
a { background-color: #FCDF87; }
a { background-color: rgb(252,223,135); }
div.DivClassName
{
background-color: #FCDF87;
}
.BgClassName
{
background-color: #FCDF87;
}
</style>
border-color css
<style>
span { border-color: #FCDF87; }
span { border-color: rgb(252,223,135); }
td.TdClassName
{
border-color: #FCDF87;
}
.TagClassName
{
border-color: #FCDF87;
}
</style>