Shades of Caramel #FED891
Tints of Caramel #FED891
RGB
CMYK
RGB Variations
Color information
#FED891 (or 0xFED891) is known color: Caramel. HEX triplet: FE, D8 and 91. RGB value is (254,216,145). Sum of RGB (Red+Green+Blue) = 254+216+145=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 145 (57.03% from 255 or 23.58% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FED891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED891 is #01276E. Grayscale: #DBDBDB. Windows color (decimal): -75631 or 9558270. OLE color: 9558270.
HSL color Cylindrical-coordinate representation of color #FED891: hue angle of 39.08º 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 #FED891 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 145 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.00 |
| HSL | 39.08º | 0.98% | 0.78% | - |
| HSV(B) | 39.08º | 0.43% | 1% | - |
| XYZ | 70.54 | 72.23 | 37.01 | - |
| YUV | 219.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 145 | 0 | 0.15 | 0.43 | 0.00 | 39.08 | 0.98 | 0.78 |
| Hex | FE | D8 | 91 | 0 | F | 2B | 0 | 27 | 62 | 4E |
| Octal | 376 | 330 | 221 | 0 | 17 | 53 | 0 | 47 | 142 | 116 |
| Binary | 11111110 | 11011000 | 10010001 | 0 | 1111 | 101011 | 0 | 100111 | 1100010 | 1001110 |
Color Harmonies of #FED891
Complementary color
Monochromatic Colors of #FED891
Black with #FED891
Text Example
Text Example
White with #FED891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED891; }
p { color: rgb(254,216,145); }
H1.HeaderClassName
{
color: #FED891;
}
.AnyTagClassName
{
color: #FED891;
}
</style>
background-color css
<style>
a { background-color: #FED891; }
a { background-color: rgb(254,216,145); }
div.DivClassName
{
background-color: #FED891;
}
.BgClassName
{
background-color: #FED891;
}
</style>
border-color css
<style>
span { border-color: #FED891; }
span { border-color: rgb(254,216,145); }
td.TdClassName
{
border-color: #FED891;
}
.TagClassName
{
border-color: #FED891;
}
</style>