Shades of Caramel #FED98F
Tints of Caramel #FED98F
RGB
CMYK
RGB Variations
Color information
#FED98F (or 0xFED98F) is known color: Caramel. HEX triplet: FE, D9 and 8F. RGB value is (254,217,143). Sum of RGB (Red+Green+Blue) = 254+217+143=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 143 (56.25% from 255 or 23.29% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FED98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED98F is #012670. Grayscale: #DBDBDB. Windows color (decimal): -75377 or 9427454. OLE color: 9427454.
HSL color Cylindrical-coordinate representation of color #FED98F: hue angle of 40º 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 #FED98F is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 143 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.00 |
| HSL | 40º | 0.98% | 0.78% | - |
| HSV(B) | 40º | 0.44% | 1% | - |
| XYZ | 70.64 | 72.68 | 36.29 | - |
| YUV | 219.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 143 | 0 | 0.15 | 0.44 | 0.00 | 40 | 0.98 | 0.78 |
| Hex | FE | D9 | 8F | 0 | F | 2C | 0 | 28 | 62 | 4E |
| Octal | 376 | 331 | 217 | 0 | 17 | 54 | 0 | 50 | 142 | 116 |
| Binary | 11111110 | 11011001 | 10001111 | 0 | 1111 | 101100 | 0 | 101000 | 1100010 | 1001110 |
Color Harmonies of #FED98F
Complementary color
Monochromatic Colors of #FED98F
Black with #FED98F
Text Example
Text Example
White with #FED98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED98F; }
p { color: rgb(254,217,143); }
H1.HeaderClassName
{
color: #FED98F;
}
.AnyTagClassName
{
color: #FED98F;
}
</style>
background-color css
<style>
a { background-color: #FED98F; }
a { background-color: rgb(254,217,143); }
div.DivClassName
{
background-color: #FED98F;
}
.BgClassName
{
background-color: #FED98F;
}
</style>
border-color css
<style>
span { border-color: #FED98F; }
span { border-color: rgb(254,217,143); }
td.TdClassName
{
border-color: #FED98F;
}
.TagClassName
{
border-color: #FED98F;
}
</style>