Shades of Golden Glow #FCDC7B
Tints of Golden Glow #FCDC7B
RGB
CMYK
RGB Variations
Color information
#FCDC7B (or 0xFCDC7B) is known color: Golden Glow. HEX triplet: FC, DC and 7B. RGB value is (252,220,123). Sum of RGB (Red+Green+Blue) = 252+220+123=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 123 (48.44% from 255 or 20.67% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC7B is #032384. Grayscale: #DADADA. Windows color (decimal): -205701 or 8117500. OLE color: 8117500.
HSL color Cylindrical-coordinate representation of color #FCDC7B: hue angle of 45.12º 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 #FCDC7B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 123 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.01 |
| HSL | 45.12º | 0.96% | 0.74% | - |
| HSV(B) | 45.12º | 0.51% | 0.99% | - |
| XYZ | 69.31 | 73.31 | 29.24 | - |
| YUV | 218.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 123 | 0 | 0.13 | 0.51 | 0.01 | 45.12 | 0.96 | 0.74 |
| Hex | FC | DC | 7B | 0 | D | 33 | 1 | 2D | 60 | 4A |
| Octal | 374 | 334 | 173 | 0 | 15 | 63 | 1 | 55 | 140 | 112 |
| Binary | 11111100 | 11011100 | 1111011 | 0 | 1101 | 110011 | 1 | 101101 | 1100000 | 1001010 |
Color Harmonies of #FCDC7B
Complementary color
Monochromatic Colors of #FCDC7B
Black with #FCDC7B
Text Example
Text Example
White with #FCDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC7B; }
p { color: rgb(252,220,123); }
H1.HeaderClassName
{
color: #FCDC7B;
}
.AnyTagClassName
{
color: #FCDC7B;
}
</style>
background-color css
<style>
a { background-color: #FCDC7B; }
a { background-color: rgb(252,220,123); }
div.DivClassName
{
background-color: #FCDC7B;
}
.BgClassName
{
background-color: #FCDC7B;
}
</style>
border-color css
<style>
span { border-color: #FCDC7B; }
span { border-color: rgb(252,220,123); }
td.TdClassName
{
border-color: #FCDC7B;
}
.TagClassName
{
border-color: #FCDC7B;
}
</style>