Shades of Golden Glow #FCDD83
Tints of Golden Glow #FCDD83
RGB
CMYK
RGB Variations
Color information
#FCDD83 (or 0xFCDD83) is known color: Golden Glow. HEX triplet: FC, DD and 83. RGB value is (252,221,131). Sum of RGB (Red+Green+Blue) = 252+221+131=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 131 (51.56% from 255 or 21.69% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD83 is #03227C. Grayscale: #DCDCDC. Windows color (decimal): -205437 or 8642044. OLE color: 8642044.
HSL color Cylindrical-coordinate representation of color #FCDD83: hue angle of 44.63º 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 #FCDD83 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 131 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.01 |
| HSL | 44.63º | 0.95% | 0.75% | - |
| HSV(B) | 44.63º | 0.48% | 0.99% | - |
| XYZ | 70.1 | 74.05 | 32.07 | - |
| YUV | 220.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 131 | 0 | 0.12 | 0.48 | 0.01 | 44.63 | 0.95 | 0.75 |
| Hex | FC | DD | 83 | 0 | C | 30 | 1 | 2D | 5F | 4B |
| Octal | 374 | 335 | 203 | 0 | 14 | 60 | 1 | 55 | 137 | 113 |
| Binary | 11111100 | 11011101 | 10000011 | 0 | 1100 | 110000 | 1 | 101101 | 1011111 | 1001011 |
Color Harmonies of #FCDD83
Complementary color
Monochromatic Colors of #FCDD83
Black with #FCDD83
Text Example
Text Example
White with #FCDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD83; }
p { color: rgb(252,221,131); }
H1.HeaderClassName
{
color: #FCDD83;
}
.AnyTagClassName
{
color: #FCDD83;
}
</style>
background-color css
<style>
a { background-color: #FCDD83; }
a { background-color: rgb(252,221,131); }
div.DivClassName
{
background-color: #FCDD83;
}
.BgClassName
{
background-color: #FCDD83;
}
</style>
border-color css
<style>
span { border-color: #FCDD83; }
span { border-color: rgb(252,221,131); }
td.TdClassName
{
border-color: #FCDD83;
}
.TagClassName
{
border-color: #FCDD83;
}
</style>