Shades of Golden Glow #FCD580
Tints of Golden Glow #FCD580
RGB
CMYK
RGB Variations
Color information
#FCD580 (or 0xFCD580) is known color: Golden Glow. HEX triplet: FC, D5 and 80. RGB value is (252,213,128). Sum of RGB (Red+Green+Blue) = 252+213+128=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD580 is #032A7F. Grayscale: #D7D7D7. Windows color (decimal): -207488 or 8443388. OLE color: 8443388.
HSL color Cylindrical-coordinate representation of color #FCD580: hue angle of 41.13º 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 #FCD580 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 128 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.01 |
| HSL | 41.13º | 0.95% | 0.75% | - |
| HSV(B) | 41.13º | 0.49% | 0.99% | - |
| XYZ | 67.84 | 69.84 | 30.33 | - |
| YUV | 214.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 128 | 0 | 0.15 | 0.49 | 0.01 | 41.13 | 0.95 | 0.75 |
| Hex | FC | D5 | 80 | 0 | F | 31 | 1 | 29 | 5F | 4B |
| Octal | 374 | 325 | 200 | 0 | 17 | 61 | 1 | 51 | 137 | 113 |
| Binary | 11111100 | 11010101 | 10000000 | 0 | 1111 | 110001 | 1 | 101001 | 1011111 | 1001011 |
Color Harmonies of #FCD580
Complementary color
Monochromatic Colors of #FCD580
Black with #FCD580
Text Example
Text Example
White with #FCD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD580; }
p { color: rgb(252,213,128); }
H1.HeaderClassName
{
color: #FCD580;
}
.AnyTagClassName
{
color: #FCD580;
}
</style>
background-color css
<style>
a { background-color: #FCD580; }
a { background-color: rgb(252,213,128); }
div.DivClassName
{
background-color: #FCD580;
}
.BgClassName
{
background-color: #FCD580;
}
</style>
border-color css
<style>
span { border-color: #FCD580; }
span { border-color: rgb(252,213,128); }
td.TdClassName
{
border-color: #FCD580;
}
.TagClassName
{
border-color: #FCD580;
}
</style>