Shades of Caramel #FCD199
Tints of Caramel #FCD199
RGB
CMYK
RGB Variations
Color information
#FCD199 (or 0xFCD199) is known color: Caramel. HEX triplet: FC, D1 and 99. RGB value is (252,209,153). Sum of RGB (Red+Green+Blue) = 252+209+153=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD199 is #032E66. Grayscale: #D7D7D7. Windows color (decimal): -208487 or 10080764. OLE color: 10080764.
HSL color Cylindrical-coordinate representation of color #FCD199: hue angle of 33.94º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCD199 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 153 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.01 |
| HSL | 33.94º | 0.94% | 0.79% | - |
| HSV(B) | 33.94º | 0.39% | 0.99% | - |
| XYZ | 68.7 | 68.6 | 39.76 | - |
| YUV | 215.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 153 | 0 | 0.17 | 0.39 | 0.01 | 33.94 | 0.94 | 0.79 |
| Hex | FC | D1 | 99 | 0 | 11 | 27 | 1 | 22 | 5E | 4F |
| Octal | 374 | 321 | 231 | 0 | 21 | 47 | 1 | 42 | 136 | 117 |
| Binary | 11111100 | 11010001 | 10011001 | 0 | 10001 | 100111 | 1 | 100010 | 1011110 | 1001111 |
Color Harmonies of #FCD199
Complementary color
Monochromatic Colors of #FCD199
Black with #FCD199
Text Example
Text Example
White with #FCD199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD199; }
p { color: rgb(252,209,153); }
H1.HeaderClassName
{
color: #FCD199;
}
.AnyTagClassName
{
color: #FCD199;
}
</style>
background-color css
<style>
a { background-color: #FCD199; }
a { background-color: rgb(252,209,153); }
div.DivClassName
{
background-color: #FCD199;
}
.BgClassName
{
background-color: #FCD199;
}
</style>
border-color css
<style>
span { border-color: #FCD199; }
span { border-color: rgb(252,209,153); }
td.TdClassName
{
border-color: #FCD199;
}
.TagClassName
{
border-color: #FCD199;
}
</style>