Shades of Golden Glow #FCDA7A
Tints of Golden Glow #FCDA7A
RGB
CMYK
RGB Variations
Color information
#FCDA7A (or 0xFCDA7A) is known color: Golden Glow. HEX triplet: FC, DA and 7A. RGB value is (252,218,122). Sum of RGB (Red+Green+Blue) = 252+218+122=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA7A is #032585. Grayscale: #D9D9D9. Windows color (decimal): -206214 or 8051452. OLE color: 8051452.
HSL color Cylindrical-coordinate representation of color #FCDA7A: hue angle of 44.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCDA7A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 122 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.01 |
| HSL | 44.31º | 0.96% | 0.73% | - |
| HSV(B) | 44.31º | 0.52% | 0.99% | - |
| XYZ | 68.73 | 72.24 | 28.73 | - |
| YUV | 217.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 122 | 0 | 0.13 | 0.52 | 0.01 | 44.31 | 0.96 | 0.73 |
| Hex | FC | DA | 7A | 0 | D | 34 | 1 | 2C | 60 | 49 |
| Octal | 374 | 332 | 172 | 0 | 15 | 64 | 1 | 54 | 140 | 111 |
| Binary | 11111100 | 11011010 | 1111010 | 0 | 1101 | 110100 | 1 | 101100 | 1100000 | 1001001 |
Color Harmonies of #FCDA7A
Complementary color
Monochromatic Colors of #FCDA7A
Black with #FCDA7A
Text Example
Text Example
White with #FCDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA7A; }
p { color: rgb(252,218,122); }
H1.HeaderClassName
{
color: #FCDA7A;
}
.AnyTagClassName
{
color: #FCDA7A;
}
</style>
background-color css
<style>
a { background-color: #FCDA7A; }
a { background-color: rgb(252,218,122); }
div.DivClassName
{
background-color: #FCDA7A;
}
.BgClassName
{
background-color: #FCDA7A;
}
</style>
border-color css
<style>
span { border-color: #FCDA7A; }
span { border-color: rgb(252,218,122); }
td.TdClassName
{
border-color: #FCDA7A;
}
.TagClassName
{
border-color: #FCDA7A;
}
</style>