Shades of Caramel #FDD495
Tints of Caramel #FDD495
RGB
CMYK
RGB Variations
Color information
#FDD495 (or 0xFDD495) is known color: Caramel. HEX triplet: FD, D4 and 95. RGB value is (253,212,149). Sum of RGB (Red+Green+Blue) = 253+212+149=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD495 is #022B6A. Grayscale: #D9D9D9. Windows color (decimal): -142187 or 9819389. OLE color: 9819389.
HSL color Cylindrical-coordinate representation of color #FDD495: hue angle of 36.35º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDD495 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 149 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.01 |
| HSL | 36.35º | 0.96% | 0.79% | - |
| HSV(B) | 36.35º | 0.41% | 0.99% | - |
| XYZ | 69.48 | 70.14 | 38.31 | - |
| YUV | 217.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 149 | 0 | 0.16 | 0.41 | 0.01 | 36.35 | 0.96 | 0.79 |
| Hex | FD | D4 | 95 | 0 | 10 | 29 | 1 | 24 | 60 | 4F |
| Octal | 375 | 324 | 225 | 0 | 20 | 51 | 1 | 44 | 140 | 117 |
| Binary | 11111101 | 11010100 | 10010101 | 0 | 10000 | 101001 | 1 | 100100 | 1100000 | 1001111 |
Color Harmonies of #FDD495
Complementary color
Monochromatic Colors of #FDD495
Black with #FDD495
Text Example
Text Example
White with #FDD495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD495; }
p { color: rgb(253,212,149); }
H1.HeaderClassName
{
color: #FDD495;
}
.AnyTagClassName
{
color: #FDD495;
}
</style>
background-color css
<style>
a { background-color: #FDD495; }
a { background-color: rgb(253,212,149); }
div.DivClassName
{
background-color: #FDD495;
}
.BgClassName
{
background-color: #FDD495;
}
</style>
border-color css
<style>
span { border-color: #FDD495; }
span { border-color: rgb(253,212,149); }
td.TdClassName
{
border-color: #FDD495;
}
.TagClassName
{
border-color: #FDD495;
}
</style>