Shades of Golden Glow #FCDA7F
Tints of Golden Glow #FCDA7F
RGB
CMYK
RGB Variations
Color information
#FCDA7F (or 0xFCDA7F) is known color: Golden Glow. HEX triplet: FC, DA and 7F. RGB value is (252,218,127). Sum of RGB (Red+Green+Blue) = 252+218+127=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA7F is #032580. Grayscale: #DADADA. Windows color (decimal): -206209 or 8379132. OLE color: 8379132.
HSL color Cylindrical-coordinate representation of color #FCDA7F: hue angle of 43.68º 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 #FCDA7F is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 127 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.01 |
| HSL | 43.68º | 0.95% | 0.74% | - |
| HSV(B) | 43.68º | 0.5% | 0.99% | - |
| XYZ | 69.05 | 72.37 | 30.41 | - |
| YUV | 217.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 127 | 0 | 0.13 | 0.50 | 0.01 | 43.68 | 0.95 | 0.74 |
| Hex | FC | DA | 7F | 0 | D | 32 | 1 | 2C | 5F | 4A |
| Octal | 374 | 332 | 177 | 0 | 15 | 62 | 1 | 54 | 137 | 112 |
| Binary | 11111100 | 11011010 | 1111111 | 0 | 1101 | 110010 | 1 | 101100 | 1011111 | 1001010 |
Color Harmonies of #FCDA7F
Complementary color
Monochromatic Colors of #FCDA7F
Black with #FCDA7F
Text Example
Text Example
White with #FCDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA7F; }
p { color: rgb(252,218,127); }
H1.HeaderClassName
{
color: #FCDA7F;
}
.AnyTagClassName
{
color: #FCDA7F;
}
</style>
background-color css
<style>
a { background-color: #FCDA7F; }
a { background-color: rgb(252,218,127); }
div.DivClassName
{
background-color: #FCDA7F;
}
.BgClassName
{
background-color: #FCDA7F;
}
</style>
border-color css
<style>
span { border-color: #FCDA7F; }
span { border-color: rgb(252,218,127); }
td.TdClassName
{
border-color: #FCDA7F;
}
.TagClassName
{
border-color: #FCDA7F;
}
</style>