Shades of Caramel #FDD98E
Tints of Caramel #FDD98E
RGB
CMYK
RGB Variations
Color information
#FDD98E (or 0xFDD98E) is known color: Caramel. HEX triplet: FD, D9 and 8E. RGB value is (253,217,142). Sum of RGB (Red+Green+Blue) = 253+217+142=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD98E is #022671. Grayscale: #DBDBDB. Windows color (decimal): -140914 or 9361917. OLE color: 9361917.
HSL color Cylindrical-coordinate representation of color #FDD98E: hue angle of 40.54º 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 #FDD98E is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 142 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.01 |
| HSL | 40.54º | 0.97% | 0.77% | - |
| HSV(B) | 40.54º | 0.44% | 0.99% | - |
| XYZ | 70.2 | 72.46 | 35.88 | - |
| YUV | 219.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 142 | 0 | 0.14 | 0.44 | 0.01 | 40.54 | 0.97 | 0.77 |
| Hex | FD | D9 | 8E | 0 | E | 2C | 1 | 29 | 61 | 4D |
| Octal | 375 | 331 | 216 | 0 | 16 | 54 | 1 | 51 | 141 | 115 |
| Binary | 11111101 | 11011001 | 10001110 | 0 | 1110 | 101100 | 1 | 101001 | 1100001 | 1001101 |
Color Harmonies of #FDD98E
Complementary color
Monochromatic Colors of #FDD98E
Black with #FDD98E
Text Example
Text Example
White with #FDD98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD98E; }
p { color: rgb(253,217,142); }
H1.HeaderClassName
{
color: #FDD98E;
}
.AnyTagClassName
{
color: #FDD98E;
}
</style>
background-color css
<style>
a { background-color: #FDD98E; }
a { background-color: rgb(253,217,142); }
div.DivClassName
{
background-color: #FDD98E;
}
.BgClassName
{
background-color: #FDD98E;
}
</style>
border-color css
<style>
span { border-color: #FDD98E; }
span { border-color: rgb(253,217,142); }
td.TdClassName
{
border-color: #FDD98E;
}
.TagClassName
{
border-color: #FDD98E;
}
</style>