Shades of Caramel #FED498
Tints of Caramel #FED498
RGB
CMYK
RGB Variations
Color information
#FED498 (or 0xFED498) is known color: Caramel. HEX triplet: FE, D4 and 98. RGB value is (254,212,152). Sum of RGB (Red+Green+Blue) = 254+212+152=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 152 (59.77% from 255 or 24.60% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FED498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED498 is #012B67. Grayscale: #DADADA. Windows color (decimal): -76648 or 10015998. OLE color: 10015998.
HSL color Cylindrical-coordinate representation of color #FED498: hue angle of 35.29º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FED498 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 152 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.00 |
| HSL | 35.29º | 0.98% | 0.8% | - |
| HSV(B) | 35.29º | 0.4% | 1% | - |
| XYZ | 70.08 | 70.42 | 39.61 | - |
| YUV | 217.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 152 | 0 | 0.17 | 0.40 | 0.00 | 35.29 | 0.98 | 0.8 |
| Hex | FE | D4 | 98 | 0 | 11 | 28 | 0 | 23 | 62 | 50 |
| Octal | 376 | 324 | 230 | 0 | 21 | 50 | 0 | 43 | 142 | 120 |
| Binary | 11111110 | 11010100 | 10011000 | 0 | 10001 | 101000 | 0 | 100011 | 1100010 | 1010000 |
Color Harmonies of #FED498
Complementary color
Monochromatic Colors of #FED498
Black with #FED498
Text Example
Text Example
White with #FED498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED498; }
p { color: rgb(254,212,152); }
H1.HeaderClassName
{
color: #FED498;
}
.AnyTagClassName
{
color: #FED498;
}
</style>
background-color css
<style>
a { background-color: #FED498; }
a { background-color: rgb(254,212,152); }
div.DivClassName
{
background-color: #FED498;
}
.BgClassName
{
background-color: #FED498;
}
</style>
border-color css
<style>
span { border-color: #FED498; }
span { border-color: rgb(254,212,152); }
td.TdClassName
{
border-color: #FED498;
}
.TagClassName
{
border-color: #FED498;
}
</style>