Shades of Caramel #FED399
Tints of Caramel #FED399
RGB
CMYK
RGB Variations
Color information
#FED399 (or 0xFED399) is known color: Caramel. HEX triplet: FE, D3 and 99. RGB value is (254,211,153). Sum of RGB (Red+Green+Blue) = 254+211+153=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FED399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED399 is #012C66. Grayscale: #D9D9D9. Windows color (decimal): -76903 or 10081278. OLE color: 10081278.
HSL color Cylindrical-coordinate representation of color #FED399: hue angle of 34.46º 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 #FED399 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 153 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.00 |
| HSL | 34.46º | 0.98% | 0.8% | - |
| HSV(B) | 34.46º | 0.4% | 1% | - |
| XYZ | 69.92 | 69.96 | 39.96 | - |
| YUV | 217.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 153 | 0 | 0.17 | 0.40 | 0.00 | 34.46 | 0.98 | 0.8 |
| Hex | FE | D3 | 99 | 0 | 11 | 28 | 0 | 22 | 62 | 50 |
| Octal | 376 | 323 | 231 | 0 | 21 | 50 | 0 | 42 | 142 | 120 |
| Binary | 11111110 | 11010011 | 10011001 | 0 | 10001 | 101000 | 0 | 100010 | 1100010 | 1010000 |
Color Harmonies of #FED399
Complementary color
Monochromatic Colors of #FED399
Black with #FED399
Text Example
Text Example
White with #FED399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED399; }
p { color: rgb(254,211,153); }
H1.HeaderClassName
{
color: #FED399;
}
.AnyTagClassName
{
color: #FED399;
}
</style>
background-color css
<style>
a { background-color: #FED399; }
a { background-color: rgb(254,211,153); }
div.DivClassName
{
background-color: #FED399;
}
.BgClassName
{
background-color: #FED399;
}
</style>
border-color css
<style>
span { border-color: #FED399; }
span { border-color: rgb(254,211,153); }
td.TdClassName
{
border-color: #FED399;
}
.TagClassName
{
border-color: #FED399;
}
</style>