Shades of Caramel #FCD793
Tints of Caramel #FCD793
RGB
CMYK
RGB Variations
Color information
#FCD793 (or 0xFCD793) is known color: Caramel. HEX triplet: FC, D7 and 93. RGB value is (252,215,147). Sum of RGB (Red+Green+Blue) = 252+215+147=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD793 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD793 is #03286C. Grayscale: #DADADA. Windows color (decimal): -206957 or 9689084. OLE color: 9689084.
HSL color Cylindrical-coordinate representation of color #FCD793: hue angle of 38.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCD793 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 147 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.01 |
| HSL | 38.86º | 0.95% | 0.78% | - |
| HSV(B) | 38.86º | 0.42% | 0.99% | - |
| XYZ | 69.71 | 71.4 | 37.71 | - |
| YUV | 218.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 147 | 0 | 0.15 | 0.42 | 0.01 | 38.86 | 0.95 | 0.78 |
| Hex | FC | D7 | 93 | 0 | F | 2A | 1 | 27 | 5F | 4E |
| Octal | 374 | 327 | 223 | 0 | 17 | 52 | 1 | 47 | 137 | 116 |
| Binary | 11111100 | 11010111 | 10010011 | 0 | 1111 | 101010 | 1 | 100111 | 1011111 | 1001110 |
Color Harmonies of #FCD793
Complementary color
Monochromatic Colors of #FCD793
Black with #FCD793
Text Example
Text Example
White with #FCD793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD793; }
p { color: rgb(252,215,147); }
H1.HeaderClassName
{
color: #FCD793;
}
.AnyTagClassName
{
color: #FCD793;
}
</style>
background-color css
<style>
a { background-color: #FCD793; }
a { background-color: rgb(252,215,147); }
div.DivClassName
{
background-color: #FCD793;
}
.BgClassName
{
background-color: #FCD793;
}
</style>
border-color css
<style>
span { border-color: #FCD793; }
span { border-color: rgb(252,215,147); }
td.TdClassName
{
border-color: #FCD793;
}
.TagClassName
{
border-color: #FCD793;
}
</style>