Shades of Caramel #FCD598
Tints of Caramel #FCD598
RGB
CMYK
RGB Variations
Color information
#FCD598 (or 0xFCD598) is known color: Caramel. HEX triplet: FC, D5 and 98. RGB value is (252,213,152). Sum of RGB (Red+Green+Blue) = 252+213+152=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 152 (59.77% from 255 or 24.64% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD598 is #032A67. Grayscale: #D9D9D9. Windows color (decimal): -207464 or 10016252. OLE color: 10016252.
HSL color Cylindrical-coordinate representation of color #FCD598: hue angle of 36.6º 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 #FCD598 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 152 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.01 |
| HSL | 36.6º | 0.94% | 0.79% | - |
| HSV(B) | 36.6º | 0.4% | 0.99% | - |
| XYZ | 69.61 | 70.55 | 39.65 | - |
| YUV | 217.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 152 | 0 | 0.15 | 0.40 | 0.01 | 36.6 | 0.94 | 0.79 |
| Hex | FC | D5 | 98 | 0 | F | 28 | 1 | 25 | 5E | 4F |
| Octal | 374 | 325 | 230 | 0 | 17 | 50 | 1 | 45 | 136 | 117 |
| Binary | 11111100 | 11010101 | 10011000 | 0 | 1111 | 101000 | 1 | 100101 | 1011110 | 1001111 |
Color Harmonies of #FCD598
Complementary color
Monochromatic Colors of #FCD598
Black with #FCD598
Text Example
Text Example
White with #FCD598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD598; }
p { color: rgb(252,213,152); }
H1.HeaderClassName
{
color: #FCD598;
}
.AnyTagClassName
{
color: #FCD598;
}
</style>
background-color css
<style>
a { background-color: #FCD598; }
a { background-color: rgb(252,213,152); }
div.DivClassName
{
background-color: #FCD598;
}
.BgClassName
{
background-color: #FCD598;
}
</style>
border-color css
<style>
span { border-color: #FCD598; }
span { border-color: rgb(252,213,152); }
td.TdClassName
{
border-color: #FCD598;
}
.TagClassName
{
border-color: #FCD598;
}
</style>