Shades of Caramel #FCD991
Tints of Caramel #FCD991
RGB
CMYK
RGB Variations
Color information
#FCD991 (or 0xFCD991) is known color: Caramel. HEX triplet: FC, D9 and 91. RGB value is (252,217,145). Sum of RGB (Red+Green+Blue) = 252+217+145=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD991 is #03266E. Grayscale: #DBDBDB. Windows color (decimal): -206447 or 9558524. OLE color: 9558524.
HSL color Cylindrical-coordinate representation of color #FCD991: hue angle of 40.37º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCD991 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 145 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.01 |
| HSL | 40.37º | 0.95% | 0.78% | - |
| HSV(B) | 40.37º | 0.42% | 0.99% | - |
| XYZ | 70.07 | 72.37 | 37.06 | - |
| YUV | 219.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 145 | 0 | 0.14 | 0.42 | 0.01 | 40.37 | 0.95 | 0.78 |
| Hex | FC | D9 | 91 | 0 | E | 2A | 1 | 28 | 5F | 4E |
| Octal | 374 | 331 | 221 | 0 | 16 | 52 | 1 | 50 | 137 | 116 |
| Binary | 11111100 | 11011001 | 10010001 | 0 | 1110 | 101010 | 1 | 101000 | 1011111 | 1001110 |
Color Harmonies of #FCD991
Complementary color
Monochromatic Colors of #FCD991
Black with #FCD991
Text Example
Text Example
White with #FCD991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD991; }
p { color: rgb(252,217,145); }
H1.HeaderClassName
{
color: #FCD991;
}
.AnyTagClassName
{
color: #FCD991;
}
</style>
background-color css
<style>
a { background-color: #FCD991; }
a { background-color: rgb(252,217,145); }
div.DivClassName
{
background-color: #FCD991;
}
.BgClassName
{
background-color: #FCD991;
}
</style>
border-color css
<style>
span { border-color: #FCD991; }
span { border-color: rgb(252,217,145); }
td.TdClassName
{
border-color: #FCD991;
}
.TagClassName
{
border-color: #FCD991;
}
</style>