Shades of Bittersweet #F8645B
Tints of Bittersweet #F8645B
RGB
CMYK
RGB Variations
Color information
#F8645B (or 0xF8645B) is known color: Bittersweet. HEX triplet: F8, 64 and 5B. RGB value is (248,100,91). Sum of RGB (Red+Green+Blue) = 248+100+91=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8645B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8645B is #079BA4. Grayscale: #8F8F8F. Windows color (decimal): -498597 or 5989624. OLE color: 5989624.
HSL color Cylindrical-coordinate representation of color #F8645B: hue angle of 3.44º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8645B is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 91 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.03 |
| HSL | 3.44º | 0.92% | 0.66% | - |
| HSV(B) | 3.44º | 0.63% | 0.97% | - |
| XYZ | 45.16 | 29.83 | 13.27 | - |
| YUV | 143.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 91 | 0 | 0.60 | 0.63 | 0.03 | 3.44 | 0.92 | 0.66 |
| Hex | F8 | 64 | 5B | 0 | 3C | 3F | 3 | 3 | 5C | 42 |
| Octal | 370 | 144 | 133 | 0 | 74 | 77 | 3 | 3 | 134 | 102 |
| Binary | 11111000 | 1100100 | 1011011 | 0 | 111100 | 111111 | 11 | 11 | 1011100 | 1000010 |
Color Harmonies of #F8645B
Complementary color
Monochromatic Colors of #F8645B
Black with #F8645B
Text Example
Text Example
White with #F8645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8645B; }
p { color: rgb(248,100,91); }
H1.HeaderClassName
{
color: #F8645B;
}
.AnyTagClassName
{
color: #F8645B;
}
</style>
background-color css
<style>
a { background-color: #F8645B; }
a { background-color: rgb(248,100,91); }
div.DivClassName
{
background-color: #F8645B;
}
.BgClassName
{
background-color: #F8645B;
}
</style>
border-color css
<style>
span { border-color: #F8645B; }
span { border-color: rgb(248,100,91); }
td.TdClassName
{
border-color: #F8645B;
}
.TagClassName
{
border-color: #F8645B;
}
</style>