Shades of Caramel #FED090
Tints of Caramel #FED090
RGB
CMYK
RGB Variations
Color information
#FED090 (or 0xFED090) is known color: Caramel. HEX triplet: FE, D0 and 90. RGB value is (254,208,144). Sum of RGB (Red+Green+Blue) = 254+208+144=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FED090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED090 is #012F6F. Grayscale: #D6D6D6. Windows color (decimal): -77680 or 9490686. OLE color: 9490686.
HSL color Cylindrical-coordinate representation of color #FED090: hue angle of 34.91º 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 #FED090 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 144 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.00 |
| HSL | 34.91º | 0.98% | 0.78% | - |
| HSV(B) | 34.91º | 0.43% | 1% | - |
| XYZ | 68.46 | 68.2 | 35.94 | - |
| YUV | 214.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 144 | 0 | 0.18 | 0.43 | 0.00 | 34.91 | 0.98 | 0.78 |
| Hex | FE | D0 | 90 | 0 | 12 | 2B | 0 | 23 | 62 | 4E |
| Octal | 376 | 320 | 220 | 0 | 22 | 53 | 0 | 43 | 142 | 116 |
| Binary | 11111110 | 11010000 | 10010000 | 0 | 10010 | 101011 | 0 | 100011 | 1100010 | 1001110 |
Color Harmonies of #FED090
Complementary color
Monochromatic Colors of #FED090
Black with #FED090
Text Example
Text Example
White with #FED090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED090; }
p { color: rgb(254,208,144); }
H1.HeaderClassName
{
color: #FED090;
}
.AnyTagClassName
{
color: #FED090;
}
</style>
background-color css
<style>
a { background-color: #FED090; }
a { background-color: rgb(254,208,144); }
div.DivClassName
{
background-color: #FED090;
}
.BgClassName
{
background-color: #FED090;
}
</style>
border-color css
<style>
span { border-color: #FED090; }
span { border-color: rgb(254,208,144); }
td.TdClassName
{
border-color: #FED090;
}
.TagClassName
{
border-color: #FED090;
}
</style>