Shades of Bittersweet #F9605B
Tints of Bittersweet #F9605B
RGB
CMYK
RGB Variations
Color information
#F9605B (or 0xF9605B) is known color: Bittersweet. HEX triplet: F9, 60 and 5B. RGB value is (249,96,91). Sum of RGB (Red+Green+Blue) = 249+96+91=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F9605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9605B is #069FA4. Grayscale: #8D8D8D. Windows color (decimal): -434085 or 5988601. OLE color: 5988601.
HSL color Cylindrical-coordinate representation of color #F9605B: hue angle of 1.9º 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 #F9605B is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 91 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.02 |
| HSL | 1.9º | 0.93% | 0.67% | - |
| HSV(B) | 1.9º | 0.63% | 0.98% | - |
| XYZ | 45.14 | 29.26 | 13.17 | - |
| YUV | 141.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 91 | 0 | 0.61 | 0.63 | 0.02 | 1.9 | 0.93 | 0.67 |
| Hex | F9 | 60 | 5B | 0 | 3D | 3F | 2 | 2 | 5D | 43 |
| Octal | 371 | 140 | 133 | 0 | 75 | 77 | 2 | 2 | 135 | 103 |
| Binary | 11111001 | 1100000 | 1011011 | 0 | 111101 | 111111 | 10 | 10 | 1011101 | 1000011 |
Color Harmonies of #F9605B
Complementary color
Monochromatic Colors of #F9605B
Black with #F9605B
Text Example
Text Example
White with #F9605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9605B; }
p { color: rgb(249,96,91); }
H1.HeaderClassName
{
color: #F9605B;
}
.AnyTagClassName
{
color: #F9605B;
}
</style>
background-color css
<style>
a { background-color: #F9605B; }
a { background-color: rgb(249,96,91); }
div.DivClassName
{
background-color: #F9605B;
}
.BgClassName
{
background-color: #F9605B;
}
</style>
border-color css
<style>
span { border-color: #F9605B; }
span { border-color: rgb(249,96,91); }
td.TdClassName
{
border-color: #F9605B;
}
.TagClassName
{
border-color: #F9605B;
}
</style>