Shades of Bittersweet #F96D62
Tints of Bittersweet #F96D62
RGB
CMYK
RGB Variations
Color information
#F96D62 (or 0xF96D62) is known color: Bittersweet. HEX triplet: F9, 6D and 62. RGB value is (249,109,98). Sum of RGB (Red+Green+Blue) = 249+109+98=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96D62 is #06929D. Grayscale: #959595. Windows color (decimal): -430750 or 6450681. OLE color: 6450681.
HSL color Cylindrical-coordinate representation of color #F96D62: hue angle of 4.37º 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 #F96D62 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 98 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.02 |
| HSL | 4.37º | 0.93% | 0.68% | - |
| HSV(B) | 4.37º | 0.61% | 0.98% | - |
| XYZ | 46.74 | 31.96 | 15.26 | - |
| YUV | 149.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 98 | 0 | 0.56 | 0.61 | 0.02 | 4.37 | 0.93 | 0.68 |
| Hex | F9 | 6D | 62 | 0 | 38 | 3D | 2 | 4 | 5D | 44 |
| Octal | 371 | 155 | 142 | 0 | 70 | 75 | 2 | 4 | 135 | 104 |
| Binary | 11111001 | 1101101 | 1100010 | 0 | 111000 | 111101 | 10 | 100 | 1011101 | 1000100 |
Color Harmonies of #F96D62
Complementary color
Monochromatic Colors of #F96D62
Black with #F96D62
Text Example
Text Example
White with #F96D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D62; }
p { color: rgb(249,109,98); }
H1.HeaderClassName
{
color: #F96D62;
}
.AnyTagClassName
{
color: #F96D62;
}
</style>
background-color css
<style>
a { background-color: #F96D62; }
a { background-color: rgb(249,109,98); }
div.DivClassName
{
background-color: #F96D62;
}
.BgClassName
{
background-color: #F96D62;
}
</style>
border-color css
<style>
span { border-color: #F96D62; }
span { border-color: rgb(249,109,98); }
td.TdClassName
{
border-color: #F96D62;
}
.TagClassName
{
border-color: #F96D62;
}
</style>