Shades of Caramel #FEDA91
Tints of Caramel #FEDA91
RGB
CMYK
RGB Variations
Color information
#FEDA91 (or 0xFEDA91) is known color: Caramel. HEX triplet: FE, DA and 91. RGB value is (254,218,145). Sum of RGB (Red+Green+Blue) = 254+218+145=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 145 (57.03% from 255 or 23.50% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA91 is #01256E. Grayscale: #DCDCDC. Windows color (decimal): -75119 or 9558782. OLE color: 9558782.
HSL color Cylindrical-coordinate representation of color #FEDA91: hue angle of 40.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEDA91 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 145 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.00 |
| HSL | 40.18º | 0.98% | 0.78% | - |
| HSV(B) | 40.18º | 0.43% | 1% | - |
| XYZ | 71.06 | 73.26 | 37.18 | - |
| YUV | 220.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 145 | 0 | 0.14 | 0.43 | 0.00 | 40.18 | 0.98 | 0.78 |
| Hex | FE | DA | 91 | 0 | E | 2B | 0 | 28 | 62 | 4E |
| Octal | 376 | 332 | 221 | 0 | 16 | 53 | 0 | 50 | 142 | 116 |
| Binary | 11111110 | 11011010 | 10010001 | 0 | 1110 | 101011 | 0 | 101000 | 1100010 | 1001110 |
Color Harmonies of #FEDA91
Complementary color
Monochromatic Colors of #FEDA91
Black with #FEDA91
Text Example
Text Example
White with #FEDA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA91; }
p { color: rgb(254,218,145); }
H1.HeaderClassName
{
color: #FEDA91;
}
.AnyTagClassName
{
color: #FEDA91;
}
</style>
background-color css
<style>
a { background-color: #FEDA91; }
a { background-color: rgb(254,218,145); }
div.DivClassName
{
background-color: #FEDA91;
}
.BgClassName
{
background-color: #FEDA91;
}
</style>
border-color css
<style>
span { border-color: #FEDA91; }
span { border-color: rgb(254,218,145); }
td.TdClassName
{
border-color: #FEDA91;
}
.TagClassName
{
border-color: #FEDA91;
}
</style>