Shades of Caramel #FCD095
Tints of Caramel #FCD095
RGB
CMYK
RGB Variations
Color information
#FCD095 (or 0xFCD095) is known color: Caramel. HEX triplet: FC, D0 and 95. RGB value is (252,208,149). Sum of RGB (Red+Green+Blue) = 252+208+149=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD095 is #032F6A. Grayscale: #D6D6D6. Windows color (decimal): -208747 or 9818364. OLE color: 9818364.
HSL color Cylindrical-coordinate representation of color #FCD095: hue angle of 34.37º 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 #FCD095 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 149 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.01 |
| HSL | 34.37º | 0.94% | 0.79% | - |
| HSV(B) | 34.37º | 0.41% | 0.99% | - |
| XYZ | 68.13 | 67.98 | 37.96 | - |
| YUV | 214.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 149 | 0 | 0.17 | 0.41 | 0.01 | 34.37 | 0.94 | 0.79 |
| Hex | FC | D0 | 95 | 0 | 11 | 29 | 1 | 22 | 5E | 4F |
| Octal | 374 | 320 | 225 | 0 | 21 | 51 | 1 | 42 | 136 | 117 |
| Binary | 11111100 | 11010000 | 10010101 | 0 | 10001 | 101001 | 1 | 100010 | 1011110 | 1001111 |
Color Harmonies of #FCD095
Complementary color
Monochromatic Colors of #FCD095
Black with #FCD095
Text Example
Text Example
White with #FCD095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD095; }
p { color: rgb(252,208,149); }
H1.HeaderClassName
{
color: #FCD095;
}
.AnyTagClassName
{
color: #FCD095;
}
</style>
background-color css
<style>
a { background-color: #FCD095; }
a { background-color: rgb(252,208,149); }
div.DivClassName
{
background-color: #FCD095;
}
.BgClassName
{
background-color: #FCD095;
}
</style>
border-color css
<style>
span { border-color: #FCD095; }
span { border-color: rgb(252,208,149); }
td.TdClassName
{
border-color: #FCD095;
}
.TagClassName
{
border-color: #FCD095;
}
</style>