Shades of Caramel #FED18D
Tints of Caramel #FED18D
RGB
CMYK
RGB Variations
Color information
#FED18D (or 0xFED18D) is known color: Caramel. HEX triplet: FE, D1 and 8D. RGB value is (254,209,141). Sum of RGB (Red+Green+Blue) = 254+209+141=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FED18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED18D is #012E72. Grayscale: #D7D7D7. Windows color (decimal): -77427 or 9294334. OLE color: 9294334.
HSL color Cylindrical-coordinate representation of color #FED18D: hue angle of 36.11º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FED18D is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 141 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.00 |
| HSL | 36.11º | 0.98% | 0.77% | - |
| HSV(B) | 36.11º | 0.44% | 1% | - |
| XYZ | 68.48 | 68.59 | 34.83 | - |
| YUV | 214.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 141 | 0 | 0.18 | 0.44 | 0.00 | 36.11 | 0.98 | 0.77 |
| Hex | FE | D1 | 8D | 0 | 12 | 2C | 0 | 24 | 62 | 4D |
| Octal | 376 | 321 | 215 | 0 | 22 | 54 | 0 | 44 | 142 | 115 |
| Binary | 11111110 | 11010001 | 10001101 | 0 | 10010 | 101100 | 0 | 100100 | 1100010 | 1001101 |
Color Harmonies of #FED18D
Complementary color
Monochromatic Colors of #FED18D
Black with #FED18D
Text Example
Text Example
White with #FED18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED18D; }
p { color: rgb(254,209,141); }
H1.HeaderClassName
{
color: #FED18D;
}
.AnyTagClassName
{
color: #FED18D;
}
</style>
background-color css
<style>
a { background-color: #FED18D; }
a { background-color: rgb(254,209,141); }
div.DivClassName
{
background-color: #FED18D;
}
.BgClassName
{
background-color: #FED18D;
}
</style>
border-color css
<style>
span { border-color: #FED18D; }
span { border-color: rgb(254,209,141); }
td.TdClassName
{
border-color: #FED18D;
}
.TagClassName
{
border-color: #FED18D;
}
</style>