Shades of Caramel #FDD18E
Tints of Caramel #FDD18E
RGB
CMYK
RGB Variations
Color information
#FDD18E (or 0xFDD18E) is known color: Caramel. HEX triplet: FD, D1 and 8E. RGB value is (253,209,142). Sum of RGB (Red+Green+Blue) = 253+209+142=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD18E is #022E71. Grayscale: #D6D6D6. Windows color (decimal): -142962 or 9359869. OLE color: 9359869.
HSL color Cylindrical-coordinate representation of color #FDD18E: hue angle of 36.22º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDD18E is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 142 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.01 |
| HSL | 36.22º | 0.97% | 0.77% | - |
| HSV(B) | 36.22º | 0.44% | 0.99% | - |
| XYZ | 68.19 | 68.44 | 35.21 | - |
| YUV | 214.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 142 | 0 | 0.17 | 0.44 | 0.01 | 36.22 | 0.97 | 0.77 |
| Hex | FD | D1 | 8E | 0 | 11 | 2C | 1 | 24 | 61 | 4D |
| Octal | 375 | 321 | 216 | 0 | 21 | 54 | 1 | 44 | 141 | 115 |
| Binary | 11111101 | 11010001 | 10001110 | 0 | 10001 | 101100 | 1 | 100100 | 1100001 | 1001101 |
Color Harmonies of #FDD18E
Complementary color
Monochromatic Colors of #FDD18E
Black with #FDD18E
Text Example
Text Example
White with #FDD18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD18E; }
p { color: rgb(253,209,142); }
H1.HeaderClassName
{
color: #FDD18E;
}
.AnyTagClassName
{
color: #FDD18E;
}
</style>
background-color css
<style>
a { background-color: #FDD18E; }
a { background-color: rgb(253,209,142); }
div.DivClassName
{
background-color: #FDD18E;
}
.BgClassName
{
background-color: #FDD18E;
}
</style>
border-color css
<style>
span { border-color: #FDD18E; }
span { border-color: rgb(253,209,142); }
td.TdClassName
{
border-color: #FDD18E;
}
.TagClassName
{
border-color: #FDD18E;
}
</style>