Shades of Caramel #FED191
Tints of Caramel #FED191
RGB
CMYK
RGB Variations
Color information
#FED191 (or 0xFED191) is known color: Caramel. HEX triplet: FE, D1 and 91. RGB value is (254,209,145). Sum of RGB (Red+Green+Blue) = 254+209+145=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 145 (57.03% from 255 or 23.85% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FED191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED191 is #012E6E. Grayscale: #D7D7D7. Windows color (decimal): -77423 or 9556478. OLE color: 9556478.
HSL color Cylindrical-coordinate representation of color #FED191: hue angle of 35.23º 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 #FED191 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 145 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.00 |
| HSL | 35.23º | 0.98% | 0.78% | - |
| HSV(B) | 35.23º | 0.43% | 1% | - |
| XYZ | 68.78 | 68.72 | 36.43 | - |
| YUV | 215.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 145 | 0 | 0.18 | 0.43 | 0.00 | 35.23 | 0.98 | 0.78 |
| Hex | FE | D1 | 91 | 0 | 12 | 2B | 0 | 23 | 62 | 4E |
| Octal | 376 | 321 | 221 | 0 | 22 | 53 | 0 | 43 | 142 | 116 |
| Binary | 11111110 | 11010001 | 10010001 | 0 | 10010 | 101011 | 0 | 100011 | 1100010 | 1001110 |
Color Harmonies of #FED191
Complementary color
Monochromatic Colors of #FED191
Black with #FED191
Text Example
Text Example
White with #FED191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED191; }
p { color: rgb(254,209,145); }
H1.HeaderClassName
{
color: #FED191;
}
.AnyTagClassName
{
color: #FED191;
}
</style>
background-color css
<style>
a { background-color: #FED191; }
a { background-color: rgb(254,209,145); }
div.DivClassName
{
background-color: #FED191;
}
.BgClassName
{
background-color: #FED191;
}
</style>
border-color css
<style>
span { border-color: #FED191; }
span { border-color: rgb(254,209,145); }
td.TdClassName
{
border-color: #FED191;
}
.TagClassName
{
border-color: #FED191;
}
</style>