Shades of Golden Glow #FCDE85
Tints of Golden Glow #FCDE85
RGB
CMYK
RGB Variations
Color information
#FCDE85 (or 0xFCDE85) is known color: Golden Glow. HEX triplet: FC, DE and 85. RGB value is (252,222,133). Sum of RGB (Red+Green+Blue) = 252+222+133=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDE85 is #03217A. Grayscale: #DDDDDD. Windows color (decimal): -205179 or 8773372. OLE color: 8773372.
HSL color Cylindrical-coordinate representation of color #FCDE85: hue angle of 44.87º 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 #FCDE85 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 133 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.01 |
| HSL | 44.87º | 0.95% | 0.75% | - |
| HSV(B) | 44.87º | 0.47% | 0.99% | - |
| XYZ | 70.5 | 74.63 | 32.88 | - |
| YUV | 220.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 133 | 0 | 0.12 | 0.47 | 0.01 | 44.87 | 0.95 | 0.75 |
| Hex | FC | DE | 85 | 0 | C | 2F | 1 | 2D | 5F | 4B |
| Octal | 374 | 336 | 205 | 0 | 14 | 57 | 1 | 55 | 137 | 113 |
| Binary | 11111100 | 11011110 | 10000101 | 0 | 1100 | 101111 | 1 | 101101 | 1011111 | 1001011 |
Color Harmonies of #FCDE85
Complementary color
Monochromatic Colors of #FCDE85
Black with #FCDE85
Text Example
Text Example
White with #FCDE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE85; }
p { color: rgb(252,222,133); }
H1.HeaderClassName
{
color: #FCDE85;
}
.AnyTagClassName
{
color: #FCDE85;
}
</style>
background-color css
<style>
a { background-color: #FCDE85; }
a { background-color: rgb(252,222,133); }
div.DivClassName
{
background-color: #FCDE85;
}
.BgClassName
{
background-color: #FCDE85;
}
</style>
border-color css
<style>
span { border-color: #FCDE85; }
span { border-color: rgb(252,222,133); }
td.TdClassName
{
border-color: #FCDE85;
}
.TagClassName
{
border-color: #FCDE85;
}
</style>