Shades of Golden Glow #FCDA89
Tints of Golden Glow #FCDA89
RGB
CMYK
RGB Variations
Color information
#FCDA89 (or 0xFCDA89) is known color: Golden Glow. HEX triplet: FC, DA and 89. RGB value is (252,218,137). Sum of RGB (Red+Green+Blue) = 252+218+137=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 137 (53.91% from 255 or 22.57% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA89 is #032576. Grayscale: #DBDBDB. Windows color (decimal): -206199 or 9034492. OLE color: 9034492.
HSL color Cylindrical-coordinate representation of color #FCDA89: hue angle of 42.26º 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 #FCDA89 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 137 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.01 |
| HSL | 42.26º | 0.95% | 0.76% | - |
| HSV(B) | 42.26º | 0.46% | 0.99% | - |
| XYZ | 69.73 | 72.64 | 34.01 | - |
| YUV | 218.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 137 | 0 | 0.13 | 0.46 | 0.01 | 42.26 | 0.95 | 0.76 |
| Hex | FC | DA | 89 | 0 | D | 2E | 1 | 2A | 5F | 4C |
| Octal | 374 | 332 | 211 | 0 | 15 | 56 | 1 | 52 | 137 | 114 |
| Binary | 11111100 | 11011010 | 10001001 | 0 | 1101 | 101110 | 1 | 101010 | 1011111 | 1001100 |
Color Harmonies of #FCDA89
Complementary color
Monochromatic Colors of #FCDA89
Black with #FCDA89
Text Example
Text Example
White with #FCDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA89; }
p { color: rgb(252,218,137); }
H1.HeaderClassName
{
color: #FCDA89;
}
.AnyTagClassName
{
color: #FCDA89;
}
</style>
background-color css
<style>
a { background-color: #FCDA89; }
a { background-color: rgb(252,218,137); }
div.DivClassName
{
background-color: #FCDA89;
}
.BgClassName
{
background-color: #FCDA89;
}
</style>
border-color css
<style>
span { border-color: #FCDA89; }
span { border-color: rgb(252,218,137); }
td.TdClassName
{
border-color: #FCDA89;
}
.TagClassName
{
border-color: #FCDA89;
}
</style>