Shades of Caramel #FED89A
Tints of Caramel #FED89A
RGB
CMYK
RGB Variations
Color information
#FED89A (or 0xFED89A) is known color: Caramel. HEX triplet: FE, D8 and 9A. RGB value is (254,216,154). Sum of RGB (Red+Green+Blue) = 254+216+154=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FED89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED89A is #012765. Grayscale: #DCDCDC. Windows color (decimal): -75622 or 10148094. OLE color: 10148094.
HSL color Cylindrical-coordinate representation of color #FED89A: hue angle of 37.2º 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 #FED89A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 154 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.00 |
| HSL | 37.2º | 0.98% | 0.8% | - |
| HSV(B) | 37.2º | 0.39% | 1% | - |
| XYZ | 71.26 | 72.52 | 40.81 | - |
| YUV | 220.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 154 | 0 | 0.15 | 0.39 | 0.00 | 37.2 | 0.98 | 0.8 |
| Hex | FE | D8 | 9A | 0 | F | 27 | 0 | 25 | 62 | 50 |
| Octal | 376 | 330 | 232 | 0 | 17 | 47 | 0 | 45 | 142 | 120 |
| Binary | 11111110 | 11011000 | 10011010 | 0 | 1111 | 100111 | 0 | 100101 | 1100010 | 1010000 |
Color Harmonies of #FED89A
Complementary color
Monochromatic Colors of #FED89A
Black with #FED89A
Text Example
Text Example
White with #FED89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED89A; }
p { color: rgb(254,216,154); }
H1.HeaderClassName
{
color: #FED89A;
}
.AnyTagClassName
{
color: #FED89A;
}
</style>
background-color css
<style>
a { background-color: #FED89A; }
a { background-color: rgb(254,216,154); }
div.DivClassName
{
background-color: #FED89A;
}
.BgClassName
{
background-color: #FED89A;
}
</style>
border-color css
<style>
span { border-color: #FED89A; }
span { border-color: rgb(254,216,154); }
td.TdClassName
{
border-color: #FED89A;
}
.TagClassName
{
border-color: #FED89A;
}
</style>