Shades of Caramel #F6D096
Tints of Caramel #F6D096
RGB
CMYK
RGB Variations
Color information
#F6D096 (or 0xF6D096) is known color: Caramel. HEX triplet: F6, D0 and 96. RGB value is (246,208,150). Sum of RGB (Red+Green+Blue) = 246+208+150=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D096 is #092F69. Grayscale: #D5D5D5. Windows color (decimal): -601962 or 9883894. OLE color: 9883894.
HSL color Cylindrical-coordinate representation of color #F6D096: hue angle of 36.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6D096 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 150 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.04 |
| HSL | 36.25º | 0.84% | 0.78% | - |
| HSV(B) | 36.25º | 0.39% | 0.96% | - |
| XYZ | 66.07 | 66.91 | 38.29 | - |
| YUV | 212.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 150 | 0 | 0.15 | 0.39 | 0.04 | 36.25 | 0.84 | 0.78 |
| Hex | F6 | D0 | 96 | 0 | F | 27 | 4 | 24 | 54 | 4E |
| Octal | 366 | 320 | 226 | 0 | 17 | 47 | 4 | 44 | 124 | 116 |
| Binary | 11110110 | 11010000 | 10010110 | 0 | 1111 | 100111 | 100 | 100100 | 1010100 | 1001110 |
Color Harmonies of #F6D096
Complementary color
Monochromatic Colors of #F6D096
Black with #F6D096
Text Example
Text Example
White with #F6D096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D096; }
p { color: rgb(246,208,150); }
H1.HeaderClassName
{
color: #F6D096;
}
.AnyTagClassName
{
color: #F6D096;
}
</style>
background-color css
<style>
a { background-color: #F6D096; }
a { background-color: rgb(246,208,150); }
div.DivClassName
{
background-color: #F6D096;
}
.BgClassName
{
background-color: #F6D096;
}
</style>
border-color css
<style>
span { border-color: #F6D096; }
span { border-color: rgb(246,208,150); }
td.TdClassName
{
border-color: #F6D096;
}
.TagClassName
{
border-color: #F6D096;
}
</style>