Shades of Golden Glow #FCDC8B
Tints of Golden Glow #FCDC8B
RGB
CMYK
RGB Variations
Color information
#FCDC8B (or 0xFCDC8B) is known color: Golden Glow. HEX triplet: FC, DC and 8B. RGB value is (252,220,139). Sum of RGB (Red+Green+Blue) = 252+220+139=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 139 (54.69% from 255 or 22.75% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC8B is #032374. Grayscale: #DCDCDC. Windows color (decimal): -205685 or 9166076. OLE color: 9166076.
HSL color Cylindrical-coordinate representation of color #FCDC8B: hue angle of 43.01º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCDC8B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 139 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.01 |
| HSL | 43.01º | 0.95% | 0.77% | - |
| HSV(B) | 43.01º | 0.45% | 0.99% | - |
| XYZ | 70.4 | 73.75 | 34.95 | - |
| YUV | 220.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 139 | 0 | 0.13 | 0.45 | 0.01 | 43.01 | 0.95 | 0.77 |
| Hex | FC | DC | 8B | 0 | D | 2D | 1 | 2B | 5F | 4D |
| Octal | 374 | 334 | 213 | 0 | 15 | 55 | 1 | 53 | 137 | 115 |
| Binary | 11111100 | 11011100 | 10001011 | 0 | 1101 | 101101 | 1 | 101011 | 1011111 | 1001101 |
Color Harmonies of #FCDC8B
Complementary color
Monochromatic Colors of #FCDC8B
Black with #FCDC8B
Text Example
Text Example
White with #FCDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC8B; }
p { color: rgb(252,220,139); }
H1.HeaderClassName
{
color: #FCDC8B;
}
.AnyTagClassName
{
color: #FCDC8B;
}
</style>
background-color css
<style>
a { background-color: #FCDC8B; }
a { background-color: rgb(252,220,139); }
div.DivClassName
{
background-color: #FCDC8B;
}
.BgClassName
{
background-color: #FCDC8B;
}
</style>
border-color css
<style>
span { border-color: #FCDC8B; }
span { border-color: rgb(252,220,139); }
td.TdClassName
{
border-color: #FCDC8B;
}
.TagClassName
{
border-color: #FCDC8B;
}
</style>