Shades of Caramel #FED591
Tints of Caramel #FED591
RGB
CMYK
RGB Variations
Color information
#FED591 (or 0xFED591) is known color: Caramel. HEX triplet: FE, D5 and 91. RGB value is (254,213,145). Sum of RGB (Red+Green+Blue) = 254+213+145=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FED591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED591 is #012A6E. Grayscale: #D9D9D9. Windows color (decimal): -76399 or 9557502. OLE color: 9557502.
HSL color Cylindrical-coordinate representation of color #FED591: hue angle of 37.43º 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 #FED591 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 145 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.00 |
| HSL | 37.43º | 0.98% | 0.78% | - |
| HSV(B) | 37.43º | 0.43% | 1% | - |
| XYZ | 69.78 | 70.7 | 36.76 | - |
| YUV | 217.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 145 | 0 | 0.16 | 0.43 | 0.00 | 37.43 | 0.98 | 0.78 |
| Hex | FE | D5 | 91 | 0 | 10 | 2B | 0 | 25 | 62 | 4E |
| Octal | 376 | 325 | 221 | 0 | 20 | 53 | 0 | 45 | 142 | 116 |
| Binary | 11111110 | 11010101 | 10010001 | 0 | 10000 | 101011 | 0 | 100101 | 1100010 | 1001110 |
Color Harmonies of #FED591
Complementary color
Monochromatic Colors of #FED591
Black with #FED591
Text Example
Text Example
White with #FED591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED591; }
p { color: rgb(254,213,145); }
H1.HeaderClassName
{
color: #FED591;
}
.AnyTagClassName
{
color: #FED591;
}
</style>
background-color css
<style>
a { background-color: #FED591; }
a { background-color: rgb(254,213,145); }
div.DivClassName
{
background-color: #FED591;
}
.BgClassName
{
background-color: #FED591;
}
</style>
border-color css
<style>
span { border-color: #FED591; }
span { border-color: rgb(254,213,145); }
td.TdClassName
{
border-color: #FED591;
}
.TagClassName
{
border-color: #FED591;
}
</style>