Shades of Caramel #FED796
Tints of Caramel #FED796
RGB
CMYK
RGB Variations
Color information
#FED796 (or 0xFED796) is known color: Caramel. HEX triplet: FE, D7 and 96. RGB value is (254,215,150). Sum of RGB (Red+Green+Blue) = 254+215+150=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FED796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED796 is #012869. Grayscale: #DBDBDB. Windows color (decimal): -75882 or 9885694. OLE color: 9885694.
HSL color Cylindrical-coordinate representation of color #FED796: hue angle of 37.5º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FED796 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 150 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.00 |
| HSL | 37.5º | 0.98% | 0.79% | - |
| HSV(B) | 37.5º | 0.41% | 1% | - |
| XYZ | 70.68 | 71.87 | 39 | - |
| YUV | 219.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 150 | 0 | 0.15 | 0.41 | 0.00 | 37.5 | 0.98 | 0.79 |
| Hex | FE | D7 | 96 | 0 | F | 29 | 0 | 26 | 62 | 4F |
| Octal | 376 | 327 | 226 | 0 | 17 | 51 | 0 | 46 | 142 | 117 |
| Binary | 11111110 | 11010111 | 10010110 | 0 | 1111 | 101001 | 0 | 100110 | 1100010 | 1001111 |
Color Harmonies of #FED796
Complementary color
Monochromatic Colors of #FED796
Black with #FED796
Text Example
Text Example
White with #FED796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED796; }
p { color: rgb(254,215,150); }
H1.HeaderClassName
{
color: #FED796;
}
.AnyTagClassName
{
color: #FED796;
}
</style>
background-color css
<style>
a { background-color: #FED796; }
a { background-color: rgb(254,215,150); }
div.DivClassName
{
background-color: #FED796;
}
.BgClassName
{
background-color: #FED796;
}
</style>
border-color css
<style>
span { border-color: #FED796; }
span { border-color: rgb(254,215,150); }
td.TdClassName
{
border-color: #FED796;
}
.TagClassName
{
border-color: #FED796;
}
</style>