Shades of Caramel #FED897
Tints of Caramel #FED897
RGB
CMYK
RGB Variations
Color information
#FED897 (or 0xFED897) is known color: Caramel. HEX triplet: FE, D8 and 97. RGB value is (254,216,151). Sum of RGB (Red+Green+Blue) = 254+216+151=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 151 (59.38% from 255 or 24.32% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED897 is #012768. Grayscale: #DCDCDC. Windows color (decimal): -75625 or 9951486. OLE color: 9951486.
HSL color Cylindrical-coordinate representation of color #FED897: hue angle of 37.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FED897 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 151 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.00 |
| HSL | 37.86º | 0.98% | 0.79% | - |
| HSV(B) | 37.86º | 0.41% | 1% | - |
| XYZ | 71.01 | 72.42 | 39.51 | - |
| YUV | 219.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 151 | 0 | 0.15 | 0.41 | 0.00 | 37.86 | 0.98 | 0.79 |
| Hex | FE | D8 | 97 | 0 | F | 29 | 0 | 26 | 62 | 4F |
| Octal | 376 | 330 | 227 | 0 | 17 | 51 | 0 | 46 | 142 | 117 |
| Binary | 11111110 | 11011000 | 10010111 | 0 | 1111 | 101001 | 0 | 100110 | 1100010 | 1001111 |
Color Harmonies of #FED897
Complementary color
Monochromatic Colors of #FED897
Black with #FED897
Text Example
Text Example
White with #FED897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED897; }
p { color: rgb(254,216,151); }
H1.HeaderClassName
{
color: #FED897;
}
.AnyTagClassName
{
color: #FED897;
}
</style>
background-color css
<style>
a { background-color: #FED897; }
a { background-color: rgb(254,216,151); }
div.DivClassName
{
background-color: #FED897;
}
.BgClassName
{
background-color: #FED897;
}
</style>
border-color css
<style>
span { border-color: #FED897; }
span { border-color: rgb(254,216,151); }
td.TdClassName
{
border-color: #FED897;
}
.TagClassName
{
border-color: #FED897;
}
</style>