Shades of Bittersweet #F9706D
Tints of Bittersweet #F9706D
RGB
CMYK
RGB Variations
Color information
#F9706D (or 0xF9706D) is known color: Bittersweet. HEX triplet: F9, 70 and 6D. RGB value is (249,112,109). Sum of RGB (Red+Green+Blue) = 249+112+109=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9706D is #068F92. Grayscale: #989898. Windows color (decimal): -429971 or 7172345. OLE color: 7172345.
HSL color Cylindrical-coordinate representation of color #F9706D: hue angle of 1.29º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9706D is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 109 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.02 |
| HSL | 1.29º | 0.92% | 0.7% | - |
| HSV(B) | 1.29º | 0.56% | 0.98% | - |
| XYZ | 47.62 | 32.83 | 18.3 | - |
| YUV | 152.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 109 | 0 | 0.55 | 0.56 | 0.02 | 1.29 | 0.92 | 0.7 |
| Hex | F9 | 70 | 6D | 0 | 37 | 38 | 2 | 1 | 5C | 46 |
| Octal | 371 | 160 | 155 | 0 | 67 | 70 | 2 | 1 | 134 | 106 |
| Binary | 11111001 | 1110000 | 1101101 | 0 | 110111 | 111000 | 10 | 1 | 1011100 | 1000110 |
Color Harmonies of #F9706D
Complementary color
Monochromatic Colors of #F9706D
Black with #F9706D
Text Example
Text Example
White with #F9706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9706D; }
p { color: rgb(249,112,109); }
H1.HeaderClassName
{
color: #F9706D;
}
.AnyTagClassName
{
color: #F9706D;
}
</style>
background-color css
<style>
a { background-color: #F9706D; }
a { background-color: rgb(249,112,109); }
div.DivClassName
{
background-color: #F9706D;
}
.BgClassName
{
background-color: #F9706D;
}
</style>
border-color css
<style>
span { border-color: #F9706D; }
span { border-color: rgb(249,112,109); }
td.TdClassName
{
border-color: #F9706D;
}
.TagClassName
{
border-color: #F9706D;
}
</style>