Shades of Caramel #FCD697
Tints of Caramel #FCD697
RGB
CMYK
RGB Variations
Color information
#FCD697 (or 0xFCD697) is known color: Caramel. HEX triplet: FC, D6 and 97. RGB value is (252,214,151). Sum of RGB (Red+Green+Blue) = 252+214+151=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 151 (59.38% from 255 or 24.47% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD697 is #032968. Grayscale: #DADADA. Windows color (decimal): -207209 or 9950972. OLE color: 9950972.
HSL color Cylindrical-coordinate representation of color #FCD697: hue angle of 37.43º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCD697 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 151 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.01 |
| HSL | 37.43º | 0.94% | 0.79% | - |
| HSV(B) | 37.43º | 0.4% | 0.99% | - |
| XYZ | 69.78 | 71.02 | 39.31 | - |
| YUV | 218.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 151 | 0 | 0.15 | 0.40 | 0.01 | 37.43 | 0.94 | 0.79 |
| Hex | FC | D6 | 97 | 0 | F | 28 | 1 | 25 | 5E | 4F |
| Octal | 374 | 326 | 227 | 0 | 17 | 50 | 1 | 45 | 136 | 117 |
| Binary | 11111100 | 11010110 | 10010111 | 0 | 1111 | 101000 | 1 | 100101 | 1011110 | 1001111 |
Color Harmonies of #FCD697
Complementary color
Monochromatic Colors of #FCD697
Black with #FCD697
Text Example
Text Example
White with #FCD697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD697; }
p { color: rgb(252,214,151); }
H1.HeaderClassName
{
color: #FCD697;
}
.AnyTagClassName
{
color: #FCD697;
}
</style>
background-color css
<style>
a { background-color: #FCD697; }
a { background-color: rgb(252,214,151); }
div.DivClassName
{
background-color: #FCD697;
}
.BgClassName
{
background-color: #FCD697;
}
</style>
border-color css
<style>
span { border-color: #FCD697; }
span { border-color: rgb(252,214,151); }
td.TdClassName
{
border-color: #FCD697;
}
.TagClassName
{
border-color: #FCD697;
}
</style>