Shades of Bittersweet #F9695B
Tints of Bittersweet #F9695B
RGB
CMYK
RGB Variations
Color information
#F9695B (or 0xF9695B) is known color: Bittersweet. HEX triplet: F9, 69 and 5B. RGB value is (249,105,91). Sum of RGB (Red+Green+Blue) = 249+105+91=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9695B is #0696A4. Grayscale: #929292. Windows color (decimal): -431781 or 5990905. OLE color: 5990905.
HSL color Cylindrical-coordinate representation of color #F9695B: hue angle of 5.32º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9695B is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 91 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.02 |
| HSL | 5.32º | 0.93% | 0.67% | - |
| HSV(B) | 5.32º | 0.63% | 0.98% | - |
| XYZ | 46.01 | 31 | 13.46 | - |
| YUV | 146.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 91 | 0 | 0.58 | 0.63 | 0.02 | 5.32 | 0.93 | 0.67 |
| Hex | F9 | 69 | 5B | 0 | 3A | 3F | 2 | 5 | 5D | 43 |
| Octal | 371 | 151 | 133 | 0 | 72 | 77 | 2 | 5 | 135 | 103 |
| Binary | 11111001 | 1101001 | 1011011 | 0 | 111010 | 111111 | 10 | 101 | 1011101 | 1000011 |
Color Harmonies of #F9695B
Complementary color
Monochromatic Colors of #F9695B
Black with #F9695B
Text Example
Text Example
White with #F9695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9695B; }
p { color: rgb(249,105,91); }
H1.HeaderClassName
{
color: #F9695B;
}
.AnyTagClassName
{
color: #F9695B;
}
</style>
background-color css
<style>
a { background-color: #F9695B; }
a { background-color: rgb(249,105,91); }
div.DivClassName
{
background-color: #F9695B;
}
.BgClassName
{
background-color: #F9695B;
}
</style>
border-color css
<style>
span { border-color: #F9695B; }
span { border-color: rgb(249,105,91); }
td.TdClassName
{
border-color: #F9695B;
}
.TagClassName
{
border-color: #F9695B;
}
</style>