Shades of Golden Glow #FCDA8D
Tints of Golden Glow #FCDA8D
RGB
CMYK
RGB Variations
Color information
#FCDA8D (or 0xFCDA8D) is known color: Golden Glow. HEX triplet: FC, DA and 8D. RGB value is (252,218,141). Sum of RGB (Red+Green+Blue) = 252+218+141=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA8D is #032572. Grayscale: #DBDBDB. Windows color (decimal): -206195 or 9296636. OLE color: 9296636.
HSL color Cylindrical-coordinate representation of color #FCDA8D: hue angle of 41.62º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCDA8D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 141 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.01 |
| HSL | 41.62º | 0.95% | 0.77% | - |
| HSV(B) | 41.62º | 0.44% | 0.99% | - |
| XYZ | 70.02 | 72.76 | 35.55 | - |
| YUV | 219.39 | 83.76 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 141 | 0 | 0.13 | 0.44 | 0.01 | 41.62 | 0.95 | 0.77 |
| Hex | FC | DA | 8D | 0 | D | 2C | 1 | 2A | 5F | 4D |
| Octal | 374 | 332 | 215 | 0 | 15 | 54 | 1 | 52 | 137 | 115 |
| Binary | 11111100 | 11011010 | 10001101 | 0 | 1101 | 101100 | 1 | 101010 | 1011111 | 1001101 |
Color Harmonies of #FCDA8D
Complementary color
Monochromatic Colors of #FCDA8D
Black with #FCDA8D
Text Example
Text Example
White with #FCDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA8D; }
p { color: rgb(252,218,141); }
H1.HeaderClassName
{
color: #FCDA8D;
}
.AnyTagClassName
{
color: #FCDA8D;
}
</style>
background-color css
<style>
a { background-color: #FCDA8D; }
a { background-color: rgb(252,218,141); }
div.DivClassName
{
background-color: #FCDA8D;
}
.BgClassName
{
background-color: #FCDA8D;
}
</style>
border-color css
<style>
span { border-color: #FCDA8D; }
span { border-color: rgb(252,218,141); }
td.TdClassName
{
border-color: #FCDA8D;
}
.TagClassName
{
border-color: #FCDA8D;
}
</style>