Shades of Bittersweet #F8745B
Tints of Bittersweet #F8745B
RGB
CMYK
RGB Variations
Color information
#F8745B (or 0xF8745B) is known color: Bittersweet. HEX triplet: F8, 74 and 5B. RGB value is (248,116,91). Sum of RGB (Red+Green+Blue) = 248+116+91=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8745B is #078BA4. Grayscale: #989898. Windows color (decimal): -494501 or 5993720. OLE color: 5993720.
HSL color Cylindrical-coordinate representation of color #F8745B: hue angle of 9.55º 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 #F8745B is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 91 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.03 |
| HSL | 9.55º | 0.92% | 0.66% | - |
| HSV(B) | 9.55º | 0.63% | 0.97% | - |
| XYZ | 46.85 | 33.2 | 13.84 | - |
| YUV | 152.62 | 93.23 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 91 | 0 | 0.53 | 0.63 | 0.03 | 9.55 | 0.92 | 0.66 |
| Hex | F8 | 74 | 5B | 0 | 35 | 3F | 3 | A | 5C | 42 |
| Octal | 370 | 164 | 133 | 0 | 65 | 77 | 3 | 12 | 134 | 102 |
| Binary | 11111000 | 1110100 | 1011011 | 0 | 110101 | 111111 | 11 | 1010 | 1011100 | 1000010 |
Color Harmonies of #F8745B
Complementary color
Monochromatic Colors of #F8745B
Black with #F8745B
Text Example
Text Example
White with #F8745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8745B; }
p { color: rgb(248,116,91); }
H1.HeaderClassName
{
color: #F8745B;
}
.AnyTagClassName
{
color: #F8745B;
}
</style>
background-color css
<style>
a { background-color: #F8745B; }
a { background-color: rgb(248,116,91); }
div.DivClassName
{
background-color: #F8745B;
}
.BgClassName
{
background-color: #F8745B;
}
</style>
border-color css
<style>
span { border-color: #F8745B; }
span { border-color: rgb(248,116,91); }
td.TdClassName
{
border-color: #F8745B;
}
.TagClassName
{
border-color: #F8745B;
}
</style>