Shades of Golden Glow #FCDC7C
Tints of Golden Glow #FCDC7C
RGB
CMYK
RGB Variations
Color information
#FCDC7C (or 0xFCDC7C) is known color: Golden Glow. HEX triplet: FC, DC and 7C. RGB value is (252,220,124). Sum of RGB (Red+Green+Blue) = 252+220+124=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 124 (48.83% from 255 or 20.81% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC7C is #032383. Grayscale: #DBDBDB. Windows color (decimal): -205700 or 8183036. OLE color: 8183036.
HSL color Cylindrical-coordinate representation of color #FCDC7C: hue angle of 45º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCDC7C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 124 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.01 |
| HSL | 45º | 0.96% | 0.74% | - |
| HSV(B) | 45º | 0.51% | 0.99% | - |
| XYZ | 69.38 | 73.34 | 29.57 | - |
| YUV | 218.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 124 | 0 | 0.13 | 0.51 | 0.01 | 45 | 0.96 | 0.74 |
| Hex | FC | DC | 7C | 0 | D | 33 | 1 | 2D | 60 | 4A |
| Octal | 374 | 334 | 174 | 0 | 15 | 63 | 1 | 55 | 140 | 112 |
| Binary | 11111100 | 11011100 | 1111100 | 0 | 1101 | 110011 | 1 | 101101 | 1100000 | 1001010 |
Color Harmonies of #FCDC7C
Complementary color
Monochromatic Colors of #FCDC7C
Black with #FCDC7C
Text Example
Text Example
White with #FCDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC7C; }
p { color: rgb(252,220,124); }
H1.HeaderClassName
{
color: #FCDC7C;
}
.AnyTagClassName
{
color: #FCDC7C;
}
</style>
background-color css
<style>
a { background-color: #FCDC7C; }
a { background-color: rgb(252,220,124); }
div.DivClassName
{
background-color: #FCDC7C;
}
.BgClassName
{
background-color: #FCDC7C;
}
</style>
border-color css
<style>
span { border-color: #FCDC7C; }
span { border-color: rgb(252,220,124); }
td.TdClassName
{
border-color: #FCDC7C;
}
.TagClassName
{
border-color: #FCDC7C;
}
</style>