Shades of Bittersweet #F96C55
Tints of Bittersweet #F96C55
RGB
CMYK
RGB Variations
Color information
#F96C55 (or 0xF96C55) is known color: Bittersweet. HEX triplet: F9, 6C and 55. RGB value is (249,108,85). Sum of RGB (Red+Green+Blue) = 249+108+85=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C55 is #0693AA. Grayscale: #939393. Windows color (decimal): -431019 or 5598457. OLE color: 5598457.
HSL color Cylindrical-coordinate representation of color #F96C55: hue angle of 8.41º 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 #F96C55 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 85 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.02 |
| HSL | 8.41º | 0.93% | 0.65% | - |
| HSV(B) | 8.41º | 0.66% | 0.98% | - |
| XYZ | 46.07 | 31.52 | 12.25 | - |
| YUV | 147.54 | 92.71 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 85 | 0 | 0.57 | 0.66 | 0.02 | 8.41 | 0.93 | 0.65 |
| Hex | F9 | 6C | 55 | 0 | 39 | 42 | 2 | 8 | 5D | 41 |
| Octal | 371 | 154 | 125 | 0 | 71 | 102 | 2 | 10 | 135 | 101 |
| Binary | 11111001 | 1101100 | 1010101 | 0 | 111001 | 1000010 | 10 | 1000 | 1011101 | 1000001 |
Color Harmonies of #F96C55
Complementary color
Monochromatic Colors of #F96C55
Black with #F96C55
Text Example
Text Example
White with #F96C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C55; }
p { color: rgb(249,108,85); }
H1.HeaderClassName
{
color: #F96C55;
}
.AnyTagClassName
{
color: #F96C55;
}
</style>
background-color css
<style>
a { background-color: #F96C55; }
a { background-color: rgb(249,108,85); }
div.DivClassName
{
background-color: #F96C55;
}
.BgClassName
{
background-color: #F96C55;
}
</style>
border-color css
<style>
span { border-color: #F96C55; }
span { border-color: rgb(249,108,85); }
td.TdClassName
{
border-color: #F96C55;
}
.TagClassName
{
border-color: #F96C55;
}
</style>