Shades of Golden Glow #FCD985
Tints of Golden Glow #FCD985
RGB
CMYK
RGB Variations
Color information
#FCD985 (or 0xFCD985) is known color: Golden Glow. HEX triplet: FC, D9 and 85. RGB value is (252,217,133). Sum of RGB (Red+Green+Blue) = 252+217+133=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD985 is #03267A. Grayscale: #DADADA. Windows color (decimal): -206459 or 8772092. OLE color: 8772092.
HSL color Cylindrical-coordinate representation of color #FCD985: hue angle of 42.35º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCD985 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 133 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.01 |
| HSL | 42.35º | 0.95% | 0.75% | - |
| HSV(B) | 42.35º | 0.47% | 0.99% | - |
| XYZ | 69.19 | 72.01 | 32.44 | - |
| YUV | 217.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 133 | 0 | 0.14 | 0.47 | 0.01 | 42.35 | 0.95 | 0.75 |
| Hex | FC | D9 | 85 | 0 | E | 2F | 1 | 2A | 5F | 4B |
| Octal | 374 | 331 | 205 | 0 | 16 | 57 | 1 | 52 | 137 | 113 |
| Binary | 11111100 | 11011001 | 10000101 | 0 | 1110 | 101111 | 1 | 101010 | 1011111 | 1001011 |
Color Harmonies of #FCD985
Complementary color
Monochromatic Colors of #FCD985
Black with #FCD985
Text Example
Text Example
White with #FCD985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD985; }
p { color: rgb(252,217,133); }
H1.HeaderClassName
{
color: #FCD985;
}
.AnyTagClassName
{
color: #FCD985;
}
</style>
background-color css
<style>
a { background-color: #FCD985; }
a { background-color: rgb(252,217,133); }
div.DivClassName
{
background-color: #FCD985;
}
.BgClassName
{
background-color: #FCD985;
}
</style>
border-color css
<style>
span { border-color: #FCD985; }
span { border-color: rgb(252,217,133); }
td.TdClassName
{
border-color: #FCD985;
}
.TagClassName
{
border-color: #FCD985;
}
</style>