Shades of Golden Glow #FCE283
Tints of Golden Glow #FCE283
RGB
CMYK
RGB Variations
Color information
#FCE283 (or 0xFCE283) is known color: Golden Glow. HEX triplet: FC, E2 and 83. RGB value is (252,226,131). Sum of RGB (Red+Green+Blue) = 252+226+131=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE283 is #031D7C. Grayscale: #DFDFDF. Windows color (decimal): -204157 or 8643324. OLE color: 8643324.
HSL color Cylindrical-coordinate representation of color #FCE283: hue angle of 47.11º 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 #FCE283 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 131 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.01 |
| HSL | 47.11º | 0.95% | 0.75% | - |
| HSV(B) | 47.11º | 0.48% | 0.99% | - |
| XYZ | 71.44 | 76.73 | 32.52 | - |
| YUV | 222.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 131 | 0 | 0.10 | 0.48 | 0.01 | 47.11 | 0.95 | 0.75 |
| Hex | FC | E2 | 83 | 0 | A | 30 | 1 | 2F | 5F | 4B |
| Octal | 374 | 342 | 203 | 0 | 12 | 60 | 1 | 57 | 137 | 113 |
| Binary | 11111100 | 11100010 | 10000011 | 0 | 1010 | 110000 | 1 | 101111 | 1011111 | 1001011 |
Color Harmonies of #FCE283
Complementary color
Monochromatic Colors of #FCE283
Black with #FCE283
Text Example
Text Example
White with #FCE283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE283; }
p { color: rgb(252,226,131); }
H1.HeaderClassName
{
color: #FCE283;
}
.AnyTagClassName
{
color: #FCE283;
}
</style>
background-color css
<style>
a { background-color: #FCE283; }
a { background-color: rgb(252,226,131); }
div.DivClassName
{
background-color: #FCE283;
}
.BgClassName
{
background-color: #FCE283;
}
</style>
border-color css
<style>
span { border-color: #FCE283; }
span { border-color: rgb(252,226,131); }
td.TdClassName
{
border-color: #FCE283;
}
.TagClassName
{
border-color: #FCE283;
}
</style>