Shades of Golden Glow #FCDF85
Tints of Golden Glow #FCDF85
RGB
CMYK
RGB Variations
Color information
#FCDF85 (or 0xFCDF85) is known color: Golden Glow. HEX triplet: FC, DF and 85. RGB value is (252,223,133). Sum of RGB (Red+Green+Blue) = 252+223+133=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF85 is #03207A. Grayscale: #DDDDDD. Windows color (decimal): -204923 or 8773628. OLE color: 8773628.
HSL color Cylindrical-coordinate representation of color #FCDF85: hue angle of 45.38º 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 #FCDF85 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 133 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.01 |
| HSL | 45.38º | 0.95% | 0.75% | - |
| HSV(B) | 45.38º | 0.47% | 0.99% | - |
| XYZ | 70.77 | 75.16 | 32.97 | - |
| YUV | 221.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 133 | 0 | 0.12 | 0.47 | 0.01 | 45.38 | 0.95 | 0.75 |
| Hex | FC | DF | 85 | 0 | C | 2F | 1 | 2D | 5F | 4B |
| Octal | 374 | 337 | 205 | 0 | 14 | 57 | 1 | 55 | 137 | 113 |
| Binary | 11111100 | 11011111 | 10000101 | 0 | 1100 | 101111 | 1 | 101101 | 1011111 | 1001011 |
Color Harmonies of #FCDF85
Complementary color
Monochromatic Colors of #FCDF85
Black with #FCDF85
Text Example
Text Example
White with #FCDF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF85; }
p { color: rgb(252,223,133); }
H1.HeaderClassName
{
color: #FCDF85;
}
.AnyTagClassName
{
color: #FCDF85;
}
</style>
background-color css
<style>
a { background-color: #FCDF85; }
a { background-color: rgb(252,223,133); }
div.DivClassName
{
background-color: #FCDF85;
}
.BgClassName
{
background-color: #FCDF85;
}
</style>
border-color css
<style>
span { border-color: #FCDF85; }
span { border-color: rgb(252,223,133); }
td.TdClassName
{
border-color: #FCDF85;
}
.TagClassName
{
border-color: #FCDF85;
}
</style>