Shades of Caramel #FCD798
Tints of Caramel #FCD798
RGB
CMYK
RGB Variations
Color information
#FCD798 (or 0xFCD798) is known color: Caramel. HEX triplet: FC, D7 and 98. RGB value is (252,215,152). Sum of RGB (Red+Green+Blue) = 252+215+152=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 152 (59.77% from 255 or 24.56% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD798 is #032867. Grayscale: #DBDBDB. Windows color (decimal): -206952 or 10016764. OLE color: 10016764.
HSL color Cylindrical-coordinate representation of color #FCD798: hue angle of 37.8º 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 #FCD798 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 152 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.01 |
| HSL | 37.8º | 0.94% | 0.79% | - |
| HSV(B) | 37.8º | 0.4% | 0.99% | - |
| XYZ | 70.11 | 71.56 | 39.82 | - |
| YUV | 218.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 152 | 0 | 0.15 | 0.40 | 0.01 | 37.8 | 0.94 | 0.79 |
| Hex | FC | D7 | 98 | 0 | F | 28 | 1 | 26 | 5E | 4F |
| Octal | 374 | 327 | 230 | 0 | 17 | 50 | 1 | 46 | 136 | 117 |
| Binary | 11111100 | 11010111 | 10011000 | 0 | 1111 | 101000 | 1 | 100110 | 1011110 | 1001111 |
Color Harmonies of #FCD798
Complementary color
Monochromatic Colors of #FCD798
Black with #FCD798
Text Example
Text Example
White with #FCD798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD798; }
p { color: rgb(252,215,152); }
H1.HeaderClassName
{
color: #FCD798;
}
.AnyTagClassName
{
color: #FCD798;
}
</style>
background-color css
<style>
a { background-color: #FCD798; }
a { background-color: rgb(252,215,152); }
div.DivClassName
{
background-color: #FCD798;
}
.BgClassName
{
background-color: #FCD798;
}
</style>
border-color css
<style>
span { border-color: #FCD798; }
span { border-color: rgb(252,215,152); }
td.TdClassName
{
border-color: #FCD798;
}
.TagClassName
{
border-color: #FCD798;
}
</style>