Shades of Bittersweet #F86756
Tints of Bittersweet #F86756
RGB
CMYK
RGB Variations
Color information
#F86756 (or 0xF86756) is known color: Bittersweet. HEX triplet: F8, 67 and 56. RGB value is (248,103,86). Sum of RGB (Red+Green+Blue) = 248+103+86=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F86756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86756 is #0798A9. Grayscale: #909090. Windows color (decimal): -497834 or 5662712. OLE color: 5662712.
HSL color Cylindrical-coordinate representation of color #F86756: hue angle of 6.3º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F86756 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 103 | 86 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.03 |
| HSL | 6.3º | 0.92% | 0.65% | - |
| HSV(B) | 6.3º | 0.65% | 0.97% | - |
| XYZ | 45.24 | 30.33 | 12.27 | - |
| YUV | 144.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 86 | 0 | 0.58 | 0.65 | 0.03 | 6.3 | 0.92 | 0.65 |
| Hex | F8 | 67 | 56 | 0 | 3A | 41 | 3 | 6 | 5C | 41 |
| Octal | 370 | 147 | 126 | 0 | 72 | 101 | 3 | 6 | 134 | 101 |
| Binary | 11111000 | 1100111 | 1010110 | 0 | 111010 | 1000001 | 11 | 110 | 1011100 | 1000001 |
Color Harmonies of #F86756
Complementary color
Monochromatic Colors of #F86756
Black with #F86756
Text Example
Text Example
White with #F86756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86756; }
p { color: rgb(248,103,86); }
H1.HeaderClassName
{
color: #F86756;
}
.AnyTagClassName
{
color: #F86756;
}
</style>
background-color css
<style>
a { background-color: #F86756; }
a { background-color: rgb(248,103,86); }
div.DivClassName
{
background-color: #F86756;
}
.BgClassName
{
background-color: #F86756;
}
</style>
border-color css
<style>
span { border-color: #F86756; }
span { border-color: rgb(248,103,86); }
td.TdClassName
{
border-color: #F86756;
}
.TagClassName
{
border-color: #F86756;
}
</style>