Shades of Caramel #FED49A
Tints of Caramel #FED49A
RGB
CMYK
RGB Variations
Color information
#FED49A (or 0xFED49A) is known color: Caramel. HEX triplet: FE, D4 and 9A. RGB value is (254,212,154). Sum of RGB (Red+Green+Blue) = 254+212+154=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FED49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED49A is #012B65. Grayscale: #DADADA. Windows color (decimal): -76646 or 10147070. OLE color: 10147070.
HSL color Cylindrical-coordinate representation of color #FED49A: hue angle of 34.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FED49A is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 154 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.00 |
| HSL | 34.8º | 0.98% | 0.8% | - |
| HSV(B) | 34.8º | 0.39% | 1% | - |
| XYZ | 70.25 | 70.49 | 40.48 | - |
| YUV | 217.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 154 | 0 | 0.17 | 0.39 | 0.00 | 34.8 | 0.98 | 0.8 |
| Hex | FE | D4 | 9A | 0 | 11 | 27 | 0 | 23 | 62 | 50 |
| Octal | 376 | 324 | 232 | 0 | 21 | 47 | 0 | 43 | 142 | 120 |
| Binary | 11111110 | 11010100 | 10011010 | 0 | 10001 | 100111 | 0 | 100011 | 1100010 | 1010000 |
Color Harmonies of #FED49A
Complementary color
Monochromatic Colors of #FED49A
Black with #FED49A
Text Example
Text Example
White with #FED49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED49A; }
p { color: rgb(254,212,154); }
H1.HeaderClassName
{
color: #FED49A;
}
.AnyTagClassName
{
color: #FED49A;
}
</style>
background-color css
<style>
a { background-color: #FED49A; }
a { background-color: rgb(254,212,154); }
div.DivClassName
{
background-color: #FED49A;
}
.BgClassName
{
background-color: #FED49A;
}
</style>
border-color css
<style>
span { border-color: #FED49A; }
span { border-color: rgb(254,212,154); }
td.TdClassName
{
border-color: #FED49A;
}
.TagClassName
{
border-color: #FED49A;
}
</style>