Shades of Caramel #FCD59C
Tints of Caramel #FCD59C
RGB
CMYK
RGB Variations
Color information
#FCD59C (or 0xFCD59C) is known color: Caramel. HEX triplet: FC, D5 and 9C. RGB value is (252,213,156). Sum of RGB (Red+Green+Blue) = 252+213+156=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD59C is #032A63. Grayscale: #DADADA. Windows color (decimal): -207460 or 10278396. OLE color: 10278396.
HSL color Cylindrical-coordinate representation of color #FCD59C: hue angle of 35.62º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCD59C is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 156 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.01 |
| HSL | 35.63º | 0.94% | 0.8% | - |
| HSV(B) | 35.63º | 0.38% | 0.99% | - |
| XYZ | 69.94 | 70.68 | 41.41 | - |
| YUV | 218.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 156 | 0 | 0.15 | 0.38 | 0.01 | 35.63 | 0.94 | 0.8 |
| Hex | FC | D5 | 9C | 0 | F | 26 | 1 | 24 | 5E | 50 |
| Octal | 374 | 325 | 234 | 0 | 17 | 46 | 1 | 44 | 136 | 120 |
| Binary | 11111100 | 11010101 | 10011100 | 0 | 1111 | 100110 | 1 | 100100 | 1011110 | 1010000 |
Color Harmonies of #FCD59C
Complementary color
Monochromatic Colors of #FCD59C
Black with #FCD59C
Text Example
Text Example
White with #FCD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD59C; }
p { color: rgb(252,213,156); }
H1.HeaderClassName
{
color: #FCD59C;
}
.AnyTagClassName
{
color: #FCD59C;
}
</style>
background-color css
<style>
a { background-color: #FCD59C; }
a { background-color: rgb(252,213,156); }
div.DivClassName
{
background-color: #FCD59C;
}
.BgClassName
{
background-color: #FCD59C;
}
</style>
border-color css
<style>
span { border-color: #FCD59C; }
span { border-color: rgb(252,213,156); }
td.TdClassName
{
border-color: #FCD59C;
}
.TagClassName
{
border-color: #FCD59C;
}
</style>