Shades of Golden Glow #FCD983
Tints of Golden Glow #FCD983
RGB
CMYK
RGB Variations
Color information
#FCD983 (or 0xFCD983) is known color: Golden Glow. HEX triplet: FC, D9 and 83. RGB value is (252,217,131). Sum of RGB (Red+Green+Blue) = 252+217+131=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 131 (51.56% from 255 or 21.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD983 is #03267C. Grayscale: #DADADA. Windows color (decimal): -206461 or 8641020. OLE color: 8641020.
HSL color Cylindrical-coordinate representation of color #FCD983: hue angle of 42.64º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCD983 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 131 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.01 |
| HSL | 42.64º | 0.95% | 0.75% | - |
| HSV(B) | 42.64º | 0.48% | 0.99% | - |
| XYZ | 69.05 | 71.96 | 31.72 | - |
| YUV | 217.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 131 | 0 | 0.14 | 0.48 | 0.01 | 42.64 | 0.95 | 0.75 |
| Hex | FC | D9 | 83 | 0 | E | 30 | 1 | 2B | 5F | 4B |
| Octal | 374 | 331 | 203 | 0 | 16 | 60 | 1 | 53 | 137 | 113 |
| Binary | 11111100 | 11011001 | 10000011 | 0 | 1110 | 110000 | 1 | 101011 | 1011111 | 1001011 |
Color Harmonies of #FCD983
Complementary color
Monochromatic Colors of #FCD983
Black with #FCD983
Text Example
Text Example
White with #FCD983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD983; }
p { color: rgb(252,217,131); }
H1.HeaderClassName
{
color: #FCD983;
}
.AnyTagClassName
{
color: #FCD983;
}
</style>
background-color css
<style>
a { background-color: #FCD983; }
a { background-color: rgb(252,217,131); }
div.DivClassName
{
background-color: #FCD983;
}
.BgClassName
{
background-color: #FCD983;
}
</style>
border-color css
<style>
span { border-color: #FCD983; }
span { border-color: rgb(252,217,131); }
td.TdClassName
{
border-color: #FCD983;
}
.TagClassName
{
border-color: #FCD983;
}
</style>