Shades of Golden Glow #FCDF89
Tints of Golden Glow #FCDF89
RGB
CMYK
RGB Variations
Color information
#FCDF89 (or 0xFCDF89) is known color: Golden Glow. HEX triplet: FC, DF and 89. RGB value is (252,223,137). Sum of RGB (Red+Green+Blue) = 252+223+137=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 137 (53.91% from 255 or 22.39% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF89 is #032076. Grayscale: #DEDEDE. Windows color (decimal): -204919 or 9035772. OLE color: 9035772.
HSL color Cylindrical-coordinate representation of color #FCDF89: hue angle of 44.87º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCDF89 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 137 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.01 |
| HSL | 44.87º | 0.95% | 0.76% | - |
| HSV(B) | 44.87º | 0.46% | 0.99% | - |
| XYZ | 71.05 | 75.28 | 34.45 | - |
| YUV | 221.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 137 | 0 | 0.12 | 0.46 | 0.01 | 44.87 | 0.95 | 0.76 |
| Hex | FC | DF | 89 | 0 | C | 2E | 1 | 2D | 5F | 4C |
| Octal | 374 | 337 | 211 | 0 | 14 | 56 | 1 | 55 | 137 | 114 |
| Binary | 11111100 | 11011111 | 10001001 | 0 | 1100 | 101110 | 1 | 101101 | 1011111 | 1001100 |
Color Harmonies of #FCDF89
Complementary color
Monochromatic Colors of #FCDF89
Black with #FCDF89
Text Example
Text Example
White with #FCDF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF89; }
p { color: rgb(252,223,137); }
H1.HeaderClassName
{
color: #FCDF89;
}
.AnyTagClassName
{
color: #FCDF89;
}
</style>
background-color css
<style>
a { background-color: #FCDF89; }
a { background-color: rgb(252,223,137); }
div.DivClassName
{
background-color: #FCDF89;
}
.BgClassName
{
background-color: #FCDF89;
}
</style>
border-color css
<style>
span { border-color: #FCDF89; }
span { border-color: rgb(252,223,137); }
td.TdClassName
{
border-color: #FCDF89;
}
.TagClassName
{
border-color: #FCDF89;
}
</style>