Shades of Golden Glow #FCDC85
Tints of Golden Glow #FCDC85
RGB
CMYK
RGB Variations
Color information
#FCDC85 (or 0xFCDC85) is known color: Golden Glow. HEX triplet: FC, DC and 85. RGB value is (252,220,133). Sum of RGB (Red+Green+Blue) = 252+220+133=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC85 is #03237A. Grayscale: #DCDCDC. Windows color (decimal): -205691 or 8772860. OLE color: 8772860.
HSL color Cylindrical-coordinate representation of color #FCDC85: hue angle of 43.87º 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 #FCDC85 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 133 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.01 |
| HSL | 43.87º | 0.95% | 0.75% | - |
| HSV(B) | 43.87º | 0.47% | 0.99% | - |
| XYZ | 69.97 | 73.58 | 32.7 | - |
| YUV | 219.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 133 | 0 | 0.13 | 0.47 | 0.01 | 43.87 | 0.95 | 0.75 |
| Hex | FC | DC | 85 | 0 | D | 2F | 1 | 2C | 5F | 4B |
| Octal | 374 | 334 | 205 | 0 | 15 | 57 | 1 | 54 | 137 | 113 |
| Binary | 11111100 | 11011100 | 10000101 | 0 | 1101 | 101111 | 1 | 101100 | 1011111 | 1001011 |
Color Harmonies of #FCDC85
Complementary color
Monochromatic Colors of #FCDC85
Black with #FCDC85
Text Example
Text Example
White with #FCDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC85; }
p { color: rgb(252,220,133); }
H1.HeaderClassName
{
color: #FCDC85;
}
.AnyTagClassName
{
color: #FCDC85;
}
</style>
background-color css
<style>
a { background-color: #FCDC85; }
a { background-color: rgb(252,220,133); }
div.DivClassName
{
background-color: #FCDC85;
}
.BgClassName
{
background-color: #FCDC85;
}
</style>
border-color css
<style>
span { border-color: #FCDC85; }
span { border-color: rgb(252,220,133); }
td.TdClassName
{
border-color: #FCDC85;
}
.TagClassName
{
border-color: #FCDC85;
}
</style>