Shades of Caramel #FED797
Tints of Caramel #FED797
RGB
CMYK
RGB Variations
Color information
#FED797 (or 0xFED797) is known color: Caramel. HEX triplet: FE, D7 and 97. RGB value is (254,215,151). Sum of RGB (Red+Green+Blue) = 254+215+151=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 151 (59.38% from 255 or 24.35% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FED797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED797 is #012868. Grayscale: #DBDBDB. Windows color (decimal): -75881 or 9951230. OLE color: 9951230.
HSL color Cylindrical-coordinate representation of color #FED797: hue angle of 37.28º 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 #FED797 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 151 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.00 |
| HSL | 37.28º | 0.98% | 0.79% | - |
| HSV(B) | 37.28º | 0.41% | 1% | - |
| XYZ | 70.76 | 71.91 | 39.43 | - |
| YUV | 219.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 151 | 0 | 0.15 | 0.41 | 0.00 | 37.28 | 0.98 | 0.79 |
| Hex | FE | D7 | 97 | 0 | F | 29 | 0 | 25 | 62 | 4F |
| Octal | 376 | 327 | 227 | 0 | 17 | 51 | 0 | 45 | 142 | 117 |
| Binary | 11111110 | 11010111 | 10010111 | 0 | 1111 | 101001 | 0 | 100101 | 1100010 | 1001111 |
Color Harmonies of #FED797
Complementary color
Monochromatic Colors of #FED797
Black with #FED797
Text Example
Text Example
White with #FED797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED797; }
p { color: rgb(254,215,151); }
H1.HeaderClassName
{
color: #FED797;
}
.AnyTagClassName
{
color: #FED797;
}
</style>
background-color css
<style>
a { background-color: #FED797; }
a { background-color: rgb(254,215,151); }
div.DivClassName
{
background-color: #FED797;
}
.BgClassName
{
background-color: #FED797;
}
</style>
border-color css
<style>
span { border-color: #FED797; }
span { border-color: rgb(254,215,151); }
td.TdClassName
{
border-color: #FED797;
}
.TagClassName
{
border-color: #FED797;
}
</style>