Shades of Caramel #FCD995
Tints of Caramel #FCD995
RGB
CMYK
RGB Variations
Color information
#FCD995 (or 0xFCD995) is known color: Caramel. HEX triplet: FC, D9 and 95. RGB value is (252,217,149). Sum of RGB (Red+Green+Blue) = 252+217+149=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD995 is #03266A. Grayscale: #DCDCDC. Windows color (decimal): -206443 or 9820668. OLE color: 9820668.
HSL color Cylindrical-coordinate representation of color #FCD995: hue angle of 39.61º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCD995 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 149 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.01 |
| HSL | 39.61º | 0.94% | 0.79% | - |
| HSV(B) | 39.61º | 0.41% | 0.99% | - |
| XYZ | 70.38 | 72.49 | 38.72 | - |
| YUV | 219.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 149 | 0 | 0.14 | 0.41 | 0.01 | 39.61 | 0.94 | 0.79 |
| Hex | FC | D9 | 95 | 0 | E | 29 | 1 | 28 | 5E | 4F |
| Octal | 374 | 331 | 225 | 0 | 16 | 51 | 1 | 50 | 136 | 117 |
| Binary | 11111100 | 11011001 | 10010101 | 0 | 1110 | 101001 | 1 | 101000 | 1011110 | 1001111 |
Color Harmonies of #FCD995
Complementary color
Monochromatic Colors of #FCD995
Black with #FCD995
Text Example
Text Example
White with #FCD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD995; }
p { color: rgb(252,217,149); }
H1.HeaderClassName
{
color: #FCD995;
}
.AnyTagClassName
{
color: #FCD995;
}
</style>
background-color css
<style>
a { background-color: #FCD995; }
a { background-color: rgb(252,217,149); }
div.DivClassName
{
background-color: #FCD995;
}
.BgClassName
{
background-color: #FCD995;
}
</style>
border-color css
<style>
span { border-color: #FCD995; }
span { border-color: rgb(252,217,149); }
td.TdClassName
{
border-color: #FCD995;
}
.TagClassName
{
border-color: #FCD995;
}
</style>