Shades of Golden Glow #FCE088
Tints of Golden Glow #FCE088
RGB
CMYK
RGB Variations
Color information
#FCE088 (or 0xFCE088) is known color: Golden Glow. HEX triplet: FC, E0 and 88. RGB value is (252,224,136). Sum of RGB (Red+Green+Blue) = 252+224+136=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 136 (53.52% from 255 or 22.22% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE088 is #031F77. Grayscale: #DEDEDE. Windows color (decimal): -204664 or 8970492. OLE color: 8970492.
HSL color Cylindrical-coordinate representation of color #FCE088: hue angle of 45.52º 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 #FCE088 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 136 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.01 |
| HSL | 45.52º | 0.95% | 0.76% | - |
| HSV(B) | 45.52º | 0.46% | 0.99% | - |
| XYZ | 71.24 | 75.78 | 34.17 | - |
| YUV | 222.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 136 | 0 | 0.11 | 0.46 | 0.01 | 45.52 | 0.95 | 0.76 |
| Hex | FC | E0 | 88 | 0 | B | 2E | 1 | 2E | 5F | 4C |
| Octal | 374 | 340 | 210 | 0 | 13 | 56 | 1 | 56 | 137 | 114 |
| Binary | 11111100 | 11100000 | 10001000 | 0 | 1011 | 101110 | 1 | 101110 | 1011111 | 1001100 |
Color Harmonies of #FCE088
Complementary color
Monochromatic Colors of #FCE088
Black with #FCE088
Text Example
Text Example
White with #FCE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE088; }
p { color: rgb(252,224,136); }
H1.HeaderClassName
{
color: #FCE088;
}
.AnyTagClassName
{
color: #FCE088;
}
</style>
background-color css
<style>
a { background-color: #FCE088; }
a { background-color: rgb(252,224,136); }
div.DivClassName
{
background-color: #FCE088;
}
.BgClassName
{
background-color: #FCE088;
}
</style>
border-color css
<style>
span { border-color: #FCE088; }
span { border-color: rgb(252,224,136); }
td.TdClassName
{
border-color: #FCE088;
}
.TagClassName
{
border-color: #FCE088;
}
</style>