Shades of Caramel #FED99A
Tints of Caramel #FED99A
RGB
CMYK
RGB Variations
Color information
#FED99A (or 0xFED99A) is known color: Caramel. HEX triplet: FE, D9 and 9A. RGB value is (254,217,154). Sum of RGB (Red+Green+Blue) = 254+217+154=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FED99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED99A is #012665. Grayscale: #DDDDDD. Windows color (decimal): -75366 or 10148350. OLE color: 10148350.
HSL color Cylindrical-coordinate representation of color #FED99A: hue angle of 37.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FED99A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 154 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.00 |
| HSL | 37.8º | 0.98% | 0.8% | - |
| HSV(B) | 37.8º | 0.39% | 1% | - |
| XYZ | 71.52 | 73.03 | 40.9 | - |
| YUV | 220.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 154 | 0 | 0.15 | 0.39 | 0.00 | 37.8 | 0.98 | 0.8 |
| Hex | FE | D9 | 9A | 0 | F | 27 | 0 | 26 | 62 | 50 |
| Octal | 376 | 331 | 232 | 0 | 17 | 47 | 0 | 46 | 142 | 120 |
| Binary | 11111110 | 11011001 | 10011010 | 0 | 1111 | 100111 | 0 | 100110 | 1100010 | 1010000 |
Color Harmonies of #FED99A
Complementary color
Monochromatic Colors of #FED99A
Black with #FED99A
Text Example
Text Example
White with #FED99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED99A; }
p { color: rgb(254,217,154); }
H1.HeaderClassName
{
color: #FED99A;
}
.AnyTagClassName
{
color: #FED99A;
}
</style>
background-color css
<style>
a { background-color: #FED99A; }
a { background-color: rgb(254,217,154); }
div.DivClassName
{
background-color: #FED99A;
}
.BgClassName
{
background-color: #FED99A;
}
</style>
border-color css
<style>
span { border-color: #FED99A; }
span { border-color: rgb(254,217,154); }
td.TdClassName
{
border-color: #FED99A;
}
.TagClassName
{
border-color: #FED99A;
}
</style>