Shades of Golden Glow #FCE087
Tints of Golden Glow #FCE087
RGB
CMYK
RGB Variations
Color information
#FCE087 (or 0xFCE087) is known color: Golden Glow. HEX triplet: FC, E0 and 87. RGB value is (252,224,135). Sum of RGB (Red+Green+Blue) = 252+224+135=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 135 (53.12% from 255 or 22.09% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE087 is #031F78. Grayscale: #DEDEDE. Windows color (decimal): -204665 or 8904956. OLE color: 8904956.
HSL color Cylindrical-coordinate representation of color #FCE087: hue angle of 45.64º 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 #FCE087 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 135 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.01 |
| HSL | 45.64º | 0.95% | 0.76% | - |
| HSV(B) | 45.64º | 0.46% | 0.99% | - |
| XYZ | 71.17 | 75.76 | 33.79 | - |
| YUV | 222.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 135 | 0 | 0.11 | 0.46 | 0.01 | 45.64 | 0.95 | 0.76 |
| Hex | FC | E0 | 87 | 0 | B | 2E | 1 | 2E | 5F | 4C |
| Octal | 374 | 340 | 207 | 0 | 13 | 56 | 1 | 56 | 137 | 114 |
| Binary | 11111100 | 11100000 | 10000111 | 0 | 1011 | 101110 | 1 | 101110 | 1011111 | 1001100 |
Color Harmonies of #FCE087
Complementary color
Monochromatic Colors of #FCE087
Black with #FCE087
Text Example
Text Example
White with #FCE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE087; }
p { color: rgb(252,224,135); }
H1.HeaderClassName
{
color: #FCE087;
}
.AnyTagClassName
{
color: #FCE087;
}
</style>
background-color css
<style>
a { background-color: #FCE087; }
a { background-color: rgb(252,224,135); }
div.DivClassName
{
background-color: #FCE087;
}
.BgClassName
{
background-color: #FCE087;
}
</style>
border-color css
<style>
span { border-color: #FCE087; }
span { border-color: rgb(252,224,135); }
td.TdClassName
{
border-color: #FCE087;
}
.TagClassName
{
border-color: #FCE087;
}
</style>