Shades of Golden Glow #FCDA7E
Tints of Golden Glow #FCDA7E
RGB
CMYK
RGB Variations
Color information
#FCDA7E (or 0xFCDA7E) is known color: Golden Glow. HEX triplet: FC, DA and 7E. RGB value is (252,218,126). Sum of RGB (Red+Green+Blue) = 252+218+126=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA7E is #032581. Grayscale: #DADADA. Windows color (decimal): -206210 or 8313596. OLE color: 8313596.
HSL color Cylindrical-coordinate representation of color #FCDA7E: hue angle of 43.81º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCDA7E is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 126 | - |
| CMYK | 0 | 0.13 | 0.5 | 0.01 |
| HSL | 43.81º | 0.95% | 0.74% | - |
| HSV(B) | 43.81º | 0.5% | 0.99% | - |
| XYZ | 68.98 | 72.34 | 30.07 | - |
| YUV | 217.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 126 | 0 | 0.13 | 0.5 | 0.01 | 43.81 | 0.95 | 0.74 |
| Hex | FC | DA | 7E | 0 | D | 32 | 1 | 2C | 5F | 4A |
| Octal | 374 | 332 | 176 | 0 | 15 | 62 | 1 | 54 | 137 | 112 |
| Binary | 11111100 | 11011010 | 1111110 | 0 | 1101 | 110010 | 1 | 101100 | 1011111 | 1001010 |
Color Harmonies of #FCDA7E
Complementary color
Monochromatic Colors of #FCDA7E
Black with #FCDA7E
Text Example
Text Example
White with #FCDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA7E; }
p { color: rgb(252,218,126); }
H1.HeaderClassName
{
color: #FCDA7E;
}
.AnyTagClassName
{
color: #FCDA7E;
}
</style>
background-color css
<style>
a { background-color: #FCDA7E; }
a { background-color: rgb(252,218,126); }
div.DivClassName
{
background-color: #FCDA7E;
}
.BgClassName
{
background-color: #FCDA7E;
}
</style>
border-color css
<style>
span { border-color: #FCDA7E; }
span { border-color: rgb(252,218,126); }
td.TdClassName
{
border-color: #FCDA7E;
}
.TagClassName
{
border-color: #FCDA7E;
}
</style>