Shades of Golden Glow #FCDD88
Tints of Golden Glow #FCDD88
RGB
CMYK
RGB Variations
Color information
#FCDD88 (or 0xFCDD88) is known color: Golden Glow. HEX triplet: FC, DD and 88. RGB value is (252,221,136). Sum of RGB (Red+Green+Blue) = 252+221+136=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 136 (53.52% from 255 or 22.33% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD88 is #032277. Grayscale: #DCDCDC. Windows color (decimal): -205432 or 8969724. OLE color: 8969724.
HSL color Cylindrical-coordinate representation of color #FCDD88: hue angle of 43.97º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCDD88 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 136 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.01 |
| HSL | 43.97º | 0.95% | 0.76% | - |
| HSV(B) | 43.97º | 0.46% | 0.99% | - |
| XYZ | 70.45 | 74.19 | 33.9 | - |
| YUV | 220.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 136 | 0 | 0.12 | 0.46 | 0.01 | 43.97 | 0.95 | 0.76 |
| Hex | FC | DD | 88 | 0 | C | 2E | 1 | 2C | 5F | 4C |
| Octal | 374 | 335 | 210 | 0 | 14 | 56 | 1 | 54 | 137 | 114 |
| Binary | 11111100 | 11011101 | 10001000 | 0 | 1100 | 101110 | 1 | 101100 | 1011111 | 1001100 |
Color Harmonies of #FCDD88
Complementary color
Monochromatic Colors of #FCDD88
Black with #FCDD88
Text Example
Text Example
White with #FCDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD88; }
p { color: rgb(252,221,136); }
H1.HeaderClassName
{
color: #FCDD88;
}
.AnyTagClassName
{
color: #FCDD88;
}
</style>
background-color css
<style>
a { background-color: #FCDD88; }
a { background-color: rgb(252,221,136); }
div.DivClassName
{
background-color: #FCDD88;
}
.BgClassName
{
background-color: #FCDD88;
}
</style>
border-color css
<style>
span { border-color: #FCDD88; }
span { border-color: rgb(252,221,136); }
td.TdClassName
{
border-color: #FCDD88;
}
.TagClassName
{
border-color: #FCDD88;
}
</style>