Shades of Caramel #FED396
Tints of Caramel #FED396
RGB
CMYK
RGB Variations
Color information
#FED396 (or 0xFED396) is known color: Caramel. HEX triplet: FE, D3 and 96. RGB value is (254,211,150). Sum of RGB (Red+Green+Blue) = 254+211+150=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FED396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED396 is #012C69. Grayscale: #D9D9D9. Windows color (decimal): -76906 or 9884670. OLE color: 9884670.
HSL color Cylindrical-coordinate representation of color #FED396: hue angle of 35.19º 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 #FED396 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 150 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.00 |
| HSL | 35.19º | 0.98% | 0.79% | - |
| HSV(B) | 35.19º | 0.41% | 1% | - |
| XYZ | 69.67 | 69.86 | 38.67 | - |
| YUV | 216.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 150 | 0 | 0.17 | 0.41 | 0.00 | 35.19 | 0.98 | 0.79 |
| Hex | FE | D3 | 96 | 0 | 11 | 29 | 0 | 23 | 62 | 4F |
| Octal | 376 | 323 | 226 | 0 | 21 | 51 | 0 | 43 | 142 | 117 |
| Binary | 11111110 | 11010011 | 10010110 | 0 | 10001 | 101001 | 0 | 100011 | 1100010 | 1001111 |
Color Harmonies of #FED396
Complementary color
Monochromatic Colors of #FED396
Black with #FED396
Text Example
Text Example
White with #FED396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED396; }
p { color: rgb(254,211,150); }
H1.HeaderClassName
{
color: #FED396;
}
.AnyTagClassName
{
color: #FED396;
}
</style>
background-color css
<style>
a { background-color: #FED396; }
a { background-color: rgb(254,211,150); }
div.DivClassName
{
background-color: #FED396;
}
.BgClassName
{
background-color: #FED396;
}
</style>
border-color css
<style>
span { border-color: #FED396; }
span { border-color: rgb(254,211,150); }
td.TdClassName
{
border-color: #FED396;
}
.TagClassName
{
border-color: #FED396;
}
</style>