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