Shades of Caramel #FDD095
Tints of Caramel #FDD095
RGB
CMYK
RGB Variations
Color information
#FDD095 (or 0xFDD095) is known color: Caramel. HEX triplet: FD, D0 and 95. RGB value is (253,208,149). Sum of RGB (Red+Green+Blue) = 253+208+149=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD095 is #022F6A. Grayscale: #D7D7D7. Windows color (decimal): -143211 or 9818365. OLE color: 9818365.
HSL color Cylindrical-coordinate representation of color #FDD095: hue angle of 34.04º 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 #FDD095 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 149 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.01 |
| HSL | 34.04º | 0.96% | 0.79% | - |
| HSV(B) | 34.04º | 0.41% | 0.99% | - |
| XYZ | 68.49 | 68.16 | 37.98 | - |
| YUV | 214.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 149 | 0 | 0.18 | 0.41 | 0.01 | 34.04 | 0.96 | 0.79 |
| Hex | FD | D0 | 95 | 0 | 12 | 29 | 1 | 22 | 60 | 4F |
| Octal | 375 | 320 | 225 | 0 | 22 | 51 | 1 | 42 | 140 | 117 |
| Binary | 11111101 | 11010000 | 10010101 | 0 | 10010 | 101001 | 1 | 100010 | 1100000 | 1001111 |
Color Harmonies of #FDD095
Complementary color
Monochromatic Colors of #FDD095
Black with #FDD095
Text Example
Text Example
White with #FDD095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD095; }
p { color: rgb(253,208,149); }
H1.HeaderClassName
{
color: #FDD095;
}
.AnyTagClassName
{
color: #FDD095;
}
</style>
background-color css
<style>
a { background-color: #FDD095; }
a { background-color: rgb(253,208,149); }
div.DivClassName
{
background-color: #FDD095;
}
.BgClassName
{
background-color: #FDD095;
}
</style>
border-color css
<style>
span { border-color: #FDD095; }
span { border-color: rgb(253,208,149); }
td.TdClassName
{
border-color: #FDD095;
}
.TagClassName
{
border-color: #FDD095;
}
</style>