Shades of Golden Glow #FCDD85
Tints of Golden Glow #FCDD85
RGB
CMYK
RGB Variations
Color information
#FCDD85 (or 0xFCDD85) is known color: Golden Glow. HEX triplet: FC, DD and 85. RGB value is (252,221,133). Sum of RGB (Red+Green+Blue) = 252+221+133=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD85 is #03227A. Grayscale: #DCDCDC. Windows color (decimal): -205435 or 8773116. OLE color: 8773116.
HSL color Cylindrical-coordinate representation of color #FCDD85: hue angle of 44.37º 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 #FCDD85 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 133 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.01 |
| HSL | 44.37º | 0.95% | 0.75% | - |
| HSV(B) | 44.37º | 0.47% | 0.99% | - |
| XYZ | 70.23 | 74.1 | 32.79 | - |
| YUV | 220.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 133 | 0 | 0.12 | 0.47 | 0.01 | 44.37 | 0.95 | 0.75 |
| Hex | FC | DD | 85 | 0 | C | 2F | 1 | 2C | 5F | 4B |
| Octal | 374 | 335 | 205 | 0 | 14 | 57 | 1 | 54 | 137 | 113 |
| Binary | 11111100 | 11011101 | 10000101 | 0 | 1100 | 101111 | 1 | 101100 | 1011111 | 1001011 |
Color Harmonies of #FCDD85
Complementary color
Monochromatic Colors of #FCDD85
Black with #FCDD85
Text Example
Text Example
White with #FCDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD85; }
p { color: rgb(252,221,133); }
H1.HeaderClassName
{
color: #FCDD85;
}
.AnyTagClassName
{
color: #FCDD85;
}
</style>
background-color css
<style>
a { background-color: #FCDD85; }
a { background-color: rgb(252,221,133); }
div.DivClassName
{
background-color: #FCDD85;
}
.BgClassName
{
background-color: #FCDD85;
}
</style>
border-color css
<style>
span { border-color: #FCDD85; }
span { border-color: rgb(252,221,133); }
td.TdClassName
{
border-color: #FCDD85;
}
.TagClassName
{
border-color: #FCDD85;
}
</style>