Shades of Bittersweet #F9685B
Tints of Bittersweet #F9685B
RGB
CMYK
RGB Variations
Color information
#F9685B (or 0xF9685B) is known color: Bittersweet. HEX triplet: F9, 68 and 5B. RGB value is (249,104,91). Sum of RGB (Red+Green+Blue) = 249+104+91=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9685B is #0697A4. Grayscale: #929292. Windows color (decimal): -432037 or 5990649. OLE color: 5990649.
HSL color Cylindrical-coordinate representation of color #F9685B: hue angle of 4.94º 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 #F9685B is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 91 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.02 |
| HSL | 4.94º | 0.93% | 0.67% | - |
| HSV(B) | 4.94º | 0.63% | 0.98% | - |
| XYZ | 45.91 | 30.8 | 13.42 | - |
| YUV | 145.87 | 97.04 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 91 | 0 | 0.58 | 0.63 | 0.02 | 4.94 | 0.93 | 0.67 |
| Hex | F9 | 68 | 5B | 0 | 3A | 3F | 2 | 5 | 5D | 43 |
| Octal | 371 | 150 | 133 | 0 | 72 | 77 | 2 | 5 | 135 | 103 |
| Binary | 11111001 | 1101000 | 1011011 | 0 | 111010 | 111111 | 10 | 101 | 1011101 | 1000011 |
Color Harmonies of #F9685B
Complementary color
Monochromatic Colors of #F9685B
Black with #F9685B
Text Example
Text Example
White with #F9685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9685B; }
p { color: rgb(249,104,91); }
H1.HeaderClassName
{
color: #F9685B;
}
.AnyTagClassName
{
color: #F9685B;
}
</style>
background-color css
<style>
a { background-color: #F9685B; }
a { background-color: rgb(249,104,91); }
div.DivClassName
{
background-color: #F9685B;
}
.BgClassName
{
background-color: #F9685B;
}
</style>
border-color css
<style>
span { border-color: #F9685B; }
span { border-color: rgb(249,104,91); }
td.TdClassName
{
border-color: #F9685B;
}
.TagClassName
{
border-color: #F9685B;
}
</style>