Shades of Golden Glow #FCDD80
Tints of Golden Glow #FCDD80
RGB
CMYK
RGB Variations
Color information
#FCDD80 (or 0xFCDD80) is known color: Golden Glow. HEX triplet: FC, DD and 80. RGB value is (252,221,128). Sum of RGB (Red+Green+Blue) = 252+221+128=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD80 is #03227F. Grayscale: #DCDCDC. Windows color (decimal): -205440 or 8445436. OLE color: 8445436.
HSL color Cylindrical-coordinate representation of color #FCDD80: hue angle of 45º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCDD80 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 128 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.01 |
| HSL | 45º | 0.95% | 0.75% | - |
| HSV(B) | 45º | 0.49% | 0.99% | - |
| XYZ | 69.9 | 73.97 | 31.02 | - |
| YUV | 219.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 128 | 0 | 0.12 | 0.49 | 0.01 | 45 | 0.95 | 0.75 |
| Hex | FC | DD | 80 | 0 | C | 31 | 1 | 2D | 5F | 4B |
| Octal | 374 | 335 | 200 | 0 | 14 | 61 | 1 | 55 | 137 | 113 |
| Binary | 11111100 | 11011101 | 10000000 | 0 | 1100 | 110001 | 1 | 101101 | 1011111 | 1001011 |
Color Harmonies of #FCDD80
Complementary color
Monochromatic Colors of #FCDD80
Black with #FCDD80
Text Example
Text Example
White with #FCDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD80; }
p { color: rgb(252,221,128); }
H1.HeaderClassName
{
color: #FCDD80;
}
.AnyTagClassName
{
color: #FCDD80;
}
</style>
background-color css
<style>
a { background-color: #FCDD80; }
a { background-color: rgb(252,221,128); }
div.DivClassName
{
background-color: #FCDD80;
}
.BgClassName
{
background-color: #FCDD80;
}
</style>
border-color css
<style>
span { border-color: #FCDD80; }
span { border-color: rgb(252,221,128); }
td.TdClassName
{
border-color: #FCDD80;
}
.TagClassName
{
border-color: #FCDD80;
}
</style>