Shades of Caramel #FED49D
Tints of Caramel #FED49D
RGB
CMYK
RGB Variations
Color information
#FED49D (or 0xFED49D) is known color: Caramel. HEX triplet: FE, D4 and 9D. RGB value is (254,212,157). Sum of RGB (Red+Green+Blue) = 254+212+157=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FED49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED49D is #012B62. Grayscale: #DADADA. Windows color (decimal): -76643 or 10343678. OLE color: 10343678.
HSL color Cylindrical-coordinate representation of color #FED49D: hue angle of 34.02º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FED49D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 157 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.00 |
| HSL | 34.02º | 0.98% | 0.81% | - |
| HSV(B) | 34.02º | 0.38% | 1% | - |
| XYZ | 70.5 | 70.59 | 41.81 | - |
| YUV | 218.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 157 | 0 | 0.17 | 0.38 | 0.00 | 34.02 | 0.98 | 0.81 |
| Hex | FE | D4 | 9D | 0 | 11 | 26 | 0 | 22 | 62 | 51 |
| Octal | 376 | 324 | 235 | 0 | 21 | 46 | 0 | 42 | 142 | 121 |
| Binary | 11111110 | 11010100 | 10011101 | 0 | 10001 | 100110 | 0 | 100010 | 1100010 | 1010001 |
Color Harmonies of #FED49D
Complementary color
Monochromatic Colors of #FED49D
Black with #FED49D
Text Example
Text Example
White with #FED49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED49D; }
p { color: rgb(254,212,157); }
H1.HeaderClassName
{
color: #FED49D;
}
.AnyTagClassName
{
color: #FED49D;
}
</style>
background-color css
<style>
a { background-color: #FED49D; }
a { background-color: rgb(254,212,157); }
div.DivClassName
{
background-color: #FED49D;
}
.BgClassName
{
background-color: #FED49D;
}
</style>
border-color css
<style>
span { border-color: #FED49D; }
span { border-color: rgb(254,212,157); }
td.TdClassName
{
border-color: #FED49D;
}
.TagClassName
{
border-color: #FED49D;
}
</style>