Shades of Bittersweet #F96559
Tints of Bittersweet #F96559
RGB
CMYK
RGB Variations
Color information
#F96559 (or 0xF96559) is known color: Bittersweet. HEX triplet: F9, 65 and 59. RGB value is (249,101,89). Sum of RGB (Red+Green+Blue) = 249+101+89=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F96559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96559 is #069AA6. Grayscale: #909090. Windows color (decimal): -432807 or 5858809. OLE color: 5858809.
HSL color Cylindrical-coordinate representation of color #F96559: hue angle of 4.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F96559 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 89 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.02 |
| HSL | 4.5º | 0.93% | 0.66% | - |
| HSV(B) | 4.5º | 0.64% | 0.98% | - |
| XYZ | 45.52 | 30.17 | 12.87 | - |
| YUV | 143.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 89 | 0 | 0.59 | 0.64 | 0.02 | 4.5 | 0.93 | 0.66 |
| Hex | F9 | 65 | 59 | 0 | 3B | 40 | 2 | 4 | 5D | 42 |
| Octal | 371 | 145 | 131 | 0 | 73 | 100 | 2 | 4 | 135 | 102 |
| Binary | 11111001 | 1100101 | 1011001 | 0 | 111011 | 1000000 | 10 | 100 | 1011101 | 1000010 |
Color Harmonies of #F96559
Complementary color
Monochromatic Colors of #F96559
Black with #F96559
Text Example
Text Example
White with #F96559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96559; }
p { color: rgb(249,101,89); }
H1.HeaderClassName
{
color: #F96559;
}
.AnyTagClassName
{
color: #F96559;
}
</style>
background-color css
<style>
a { background-color: #F96559; }
a { background-color: rgb(249,101,89); }
div.DivClassName
{
background-color: #F96559;
}
.BgClassName
{
background-color: #F96559;
}
</style>
border-color css
<style>
span { border-color: #F96559; }
span { border-color: rgb(249,101,89); }
td.TdClassName
{
border-color: #F96559;
}
.TagClassName
{
border-color: #F96559;
}
</style>