Shades of Bittersweet #F96555
Tints of Bittersweet #F96555
RGB
CMYK
RGB Variations
Color information
#F96555 (or 0xF96555) is known color: Bittersweet. HEX triplet: F9, 65 and 55. RGB value is (249,101,85). Sum of RGB (Red+Green+Blue) = 249+101+85=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F96555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96555 is #069AAA. Grayscale: #8F8F8F. Windows color (decimal): -432811 or 5596665. OLE color: 5596665.
HSL color Cylindrical-coordinate representation of color #F96555: hue angle of 5.85º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F96555 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 85 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.02 |
| HSL | 5.85º | 0.93% | 0.65% | - |
| HSV(B) | 5.85º | 0.66% | 0.98% | - |
| XYZ | 45.36 | 30.1 | 12.01 | - |
| YUV | 143.43 | 95.03 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 85 | 0 | 0.59 | 0.66 | 0.02 | 5.85 | 0.93 | 0.65 |
| Hex | F9 | 65 | 55 | 0 | 3B | 42 | 2 | 6 | 5D | 41 |
| Octal | 371 | 145 | 125 | 0 | 73 | 102 | 2 | 6 | 135 | 101 |
| Binary | 11111001 | 1100101 | 1010101 | 0 | 111011 | 1000010 | 10 | 110 | 1011101 | 1000001 |
Color Harmonies of #F96555
Complementary color
Monochromatic Colors of #F96555
Black with #F96555
Text Example
Text Example
White with #F96555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96555; }
p { color: rgb(249,101,85); }
H1.HeaderClassName
{
color: #F96555;
}
.AnyTagClassName
{
color: #F96555;
}
</style>
background-color css
<style>
a { background-color: #F96555; }
a { background-color: rgb(249,101,85); }
div.DivClassName
{
background-color: #F96555;
}
.BgClassName
{
background-color: #F96555;
}
</style>
border-color css
<style>
span { border-color: #F96555; }
span { border-color: rgb(249,101,85); }
td.TdClassName
{
border-color: #F96555;
}
.TagClassName
{
border-color: #F96555;
}
</style>