Shades of Golden Glow #FCD980
Tints of Golden Glow #FCD980
RGB
CMYK
RGB Variations
Color information
#FCD980 (or 0xFCD980) is known color: Golden Glow. HEX triplet: FC, D9 and 80. RGB value is (252,217,128). Sum of RGB (Red+Green+Blue) = 252+217+128=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD980 is #03267F. Grayscale: #D9D9D9. Windows color (decimal): -206464 or 8444412. OLE color: 8444412.
HSL color Cylindrical-coordinate representation of color #FCD980: hue angle of 43.06º 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 #FCD980 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 128 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.01 |
| HSL | 43.06º | 0.95% | 0.75% | - |
| HSV(B) | 43.06º | 0.49% | 0.99% | - |
| XYZ | 68.85 | 71.88 | 30.67 | - |
| YUV | 217.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 128 | 0 | 0.14 | 0.49 | 0.01 | 43.06 | 0.95 | 0.75 |
| Hex | FC | D9 | 80 | 0 | E | 31 | 1 | 2B | 5F | 4B |
| Octal | 374 | 331 | 200 | 0 | 16 | 61 | 1 | 53 | 137 | 113 |
| Binary | 11111100 | 11011001 | 10000000 | 0 | 1110 | 110001 | 1 | 101011 | 1011111 | 1001011 |
Color Harmonies of #FCD980
Complementary color
Monochromatic Colors of #FCD980
Black with #FCD980
Text Example
Text Example
White with #FCD980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD980; }
p { color: rgb(252,217,128); }
H1.HeaderClassName
{
color: #FCD980;
}
.AnyTagClassName
{
color: #FCD980;
}
</style>
background-color css
<style>
a { background-color: #FCD980; }
a { background-color: rgb(252,217,128); }
div.DivClassName
{
background-color: #FCD980;
}
.BgClassName
{
background-color: #FCD980;
}
</style>
border-color css
<style>
span { border-color: #FCD980; }
span { border-color: rgb(252,217,128); }
td.TdClassName
{
border-color: #FCD980;
}
.TagClassName
{
border-color: #FCD980;
}
</style>