Shades of Bittersweet #F9645B
Tints of Bittersweet #F9645B
RGB
CMYK
RGB Variations
Color information
#F9645B (or 0xF9645B) is known color: Bittersweet. HEX triplet: F9, 64 and 5B. RGB value is (249,100,91). Sum of RGB (Red+Green+Blue) = 249+100+91=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9645B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9645B is #069BA4. Grayscale: #8F8F8F. Windows color (decimal): -433061 or 5989625. OLE color: 5989625.
HSL color Cylindrical-coordinate representation of color #F9645B: hue angle of 3.42º 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 #F9645B is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 91 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.02 |
| HSL | 3.42º | 0.93% | 0.67% | - |
| HSV(B) | 3.42º | 0.63% | 0.98% | - |
| XYZ | 45.51 | 30.01 | 13.29 | - |
| YUV | 143.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 91 | 0 | 0.60 | 0.63 | 0.02 | 3.42 | 0.93 | 0.67 |
| Hex | F9 | 64 | 5B | 0 | 3C | 3F | 2 | 3 | 5D | 43 |
| Octal | 371 | 144 | 133 | 0 | 74 | 77 | 2 | 3 | 135 | 103 |
| Binary | 11111001 | 1100100 | 1011011 | 0 | 111100 | 111111 | 10 | 11 | 1011101 | 1000011 |
Color Harmonies of #F9645B
Complementary color
Monochromatic Colors of #F9645B
Black with #F9645B
Text Example
Text Example
White with #F9645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9645B; }
p { color: rgb(249,100,91); }
H1.HeaderClassName
{
color: #F9645B;
}
.AnyTagClassName
{
color: #F9645B;
}
</style>
background-color css
<style>
a { background-color: #F9645B; }
a { background-color: rgb(249,100,91); }
div.DivClassName
{
background-color: #F9645B;
}
.BgClassName
{
background-color: #F9645B;
}
</style>
border-color css
<style>
span { border-color: #F9645B; }
span { border-color: rgb(249,100,91); }
td.TdClassName
{
border-color: #F9645B;
}
.TagClassName
{
border-color: #F9645B;
}
</style>