Shades of Caramel #FED49C
Tints of Caramel #FED49C
RGB
CMYK
RGB Variations
Color information
#FED49C (or 0xFED49C) is known color: Caramel. HEX triplet: FE, D4 and 9C. RGB value is (254,212,156). Sum of RGB (Red+Green+Blue) = 254+212+156=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 156 (61.33% from 255 or 25.08% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FED49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED49C is #012B63. Grayscale: #DADADA. Windows color (decimal): -76644 or 10278142. OLE color: 10278142.
HSL color Cylindrical-coordinate representation of color #FED49C: hue angle of 34.29º 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 #FED49C is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 156 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.00 |
| HSL | 34.29º | 0.98% | 0.8% | - |
| HSV(B) | 34.29º | 0.39% | 1% | - |
| XYZ | 70.42 | 70.56 | 41.36 | - |
| YUV | 218.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 156 | 0 | 0.17 | 0.39 | 0.00 | 34.29 | 0.98 | 0.8 |
| Hex | FE | D4 | 9C | 0 | 11 | 27 | 0 | 22 | 62 | 50 |
| Octal | 376 | 324 | 234 | 0 | 21 | 47 | 0 | 42 | 142 | 120 |
| Binary | 11111110 | 11010100 | 10011100 | 0 | 10001 | 100111 | 0 | 100010 | 1100010 | 1010000 |
Color Harmonies of #FED49C
Complementary color
Monochromatic Colors of #FED49C
Black with #FED49C
Text Example
Text Example
White with #FED49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED49C; }
p { color: rgb(254,212,156); }
H1.HeaderClassName
{
color: #FED49C;
}
.AnyTagClassName
{
color: #FED49C;
}
</style>
background-color css
<style>
a { background-color: #FED49C; }
a { background-color: rgb(254,212,156); }
div.DivClassName
{
background-color: #FED49C;
}
.BgClassName
{
background-color: #FED49C;
}
</style>
border-color css
<style>
span { border-color: #FED49C; }
span { border-color: rgb(254,212,156); }
td.TdClassName
{
border-color: #FED49C;
}
.TagClassName
{
border-color: #FED49C;
}
</style>