Shades of Caramel #FED495
Tints of Caramel #FED495
RGB
CMYK
RGB Variations
Color information
#FED495 (or 0xFED495) is known color: Caramel. HEX triplet: FE, D4 and 95. RGB value is (254,212,149). Sum of RGB (Red+Green+Blue) = 254+212+149=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FED495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED495 is #012B6A. Grayscale: #D9D9D9. Windows color (decimal): -76651 or 9819390. OLE color: 9819390.
HSL color Cylindrical-coordinate representation of color #FED495: hue angle of 36º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FED495 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 149 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.00 |
| HSL | 36º | 0.98% | 0.79% | - |
| HSV(B) | 36º | 0.41% | 1% | - |
| XYZ | 69.84 | 70.33 | 38.33 | - |
| YUV | 217.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 149 | 0 | 0.17 | 0.41 | 0.00 | 36 | 0.98 | 0.79 |
| Hex | FE | D4 | 95 | 0 | 11 | 29 | 0 | 24 | 62 | 4F |
| Octal | 376 | 324 | 225 | 0 | 21 | 51 | 0 | 44 | 142 | 117 |
| Binary | 11111110 | 11010100 | 10010101 | 0 | 10001 | 101001 | 0 | 100100 | 1100010 | 1001111 |
Color Harmonies of #FED495
Complementary color
Monochromatic Colors of #FED495
Black with #FED495
Text Example
Text Example
White with #FED495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED495; }
p { color: rgb(254,212,149); }
H1.HeaderClassName
{
color: #FED495;
}
.AnyTagClassName
{
color: #FED495;
}
</style>
background-color css
<style>
a { background-color: #FED495; }
a { background-color: rgb(254,212,149); }
div.DivClassName
{
background-color: #FED495;
}
.BgClassName
{
background-color: #FED495;
}
</style>
border-color css
<style>
span { border-color: #FED495; }
span { border-color: rgb(254,212,149); }
td.TdClassName
{
border-color: #FED495;
}
.TagClassName
{
border-color: #FED495;
}
</style>