Shades of Bittersweet #F96656
Tints of Bittersweet #F96656
RGB
CMYK
RGB Variations
Color information
#F96656 (or 0xF96656) is known color: Bittersweet. HEX triplet: F9, 66 and 56. RGB value is (249,102,86). Sum of RGB (Red+Green+Blue) = 249+102+86=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F96656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96656 is #0699A9. Grayscale: #909090. Windows color (decimal): -432554 or 5662457. OLE color: 5662457.
HSL color Cylindrical-coordinate representation of color #F96656: hue angle of 5.89º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F96656 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 86 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.02 |
| HSL | 5.89º | 0.93% | 0.66% | - |
| HSV(B) | 5.89º | 0.65% | 0.98% | - |
| XYZ | 45.5 | 30.31 | 12.26 | - |
| YUV | 144.13 | 95.2 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 86 | 0 | 0.59 | 0.65 | 0.02 | 5.89 | 0.93 | 0.66 |
| Hex | F9 | 66 | 56 | 0 | 3B | 41 | 2 | 6 | 5D | 42 |
| Octal | 371 | 146 | 126 | 0 | 73 | 101 | 2 | 6 | 135 | 102 |
| Binary | 11111001 | 1100110 | 1010110 | 0 | 111011 | 1000001 | 10 | 110 | 1011101 | 1000010 |
Color Harmonies of #F96656
Complementary color
Monochromatic Colors of #F96656
Black with #F96656
Text Example
Text Example
White with #F96656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96656; }
p { color: rgb(249,102,86); }
H1.HeaderClassName
{
color: #F96656;
}
.AnyTagClassName
{
color: #F96656;
}
</style>
background-color css
<style>
a { background-color: #F96656; }
a { background-color: rgb(249,102,86); }
div.DivClassName
{
background-color: #F96656;
}
.BgClassName
{
background-color: #F96656;
}
</style>
border-color css
<style>
span { border-color: #F96656; }
span { border-color: rgb(249,102,86); }
td.TdClassName
{
border-color: #F96656;
}
.TagClassName
{
border-color: #F96656;
}
</style>