Shades of Caramel #FED290
Tints of Caramel #FED290
RGB
CMYK
RGB Variations
Color information
#FED290 (or 0xFED290) is known color: Caramel. HEX triplet: FE, D2 and 90. RGB value is (254,210,144). Sum of RGB (Red+Green+Blue) = 254+210+144=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FED290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED290 is #012D6F. Grayscale: #D7D7D7. Windows color (decimal): -77168 or 9491198. OLE color: 9491198.
HSL color Cylindrical-coordinate representation of color #FED290: hue angle of 36º 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 #FED290 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 144 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.00 |
| HSL | 36º | 0.98% | 0.78% | - |
| HSV(B) | 36º | 0.43% | 1% | - |
| XYZ | 68.95 | 69.18 | 36.1 | - |
| YUV | 215.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 144 | 0 | 0.17 | 0.43 | 0.00 | 36 | 0.98 | 0.78 |
| Hex | FE | D2 | 90 | 0 | 11 | 2B | 0 | 24 | 62 | 4E |
| Octal | 376 | 322 | 220 | 0 | 21 | 53 | 0 | 44 | 142 | 116 |
| Binary | 11111110 | 11010010 | 10010000 | 0 | 10001 | 101011 | 0 | 100100 | 1100010 | 1001110 |
Color Harmonies of #FED290
Complementary color
Monochromatic Colors of #FED290
Black with #FED290
Text Example
Text Example
White with #FED290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED290; }
p { color: rgb(254,210,144); }
H1.HeaderClassName
{
color: #FED290;
}
.AnyTagClassName
{
color: #FED290;
}
</style>
background-color css
<style>
a { background-color: #FED290; }
a { background-color: rgb(254,210,144); }
div.DivClassName
{
background-color: #FED290;
}
.BgClassName
{
background-color: #FED290;
}
</style>
border-color css
<style>
span { border-color: #FED290; }
span { border-color: rgb(254,210,144); }
td.TdClassName
{
border-color: #FED290;
}
.TagClassName
{
border-color: #FED290;
}
</style>