Shades of Caramel #FED993
Tints of Caramel #FED993
RGB
CMYK
RGB Variations
Color information
#FED993 (or 0xFED993) is known color: Caramel. HEX triplet: FE, D9 and 93. RGB value is (254,217,147). Sum of RGB (Red+Green+Blue) = 254+217+147=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 147 (57.81% from 255 or 23.79% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FED993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED993 is #01266C. Grayscale: #DCDCDC. Windows color (decimal): -75373 or 9689598. OLE color: 9689598.
HSL color Cylindrical-coordinate representation of color #FED993: hue angle of 39.25º 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 #FED993 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 147 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.00 |
| HSL | 39.25º | 0.98% | 0.79% | - |
| HSV(B) | 39.25º | 0.42% | 1% | - |
| XYZ | 70.95 | 72.8 | 37.92 | - |
| YUV | 220.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 147 | 0 | 0.15 | 0.42 | 0.00 | 39.25 | 0.98 | 0.79 |
| Hex | FE | D9 | 93 | 0 | F | 2A | 0 | 27 | 62 | 4F |
| Octal | 376 | 331 | 223 | 0 | 17 | 52 | 0 | 47 | 142 | 117 |
| Binary | 11111110 | 11011001 | 10010011 | 0 | 1111 | 101010 | 0 | 100111 | 1100010 | 1001111 |
Color Harmonies of #FED993
Complementary color
Monochromatic Colors of #FED993
Black with #FED993
Text Example
Text Example
White with #FED993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED993; }
p { color: rgb(254,217,147); }
H1.HeaderClassName
{
color: #FED993;
}
.AnyTagClassName
{
color: #FED993;
}
</style>
background-color css
<style>
a { background-color: #FED993; }
a { background-color: rgb(254,217,147); }
div.DivClassName
{
background-color: #FED993;
}
.BgClassName
{
background-color: #FED993;
}
</style>
border-color css
<style>
span { border-color: #FED993; }
span { border-color: rgb(254,217,147); }
td.TdClassName
{
border-color: #FED993;
}
.TagClassName
{
border-color: #FED993;
}
</style>