Shades of Golden Glow #FCDD89
Tints of Golden Glow #FCDD89
RGB
CMYK
RGB Variations
Color information
#FCDD89 (or 0xFCDD89) is known color: Golden Glow. HEX triplet: FC, DD and 89. RGB value is (252,221,137). Sum of RGB (Red+Green+Blue) = 252+221+137=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 137 (53.91% from 255 or 22.46% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD89 is #032276. Grayscale: #DDDDDD. Windows color (decimal): -205431 or 9035260. OLE color: 9035260.
HSL color Cylindrical-coordinate representation of color #FCDD89: hue angle of 43.83º 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 #FCDD89 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 137 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.01 |
| HSL | 43.83º | 0.95% | 0.76% | - |
| HSV(B) | 43.83º | 0.46% | 0.99% | - |
| XYZ | 70.52 | 74.21 | 34.28 | - |
| YUV | 220.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 137 | 0 | 0.12 | 0.46 | 0.01 | 43.83 | 0.95 | 0.76 |
| Hex | FC | DD | 89 | 0 | C | 2E | 1 | 2C | 5F | 4C |
| Octal | 374 | 335 | 211 | 0 | 14 | 56 | 1 | 54 | 137 | 114 |
| Binary | 11111100 | 11011101 | 10001001 | 0 | 1100 | 101110 | 1 | 101100 | 1011111 | 1001100 |
Color Harmonies of #FCDD89
Complementary color
Monochromatic Colors of #FCDD89
Black with #FCDD89
Text Example
Text Example
White with #FCDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD89; }
p { color: rgb(252,221,137); }
H1.HeaderClassName
{
color: #FCDD89;
}
.AnyTagClassName
{
color: #FCDD89;
}
</style>
background-color css
<style>
a { background-color: #FCDD89; }
a { background-color: rgb(252,221,137); }
div.DivClassName
{
background-color: #FCDD89;
}
.BgClassName
{
background-color: #FCDD89;
}
</style>
border-color css
<style>
span { border-color: #FCDD89; }
span { border-color: rgb(252,221,137); }
td.TdClassName
{
border-color: #FCDD89;
}
.TagClassName
{
border-color: #FCDD89;
}
</style>