Shades of Golden Glow #FCDA8B
Tints of Golden Glow #FCDA8B
RGB
CMYK
RGB Variations
Color information
#FCDA8B (or 0xFCDA8B) is known color: Golden Glow. HEX triplet: FC, DA and 8B. RGB value is (252,218,139). Sum of RGB (Red+Green+Blue) = 252+218+139=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA8B is #032574. Grayscale: #DBDBDB. Windows color (decimal): -206197 or 9165564. OLE color: 9165564.
HSL color Cylindrical-coordinate representation of color #FCDA8B: hue angle of 41.95º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCDA8B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 139 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.01 |
| HSL | 41.95º | 0.95% | 0.77% | - |
| HSV(B) | 41.95º | 0.45% | 0.99% | - |
| XYZ | 69.88 | 72.7 | 34.78 | - |
| YUV | 219.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 139 | 0 | 0.13 | 0.45 | 0.01 | 41.95 | 0.95 | 0.77 |
| Hex | FC | DA | 8B | 0 | D | 2D | 1 | 2A | 5F | 4D |
| Octal | 374 | 332 | 213 | 0 | 15 | 55 | 1 | 52 | 137 | 115 |
| Binary | 11111100 | 11011010 | 10001011 | 0 | 1101 | 101101 | 1 | 101010 | 1011111 | 1001101 |
Color Harmonies of #FCDA8B
Complementary color
Monochromatic Colors of #FCDA8B
Black with #FCDA8B
Text Example
Text Example
White with #FCDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA8B; }
p { color: rgb(252,218,139); }
H1.HeaderClassName
{
color: #FCDA8B;
}
.AnyTagClassName
{
color: #FCDA8B;
}
</style>
background-color css
<style>
a { background-color: #FCDA8B; }
a { background-color: rgb(252,218,139); }
div.DivClassName
{
background-color: #FCDA8B;
}
.BgClassName
{
background-color: #FCDA8B;
}
</style>
border-color css
<style>
span { border-color: #FCDA8B; }
span { border-color: rgb(252,218,139); }
td.TdClassName
{
border-color: #FCDA8B;
}
.TagClassName
{
border-color: #FCDA8B;
}
</style>