Shades of Caramel #FED299
Tints of Caramel #FED299
RGB
CMYK
RGB Variations
Color information
#FED299 (or 0xFED299) is known color: Caramel. HEX triplet: FE, D2 and 99. RGB value is (254,210,153). Sum of RGB (Red+Green+Blue) = 254+210+153=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 153 (60.16% from 255 or 24.80% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED299 is #012D66. Grayscale: #D8D8D8. Windows color (decimal): -77159 or 10081022. OLE color: 10081022.
HSL color Cylindrical-coordinate representation of color #FED299: hue angle of 33.86º 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 #FED299 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 210 | 153 | - |
CMYK | 0 | 0.17 | 0.40 | 0.00 |
HSL | 33.86º | 0.98% | 0.8% | - |
HSV(B) | 33.86º | 0.4% | 1% | - |
XYZ | 69.67 | 69.46 | 39.87 | - |
YUV | 216.66 | 92.08 | 154.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 210 | 153 | 0 | 0.17 | 0.40 | 0.00 | 33.86 | 0.98 | 0.8 |
Hex | FE | D2 | 99 | 0 | 11 | 28 | 0 | 22 | 62 | 50 |
Octal | 376 | 322 | 231 | 0 | 21 | 50 | 0 | 42 | 142 | 120 |
Binary | 11111110 | 11010010 | 10011001 | 0 | 10001 | 101000 | 0 | 100010 | 1100010 | 1010000 |
Color Harmonies of #FED299
Complementary color
Monochromatic Colors of #FED299
Black with #FED299
Text Example
Text Example
White with #FED299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED299; }
p { color: rgb(254,210,153); }
H1.HeaderClassName
{
color: #FED299;
}
.AnyTagClassName
{
color: #FED299;
}
</style>
background-color css
<style>
a { background-color: #FED299; }
a { background-color: rgb(254,210,153); }
div.DivClassName
{
background-color: #FED299;
}
.BgClassName
{
background-color: #FED299;
}
</style>
border-color css
<style>
span { border-color: #FED299; }
span { border-color: rgb(254,210,153); }
td.TdClassName
{
border-color: #FED299;
}
.TagClassName
{
border-color: #FED299;
}
</style>