Shades of Caramel #FED990
Tints of Caramel #FED990
RGB
CMYK
RGB Variations
Color information
#FED990 (or 0xFED990) is known color: Caramel. HEX triplet: FE, D9 and 90. RGB value is (254,217,144). Sum of RGB (Red+Green+Blue) = 254+217+144=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FED990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED990 is #01266F. Grayscale: #DCDCDC. Windows color (decimal): -75376 or 9492990. OLE color: 9492990.
HSL color Cylindrical-coordinate representation of color #FED990: hue angle of 39.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FED990 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 144 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.00 |
| HSL | 39.82º | 0.98% | 0.78% | - |
| HSV(B) | 39.82º | 0.43% | 1% | - |
| XYZ | 70.72 | 72.71 | 36.69 | - |
| YUV | 219.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 144 | 0 | 0.15 | 0.43 | 0.00 | 39.82 | 0.98 | 0.78 |
| Hex | FE | D9 | 90 | 0 | F | 2B | 0 | 28 | 62 | 4E |
| Octal | 376 | 331 | 220 | 0 | 17 | 53 | 0 | 50 | 142 | 116 |
| Binary | 11111110 | 11011001 | 10010000 | 0 | 1111 | 101011 | 0 | 101000 | 1100010 | 1001110 |
Color Harmonies of #FED990
Complementary color
Monochromatic Colors of #FED990
Black with #FED990
Text Example
Text Example
White with #FED990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED990; }
p { color: rgb(254,217,144); }
H1.HeaderClassName
{
color: #FED990;
}
.AnyTagClassName
{
color: #FED990;
}
</style>
background-color css
<style>
a { background-color: #FED990; }
a { background-color: rgb(254,217,144); }
div.DivClassName
{
background-color: #FED990;
}
.BgClassName
{
background-color: #FED990;
}
</style>
border-color css
<style>
span { border-color: #FED990; }
span { border-color: rgb(254,217,144); }
td.TdClassName
{
border-color: #FED990;
}
.TagClassName
{
border-color: #FED990;
}
</style>