Shades of Golden Glow #FCE183
Tints of Golden Glow #FCE183
RGB
CMYK
RGB Variations
Color information
#FCE183 (or 0xFCE183) is known color: Golden Glow. HEX triplet: FC, E1 and 83. RGB value is (252,225,131). Sum of RGB (Red+Green+Blue) = 252+225+131=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 131 (51.56% from 255 or 21.55% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE183 is #031E7C. Grayscale: #DEDEDE. Windows color (decimal): -204413 or 8643068. OLE color: 8643068.
HSL color Cylindrical-coordinate representation of color #FCE183: hue angle of 46.61º 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 #FCE183 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 131 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.01 |
| HSL | 46.61º | 0.95% | 0.75% | - |
| HSV(B) | 46.61º | 0.48% | 0.99% | - |
| XYZ | 71.17 | 76.18 | 32.43 | - |
| YUV | 222.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 131 | 0 | 0.11 | 0.48 | 0.01 | 46.61 | 0.95 | 0.75 |
| Hex | FC | E1 | 83 | 0 | B | 30 | 1 | 2F | 5F | 4B |
| Octal | 374 | 341 | 203 | 0 | 13 | 60 | 1 | 57 | 137 | 113 |
| Binary | 11111100 | 11100001 | 10000011 | 0 | 1011 | 110000 | 1 | 101111 | 1011111 | 1001011 |
Color Harmonies of #FCE183
Complementary color
Monochromatic Colors of #FCE183
Black with #FCE183
Text Example
Text Example
White with #FCE183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE183; }
p { color: rgb(252,225,131); }
H1.HeaderClassName
{
color: #FCE183;
}
.AnyTagClassName
{
color: #FCE183;
}
</style>
background-color css
<style>
a { background-color: #FCE183; }
a { background-color: rgb(252,225,131); }
div.DivClassName
{
background-color: #FCE183;
}
.BgClassName
{
background-color: #FCE183;
}
</style>
border-color css
<style>
span { border-color: #FCE183; }
span { border-color: rgb(252,225,131); }
td.TdClassName
{
border-color: #FCE183;
}
.TagClassName
{
border-color: #FCE183;
}
</style>