Shades of Caramel #FED493
Tints of Caramel #FED493
RGB
CMYK
RGB Variations
Color information
#FED493 (or 0xFED493) is known color: Caramel. HEX triplet: FE, D4 and 93. RGB value is (254,212,147). Sum of RGB (Red+Green+Blue) = 254+212+147=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FED493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED493 is #012B6C. Grayscale: #D9D9D9. Windows color (decimal): -76653 or 9688318. OLE color: 9688318.
HSL color Cylindrical-coordinate representation of color #FED493: hue angle of 36.45º 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 #FED493 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 147 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.00 |
| HSL | 36.45º | 0.98% | 0.79% | - |
| HSV(B) | 36.45º | 0.42% | 1% | - |
| XYZ | 69.68 | 70.26 | 37.49 | - |
| YUV | 217.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 147 | 0 | 0.17 | 0.42 | 0.00 | 36.45 | 0.98 | 0.79 |
| Hex | FE | D4 | 93 | 0 | 11 | 2A | 0 | 24 | 62 | 4F |
| Octal | 376 | 324 | 223 | 0 | 21 | 52 | 0 | 44 | 142 | 117 |
| Binary | 11111110 | 11010100 | 10010011 | 0 | 10001 | 101010 | 0 | 100100 | 1100010 | 1001111 |
Color Harmonies of #FED493
Complementary color
Monochromatic Colors of #FED493
Black with #FED493
Text Example
Text Example
White with #FED493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED493; }
p { color: rgb(254,212,147); }
H1.HeaderClassName
{
color: #FED493;
}
.AnyTagClassName
{
color: #FED493;
}
</style>
background-color css
<style>
a { background-color: #FED493; }
a { background-color: rgb(254,212,147); }
div.DivClassName
{
background-color: #FED493;
}
.BgClassName
{
background-color: #FED493;
}
</style>
border-color css
<style>
span { border-color: #FED493; }
span { border-color: rgb(254,212,147); }
td.TdClassName
{
border-color: #FED493;
}
.TagClassName
{
border-color: #FED493;
}
</style>