Shades of Caramel #FED98E
Tints of Caramel #FED98E
RGB
CMYK
RGB Variations
Color information
#FED98E (or 0xFED98E) is known color: Caramel. HEX triplet: FE, D9 and 8E. RGB value is (254,217,142). Sum of RGB (Red+Green+Blue) = 254+217+142=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FED98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED98E is #012671. Grayscale: #DBDBDB. Windows color (decimal): -75378 or 9361918. OLE color: 9361918.
HSL color Cylindrical-coordinate representation of color #FED98E: hue angle of 40.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FED98E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 142 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.00 |
| HSL | 40.18º | 0.98% | 0.78% | - |
| HSV(B) | 40.18º | 0.44% | 1% | - |
| XYZ | 70.57 | 72.65 | 35.89 | - |
| YUV | 219.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 142 | 0 | 0.15 | 0.44 | 0.00 | 40.18 | 0.98 | 0.78 |
| Hex | FE | D9 | 8E | 0 | F | 2C | 0 | 28 | 62 | 4E |
| Octal | 376 | 331 | 216 | 0 | 17 | 54 | 0 | 50 | 142 | 116 |
| Binary | 11111110 | 11011001 | 10001110 | 0 | 1111 | 101100 | 0 | 101000 | 1100010 | 1001110 |
Color Harmonies of #FED98E
Complementary color
Monochromatic Colors of #FED98E
Black with #FED98E
Text Example
Text Example
White with #FED98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED98E; }
p { color: rgb(254,217,142); }
H1.HeaderClassName
{
color: #FED98E;
}
.AnyTagClassName
{
color: #FED98E;
}
</style>
background-color css
<style>
a { background-color: #FED98E; }
a { background-color: rgb(254,217,142); }
div.DivClassName
{
background-color: #FED98E;
}
.BgClassName
{
background-color: #FED98E;
}
</style>
border-color css
<style>
span { border-color: #FED98E; }
span { border-color: rgb(254,217,142); }
td.TdClassName
{
border-color: #FED98E;
}
.TagClassName
{
border-color: #FED98E;
}
</style>