Shades of Golden Glow #FCE085
Tints of Golden Glow #FCE085
RGB
CMYK
RGB Variations
Color information
#FCE085 (or 0xFCE085) is known color: Golden Glow. HEX triplet: FC, E0 and 85. RGB value is (252,224,133). Sum of RGB (Red+Green+Blue) = 252+224+133=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE085 is #031F7A. Grayscale: #DEDEDE. Windows color (decimal): -204667 or 8773884. OLE color: 8773884.
HSL color Cylindrical-coordinate representation of color #FCE085: hue angle of 45.88º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCE085 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 133 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.01 |
| HSL | 45.88º | 0.95% | 0.75% | - |
| HSV(B) | 45.88º | 0.47% | 0.99% | - |
| XYZ | 71.03 | 75.7 | 33.06 | - |
| YUV | 222 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 133 | 0 | 0.11 | 0.47 | 0.01 | 45.88 | 0.95 | 0.75 |
| Hex | FC | E0 | 85 | 0 | B | 2F | 1 | 2E | 5F | 4B |
| Octal | 374 | 340 | 205 | 0 | 13 | 57 | 1 | 56 | 137 | 113 |
| Binary | 11111100 | 11100000 | 10000101 | 0 | 1011 | 101111 | 1 | 101110 | 1011111 | 1001011 |
Color Harmonies of #FCE085
Complementary color
Monochromatic Colors of #FCE085
Black with #FCE085
Text Example
Text Example
White with #FCE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE085; }
p { color: rgb(252,224,133); }
H1.HeaderClassName
{
color: #FCE085;
}
.AnyTagClassName
{
color: #FCE085;
}
</style>
background-color css
<style>
a { background-color: #FCE085; }
a { background-color: rgb(252,224,133); }
div.DivClassName
{
background-color: #FCE085;
}
.BgClassName
{
background-color: #FCE085;
}
</style>
border-color css
<style>
span { border-color: #FCE085; }
span { border-color: rgb(252,224,133); }
td.TdClassName
{
border-color: #FCE085;
}
.TagClassName
{
border-color: #FCE085;
}
</style>