Shades of Bittersweet #F96756
Tints of Bittersweet #F96756
RGB
CMYK
RGB Variations
Color information
#F96756 (or 0xF96756) is known color: Bittersweet. HEX triplet: F9, 67 and 56. RGB value is (249,103,86). Sum of RGB (Red+Green+Blue) = 249+103+86=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F96756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96756 is #0698A9. Grayscale: #909090. Windows color (decimal): -432298 or 5662713. OLE color: 5662713.
HSL color Cylindrical-coordinate representation of color #F96756: hue angle of 6.26º 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 #F96756 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 86 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.02 |
| HSL | 6.26º | 0.93% | 0.66% | - |
| HSV(B) | 6.26º | 0.65% | 0.98% | - |
| XYZ | 45.6 | 30.51 | 12.29 | - |
| YUV | 144.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 86 | 0 | 0.59 | 0.65 | 0.02 | 6.26 | 0.93 | 0.66 |
| Hex | F9 | 67 | 56 | 0 | 3B | 41 | 2 | 6 | 5D | 42 |
| Octal | 371 | 147 | 126 | 0 | 73 | 101 | 2 | 6 | 135 | 102 |
| Binary | 11111001 | 1100111 | 1010110 | 0 | 111011 | 1000001 | 10 | 110 | 1011101 | 1000010 |
Color Harmonies of #F96756
Complementary color
Monochromatic Colors of #F96756
Black with #F96756
Text Example
Text Example
White with #F96756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96756; }
p { color: rgb(249,103,86); }
H1.HeaderClassName
{
color: #F96756;
}
.AnyTagClassName
{
color: #F96756;
}
</style>
background-color css
<style>
a { background-color: #F96756; }
a { background-color: rgb(249,103,86); }
div.DivClassName
{
background-color: #F96756;
}
.BgClassName
{
background-color: #F96756;
}
</style>
border-color css
<style>
span { border-color: #F96756; }
span { border-color: rgb(249,103,86); }
td.TdClassName
{
border-color: #F96756;
}
.TagClassName
{
border-color: #F96756;
}
</style>