Shades of Golden Glow #FCE081
Tints of Golden Glow #FCE081
RGB
CMYK
RGB Variations
Color information
#FCE081 (or 0xFCE081) is known color: Golden Glow. HEX triplet: FC, E0 and 81. RGB value is (252,224,129). Sum of RGB (Red+Green+Blue) = 252+224+129=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 129 (50.78% from 255 or 21.32% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE081 is #031F7E. Grayscale: #DDDDDD. Windows color (decimal): -204671 or 8511740. OLE color: 8511740.
HSL color Cylindrical-coordinate representation of color #FCE081: hue angle of 46.34º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCE081 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 129 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.01 |
| HSL | 46.34º | 0.95% | 0.75% | - |
| HSV(B) | 46.34º | 0.49% | 0.99% | - |
| XYZ | 70.76 | 75.59 | 31.63 | - |
| YUV | 221.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 129 | 0 | 0.11 | 0.49 | 0.01 | 46.34 | 0.95 | 0.75 |
| Hex | FC | E0 | 81 | 0 | B | 31 | 1 | 2E | 5F | 4B |
| Octal | 374 | 340 | 201 | 0 | 13 | 61 | 1 | 56 | 137 | 113 |
| Binary | 11111100 | 11100000 | 10000001 | 0 | 1011 | 110001 | 1 | 101110 | 1011111 | 1001011 |
Color Harmonies of #FCE081
Complementary color
Monochromatic Colors of #FCE081
Black with #FCE081
Text Example
Text Example
White with #FCE081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE081; }
p { color: rgb(252,224,129); }
H1.HeaderClassName
{
color: #FCE081;
}
.AnyTagClassName
{
color: #FCE081;
}
</style>
background-color css
<style>
a { background-color: #FCE081; }
a { background-color: rgb(252,224,129); }
div.DivClassName
{
background-color: #FCE081;
}
.BgClassName
{
background-color: #FCE081;
}
</style>
border-color css
<style>
span { border-color: #FCE081; }
span { border-color: rgb(252,224,129); }
td.TdClassName
{
border-color: #FCE081;
}
.TagClassName
{
border-color: #FCE081;
}
</style>