Shades of Caramel #F6D397
Tints of Caramel #F6D397
RGB
CMYK
RGB Variations
Color information
#F6D397 (or 0xF6D397) is known color: Caramel. HEX triplet: F6, D3 and 97. RGB value is (246,211,151). Sum of RGB (Red+Green+Blue) = 246+211+151=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 151 (59.38% from 255 or 24.84% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D397 is #092C68. Grayscale: #D6D6D6. Windows color (decimal): -601193 or 9950198. OLE color: 9950198.
HSL color Cylindrical-coordinate representation of color #F6D397: hue angle of 37.89º 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 #F6D397 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 151 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.04 |
| HSL | 37.89º | 0.84% | 0.78% | - |
| HSV(B) | 37.89º | 0.39% | 0.96% | - |
| XYZ | 66.89 | 68.42 | 38.96 | - |
| YUV | 214.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 151 | 0 | 0.14 | 0.39 | 0.04 | 37.89 | 0.84 | 0.78 |
| Hex | F6 | D3 | 97 | 0 | E | 27 | 4 | 26 | 54 | 4E |
| Octal | 366 | 323 | 227 | 0 | 16 | 47 | 4 | 46 | 124 | 116 |
| Binary | 11110110 | 11010011 | 10010111 | 0 | 1110 | 100111 | 100 | 100110 | 1010100 | 1001110 |
Color Harmonies of #F6D397
Complementary color
Monochromatic Colors of #F6D397
Black with #F6D397
Text Example
Text Example
White with #F6D397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D397; }
p { color: rgb(246,211,151); }
H1.HeaderClassName
{
color: #F6D397;
}
.AnyTagClassName
{
color: #F6D397;
}
</style>
background-color css
<style>
a { background-color: #F6D397; }
a { background-color: rgb(246,211,151); }
div.DivClassName
{
background-color: #F6D397;
}
.BgClassName
{
background-color: #F6D397;
}
</style>
border-color css
<style>
span { border-color: #F6D397; }
span { border-color: rgb(246,211,151); }
td.TdClassName
{
border-color: #F6D397;
}
.TagClassName
{
border-color: #F6D397;
}
</style>