Shades of Golden Glow #FCE082
Tints of Golden Glow #FCE082
RGB
CMYK
RGB Variations
Color information
#FCE082 (or 0xFCE082) is known color: Golden Glow. HEX triplet: FC, E0 and 82. RGB value is (252,224,130). Sum of RGB (Red+Green+Blue) = 252+224+130=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE082 is #031F7D. Grayscale: #DEDEDE. Windows color (decimal): -204670 or 8577276. OLE color: 8577276.
HSL color Cylindrical-coordinate representation of color #FCE082: hue angle of 46.23º 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 #FCE082 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 130 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.01 |
| HSL | 46.23º | 0.95% | 0.75% | - |
| HSV(B) | 46.23º | 0.48% | 0.99% | - |
| XYZ | 70.83 | 75.62 | 31.98 | - |
| YUV | 221.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 130 | 0 | 0.11 | 0.48 | 0.01 | 46.23 | 0.95 | 0.75 |
| Hex | FC | E0 | 82 | 0 | B | 30 | 1 | 2E | 5F | 4B |
| Octal | 374 | 340 | 202 | 0 | 13 | 60 | 1 | 56 | 137 | 113 |
| Binary | 11111100 | 11100000 | 10000010 | 0 | 1011 | 110000 | 1 | 101110 | 1011111 | 1001011 |
Color Harmonies of #FCE082
Complementary color
Monochromatic Colors of #FCE082
Black with #FCE082
Text Example
Text Example
White with #FCE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE082; }
p { color: rgb(252,224,130); }
H1.HeaderClassName
{
color: #FCE082;
}
.AnyTagClassName
{
color: #FCE082;
}
</style>
background-color css
<style>
a { background-color: #FCE082; }
a { background-color: rgb(252,224,130); }
div.DivClassName
{
background-color: #FCE082;
}
.BgClassName
{
background-color: #FCE082;
}
</style>
border-color css
<style>
span { border-color: #FCE082; }
span { border-color: rgb(252,224,130); }
td.TdClassName
{
border-color: #FCE082;
}
.TagClassName
{
border-color: #FCE082;
}
</style>