Shades of Caramel #FDD995
Tints of Caramel #FDD995
RGB
CMYK
RGB Variations
Color information
#FDD995 (or 0xFDD995) is known color: Caramel. HEX triplet: FD, D9 and 95. RGB value is (253,217,149). Sum of RGB (Red+Green+Blue) = 253+217+149=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD995 is #02266A. Grayscale: #DCDCDC. Windows color (decimal): -140907 or 9820669. OLE color: 9820669.
HSL color Cylindrical-coordinate representation of color #FDD995: hue angle of 39.23º 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 #FDD995 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 149 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.01 |
| HSL | 39.23º | 0.96% | 0.79% | - |
| HSV(B) | 39.23º | 0.41% | 0.99% | - |
| XYZ | 70.75 | 72.68 | 38.73 | - |
| YUV | 220.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 149 | 0 | 0.14 | 0.41 | 0.01 | 39.23 | 0.96 | 0.79 |
| Hex | FD | D9 | 95 | 0 | E | 29 | 1 | 27 | 60 | 4F |
| Octal | 375 | 331 | 225 | 0 | 16 | 51 | 1 | 47 | 140 | 117 |
| Binary | 11111101 | 11011001 | 10010101 | 0 | 1110 | 101001 | 1 | 100111 | 1100000 | 1001111 |
Color Harmonies of #FDD995
Complementary color
Monochromatic Colors of #FDD995
Black with #FDD995
Text Example
Text Example
White with #FDD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD995; }
p { color: rgb(253,217,149); }
H1.HeaderClassName
{
color: #FDD995;
}
.AnyTagClassName
{
color: #FDD995;
}
</style>
background-color css
<style>
a { background-color: #FDD995; }
a { background-color: rgb(253,217,149); }
div.DivClassName
{
background-color: #FDD995;
}
.BgClassName
{
background-color: #FDD995;
}
</style>
border-color css
<style>
span { border-color: #FDD995; }
span { border-color: rgb(253,217,149); }
td.TdClassName
{
border-color: #FDD995;
}
.TagClassName
{
border-color: #FDD995;
}
</style>