Shades of Caramel #F5D195
Tints of Caramel #F5D195
RGB
CMYK
RGB Variations
Color information
#F5D195 (or 0xF5D195) is known color: Caramel. HEX triplet: F5, D1 and 95. RGB value is (245,209,149). Sum of RGB (Red+Green+Blue) = 245+209+149=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D195 is #0A2E6A. Grayscale: #D5D5D5. Windows color (decimal): -667243 or 9818613. OLE color: 9818613.
HSL color Cylindrical-coordinate representation of color #F5D195: hue angle of 37.5º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5D195 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 149 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.04 |
| HSL | 37.5º | 0.83% | 0.77% | - |
| HSV(B) | 37.5º | 0.39% | 0.96% | - |
| XYZ | 65.88 | 67.18 | 37.93 | - |
| YUV | 212.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 149 | 0 | 0.15 | 0.39 | 0.04 | 37.5 | 0.83 | 0.77 |
| Hex | F5 | D1 | 95 | 0 | F | 27 | 4 | 26 | 53 | 4D |
| Octal | 365 | 321 | 225 | 0 | 17 | 47 | 4 | 46 | 123 | 115 |
| Binary | 11110101 | 11010001 | 10010101 | 0 | 1111 | 100111 | 100 | 100110 | 1010011 | 1001101 |
Color Harmonies of #F5D195
Complementary color
Monochromatic Colors of #F5D195
Black with #F5D195
Text Example
Text Example
White with #F5D195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D195; }
p { color: rgb(245,209,149); }
H1.HeaderClassName
{
color: #F5D195;
}
.AnyTagClassName
{
color: #F5D195;
}
</style>
background-color css
<style>
a { background-color: #F5D195; }
a { background-color: rgb(245,209,149); }
div.DivClassName
{
background-color: #F5D195;
}
.BgClassName
{
background-color: #F5D195;
}
</style>
border-color css
<style>
span { border-color: #F5D195; }
span { border-color: rgb(245,209,149); }
td.TdClassName
{
border-color: #F5D195;
}
.TagClassName
{
border-color: #F5D195;
}
</style>