Shades of Caramel #FED593
Tints of Caramel #FED593
RGB
CMYK
RGB Variations
Color information
#FED593 (or 0xFED593) is known color: Caramel. HEX triplet: FE, D5 and 93. RGB value is (254,213,147). Sum of RGB (Red+Green+Blue) = 254+213+147=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FED593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED593 is #012A6C. Grayscale: #DADADA. Windows color (decimal): -76397 or 9688574. OLE color: 9688574.
HSL color Cylindrical-coordinate representation of color #FED593: hue angle of 37.01º 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 #FED593 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 147 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.00 |
| HSL | 37.01º | 0.98% | 0.79% | - |
| HSV(B) | 37.01º | 0.42% | 1% | - |
| XYZ | 69.93 | 70.77 | 37.58 | - |
| YUV | 217.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 147 | 0 | 0.16 | 0.42 | 0.00 | 37.01 | 0.98 | 0.79 |
| Hex | FE | D5 | 93 | 0 | 10 | 2A | 0 | 25 | 62 | 4F |
| Octal | 376 | 325 | 223 | 0 | 20 | 52 | 0 | 45 | 142 | 117 |
| Binary | 11111110 | 11010101 | 10010011 | 0 | 10000 | 101010 | 0 | 100101 | 1100010 | 1001111 |
Color Harmonies of #FED593
Complementary color
Monochromatic Colors of #FED593
Black with #FED593
Text Example
Text Example
White with #FED593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED593; }
p { color: rgb(254,213,147); }
H1.HeaderClassName
{
color: #FED593;
}
.AnyTagClassName
{
color: #FED593;
}
</style>
background-color css
<style>
a { background-color: #FED593; }
a { background-color: rgb(254,213,147); }
div.DivClassName
{
background-color: #FED593;
}
.BgClassName
{
background-color: #FED593;
}
</style>
border-color css
<style>
span { border-color: #FED593; }
span { border-color: rgb(254,213,147); }
td.TdClassName
{
border-color: #FED593;
}
.TagClassName
{
border-color: #FED593;
}
</style>