Shades of Caramel #FED599
Tints of Caramel #FED599
RGB
CMYK
RGB Variations
Color information
#FED599 (or 0xFED599) is known color: Caramel. HEX triplet: FE, D5 and 99. RGB value is (254,213,153). Sum of RGB (Red+Green+Blue) = 254+213+153=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FED599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED599 is #012A66. Grayscale: #DADADA. Windows color (decimal): -76391 or 10081790. OLE color: 10081790.
HSL color Cylindrical-coordinate representation of color #FED599: hue angle of 35.64º 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 #FED599 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 153 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.00 |
| HSL | 35.64º | 0.98% | 0.8% | - |
| HSV(B) | 35.64º | 0.4% | 1% | - |
| XYZ | 70.42 | 70.96 | 40.12 | - |
| YUV | 218.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 153 | 0 | 0.16 | 0.40 | 0.00 | 35.64 | 0.98 | 0.8 |
| Hex | FE | D5 | 99 | 0 | 10 | 28 | 0 | 24 | 62 | 50 |
| Octal | 376 | 325 | 231 | 0 | 20 | 50 | 0 | 44 | 142 | 120 |
| Binary | 11111110 | 11010101 | 10011001 | 0 | 10000 | 101000 | 0 | 100100 | 1100010 | 1010000 |
Color Harmonies of #FED599
Complementary color
Monochromatic Colors of #FED599
Black with #FED599
Text Example
Text Example
White with #FED599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED599; }
p { color: rgb(254,213,153); }
H1.HeaderClassName
{
color: #FED599;
}
.AnyTagClassName
{
color: #FED599;
}
</style>
background-color css
<style>
a { background-color: #FED599; }
a { background-color: rgb(254,213,153); }
div.DivClassName
{
background-color: #FED599;
}
.BgClassName
{
background-color: #FED599;
}
</style>
border-color css
<style>
span { border-color: #FED599; }
span { border-color: rgb(254,213,153); }
td.TdClassName
{
border-color: #FED599;
}
.TagClassName
{
border-color: #FED599;
}
</style>