Shades of Caramel #FDD091
Tints of Caramel #FDD091
RGB
CMYK
RGB Variations
Color information
#FDD091 (or 0xFDD091) is known color: Caramel. HEX triplet: FD, D0 and 91. RGB value is (253,208,145). Sum of RGB (Red+Green+Blue) = 253+208+145=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD091 is #022F6E. Grayscale: #D6D6D6. Windows color (decimal): -143215 or 9556221. OLE color: 9556221.
HSL color Cylindrical-coordinate representation of color #FDD091: hue angle of 35º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDD091 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 145 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.01 |
| HSL | 35º | 0.96% | 0.78% | - |
| HSV(B) | 35º | 0.43% | 0.99% | - |
| XYZ | 68.17 | 68.04 | 36.33 | - |
| YUV | 214.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 145 | 0 | 0.18 | 0.43 | 0.01 | 35 | 0.96 | 0.78 |
| Hex | FD | D0 | 91 | 0 | 12 | 2B | 1 | 23 | 60 | 4E |
| Octal | 375 | 320 | 221 | 0 | 22 | 53 | 1 | 43 | 140 | 116 |
| Binary | 11111101 | 11010000 | 10010001 | 0 | 10010 | 101011 | 1 | 100011 | 1100000 | 1001110 |
Color Harmonies of #FDD091
Complementary color
Monochromatic Colors of #FDD091
Black with #FDD091
Text Example
Text Example
White with #FDD091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD091; }
p { color: rgb(253,208,145); }
H1.HeaderClassName
{
color: #FDD091;
}
.AnyTagClassName
{
color: #FDD091;
}
</style>
background-color css
<style>
a { background-color: #FDD091; }
a { background-color: rgb(253,208,145); }
div.DivClassName
{
background-color: #FDD091;
}
.BgClassName
{
background-color: #FDD091;
}
</style>
border-color css
<style>
span { border-color: #FDD091; }
span { border-color: rgb(253,208,145); }
td.TdClassName
{
border-color: #FDD091;
}
.TagClassName
{
border-color: #FDD091;
}
</style>