Shades of Caramel #FED699
Tints of Caramel #FED699
RGB
CMYK
RGB Variations
Color information
#FED699 (or 0xFED699) is known color: Caramel. HEX triplet: FE, D6 and 99. RGB value is (254,214,153). Sum of RGB (Red+Green+Blue) = 254+214+153=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 153 (60.16% from 255 or 24.64% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED699 is #012966. Grayscale: #DBDBDB. Windows color (decimal): -76135 or 10082046. OLE color: 10082046.
HSL color Cylindrical-coordinate representation of color #FED699: hue angle of 36.24º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FED699 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 153 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.00 |
| HSL | 36.24º | 0.98% | 0.8% | - |
| HSV(B) | 36.24º | 0.4% | 1% | - |
| XYZ | 70.67 | 71.46 | 40.21 | - |
| YUV | 219.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 153 | 0 | 0.16 | 0.40 | 0.00 | 36.24 | 0.98 | 0.8 |
| Hex | FE | D6 | 99 | 0 | 10 | 28 | 0 | 24 | 62 | 50 |
| Octal | 376 | 326 | 231 | 0 | 20 | 50 | 0 | 44 | 142 | 120 |
| Binary | 11111110 | 11010110 | 10011001 | 0 | 10000 | 101000 | 0 | 100100 | 1100010 | 1010000 |
Color Harmonies of #FED699
Complementary color
Monochromatic Colors of #FED699
Black with #FED699
Text Example
Text Example
White with #FED699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED699; }
p { color: rgb(254,214,153); }
H1.HeaderClassName
{
color: #FED699;
}
.AnyTagClassName
{
color: #FED699;
}
</style>
background-color css
<style>
a { background-color: #FED699; }
a { background-color: rgb(254,214,153); }
div.DivClassName
{
background-color: #FED699;
}
.BgClassName
{
background-color: #FED699;
}
</style>
border-color css
<style>
span { border-color: #FED699; }
span { border-color: rgb(254,214,153); }
td.TdClassName
{
border-color: #FED699;
}
.TagClassName
{
border-color: #FED699;
}
</style>