Shades of Bittersweet #F96C62
Tints of Bittersweet #F96C62
RGB
CMYK
RGB Variations
Color information
#F96C62 (or 0xF96C62) is known color: Bittersweet. HEX triplet: F9, 6C and 62. RGB value is (249,108,98). Sum of RGB (Red+Green+Blue) = 249+108+98=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C62 is #06939D. Grayscale: #959595. Windows color (decimal): -431006 or 6450425. OLE color: 6450425.
HSL color Cylindrical-coordinate representation of color #F96C62: hue angle of 3.97º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96C62 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 98 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.02 |
| HSL | 3.97º | 0.93% | 0.68% | - |
| HSV(B) | 3.97º | 0.61% | 0.98% | - |
| XYZ | 46.63 | 31.75 | 15.23 | - |
| YUV | 149.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 98 | 0 | 0.57 | 0.61 | 0.02 | 3.97 | 0.93 | 0.68 |
| Hex | F9 | 6C | 62 | 0 | 39 | 3D | 2 | 4 | 5D | 44 |
| Octal | 371 | 154 | 142 | 0 | 71 | 75 | 2 | 4 | 135 | 104 |
| Binary | 11111001 | 1101100 | 1100010 | 0 | 111001 | 111101 | 10 | 100 | 1011101 | 1000100 |
Color Harmonies of #F96C62
Complementary color
Monochromatic Colors of #F96C62
Black with #F96C62
Text Example
Text Example
White with #F96C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C62; }
p { color: rgb(249,108,98); }
H1.HeaderClassName
{
color: #F96C62;
}
.AnyTagClassName
{
color: #F96C62;
}
</style>
background-color css
<style>
a { background-color: #F96C62; }
a { background-color: rgb(249,108,98); }
div.DivClassName
{
background-color: #F96C62;
}
.BgClassName
{
background-color: #F96C62;
}
</style>
border-color css
<style>
span { border-color: #F96C62; }
span { border-color: rgb(249,108,98); }
td.TdClassName
{
border-color: #F96C62;
}
.TagClassName
{
border-color: #F96C62;
}
</style>