Shades of Golden Glow #FCE083
Tints of Golden Glow #FCE083
RGB
CMYK
RGB Variations
Color information
#FCE083 (or 0xFCE083) is known color: Golden Glow. HEX triplet: FC, E0 and 83. RGB value is (252,224,131). Sum of RGB (Red+Green+Blue) = 252+224+131=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE083 is #031F7C. Grayscale: #DEDEDE. Windows color (decimal): -204669 or 8642812. OLE color: 8642812.
HSL color Cylindrical-coordinate representation of color #FCE083: hue angle of 46.12º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCE083 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 131 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.01 |
| HSL | 46.12º | 0.95% | 0.75% | - |
| HSV(B) | 46.12º | 0.48% | 0.99% | - |
| XYZ | 70.9 | 75.65 | 32.34 | - |
| YUV | 221.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 131 | 0 | 0.11 | 0.48 | 0.01 | 46.12 | 0.95 | 0.75 |
| Hex | FC | E0 | 83 | 0 | B | 30 | 1 | 2E | 5F | 4B |
| Octal | 374 | 340 | 203 | 0 | 13 | 60 | 1 | 56 | 137 | 113 |
| Binary | 11111100 | 11100000 | 10000011 | 0 | 1011 | 110000 | 1 | 101110 | 1011111 | 1001011 |
Color Harmonies of #FCE083
Complementary color
Monochromatic Colors of #FCE083
Black with #FCE083
Text Example
Text Example
White with #FCE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE083; }
p { color: rgb(252,224,131); }
H1.HeaderClassName
{
color: #FCE083;
}
.AnyTagClassName
{
color: #FCE083;
}
</style>
background-color css
<style>
a { background-color: #FCE083; }
a { background-color: rgb(252,224,131); }
div.DivClassName
{
background-color: #FCE083;
}
.BgClassName
{
background-color: #FCE083;
}
</style>
border-color css
<style>
span { border-color: #FCE083; }
span { border-color: rgb(252,224,131); }
td.TdClassName
{
border-color: #FCE083;
}
.TagClassName
{
border-color: #FCE083;
}
</style>