Shades of Caramel #FED393
Tints of Caramel #FED393
RGB
CMYK
RGB Variations
Color information
#FED393 (or 0xFED393) is known color: Caramel. HEX triplet: FE, D3 and 93. RGB value is (254,211,147). Sum of RGB (Red+Green+Blue) = 254+211+147=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FED393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED393 is #012C6C. Grayscale: #D8D8D8. Windows color (decimal): -76909 or 9688062. OLE color: 9688062.
HSL color Cylindrical-coordinate representation of color #FED393: hue angle of 35.89º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FED393 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 147 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.00 |
| HSL | 35.89º | 0.98% | 0.79% | - |
| HSV(B) | 35.89º | 0.42% | 1% | - |
| XYZ | 69.43 | 69.77 | 37.41 | - |
| YUV | 216.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 147 | 0 | 0.17 | 0.42 | 0.00 | 35.89 | 0.98 | 0.79 |
| Hex | FE | D3 | 93 | 0 | 11 | 2A | 0 | 24 | 62 | 4F |
| Octal | 376 | 323 | 223 | 0 | 21 | 52 | 0 | 44 | 142 | 117 |
| Binary | 11111110 | 11010011 | 10010011 | 0 | 10001 | 101010 | 0 | 100100 | 1100010 | 1001111 |
Color Harmonies of #FED393
Complementary color
Monochromatic Colors of #FED393
Black with #FED393
Text Example
Text Example
White with #FED393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED393; }
p { color: rgb(254,211,147); }
H1.HeaderClassName
{
color: #FED393;
}
.AnyTagClassName
{
color: #FED393;
}
</style>
background-color css
<style>
a { background-color: #FED393; }
a { background-color: rgb(254,211,147); }
div.DivClassName
{
background-color: #FED393;
}
.BgClassName
{
background-color: #FED393;
}
</style>
border-color css
<style>
span { border-color: #FED393; }
span { border-color: rgb(254,211,147); }
td.TdClassName
{
border-color: #FED393;
}
.TagClassName
{
border-color: #FED393;
}
</style>