Shades of Caramel #F6D292
Tints of Caramel #F6D292
RGB
CMYK
RGB Variations
Color information
#F6D292 (or 0xF6D292) is known color: Caramel. HEX triplet: F6, D2 and 92. RGB value is (246,210,146). Sum of RGB (Red+Green+Blue) = 246+210+146=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D292 is #092D6D. Grayscale: #D5D5D5. Windows color (decimal): -601454 or 9622262. OLE color: 9622262.
HSL color Cylindrical-coordinate representation of color #F6D292: hue angle of 38.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6D292 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 146 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.04 |
| HSL | 38.4º | 0.85% | 0.77% | - |
| HSV(B) | 38.4º | 0.41% | 0.96% | - |
| XYZ | 66.24 | 67.76 | 36.78 | - |
| YUV | 213.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 146 | 0 | 0.15 | 0.41 | 0.04 | 38.4 | 0.85 | 0.77 |
| Hex | F6 | D2 | 92 | 0 | F | 29 | 4 | 26 | 55 | 4D |
| Octal | 366 | 322 | 222 | 0 | 17 | 51 | 4 | 46 | 125 | 115 |
| Binary | 11110110 | 11010010 | 10010010 | 0 | 1111 | 101001 | 100 | 100110 | 1010101 | 1001101 |
Color Harmonies of #F6D292
Complementary color
Monochromatic Colors of #F6D292
Black with #F6D292
Text Example
Text Example
White with #F6D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D292; }
p { color: rgb(246,210,146); }
H1.HeaderClassName
{
color: #F6D292;
}
.AnyTagClassName
{
color: #F6D292;
}
</style>
background-color css
<style>
a { background-color: #F6D292; }
a { background-color: rgb(246,210,146); }
div.DivClassName
{
background-color: #F6D292;
}
.BgClassName
{
background-color: #F6D292;
}
</style>
border-color css
<style>
span { border-color: #F6D292; }
span { border-color: rgb(246,210,146); }
td.TdClassName
{
border-color: #F6D292;
}
.TagClassName
{
border-color: #F6D292;
}
</style>