Shades of Bittersweet #F86557
Tints of Bittersweet #F86557
RGB
CMYK
RGB Variations
Color information
#F86557 (or 0xF86557) is known color: Bittersweet. HEX triplet: F8, 65 and 57. RGB value is (248,101,87). Sum of RGB (Red+Green+Blue) = 248+101+87=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F86557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86557 is #079AA8. Grayscale: #8F8F8F. Windows color (decimal): -498345 or 5727736. OLE color: 5727736.
HSL color Cylindrical-coordinate representation of color #F86557: hue angle of 5.22º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F86557 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 87 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.03 |
| HSL | 5.22º | 0.92% | 0.66% | - |
| HSV(B) | 5.22º | 0.65% | 0.97% | - |
| XYZ | 45.09 | 29.95 | 12.42 | - |
| YUV | 143.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 87 | 0 | 0.59 | 0.65 | 0.03 | 5.22 | 0.92 | 0.66 |
| Hex | F8 | 65 | 57 | 0 | 3B | 41 | 3 | 5 | 5C | 42 |
| Octal | 370 | 145 | 127 | 0 | 73 | 101 | 3 | 5 | 134 | 102 |
| Binary | 11111000 | 1100101 | 1010111 | 0 | 111011 | 1000001 | 11 | 101 | 1011100 | 1000010 |
Color Harmonies of #F86557
Complementary color
Monochromatic Colors of #F86557
Black with #F86557
Text Example
Text Example
White with #F86557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86557; }
p { color: rgb(248,101,87); }
H1.HeaderClassName
{
color: #F86557;
}
.AnyTagClassName
{
color: #F86557;
}
</style>
background-color css
<style>
a { background-color: #F86557; }
a { background-color: rgb(248,101,87); }
div.DivClassName
{
background-color: #F86557;
}
.BgClassName
{
background-color: #F86557;
}
</style>
border-color css
<style>
span { border-color: #F86557; }
span { border-color: rgb(248,101,87); }
td.TdClassName
{
border-color: #F86557;
}
.TagClassName
{
border-color: #F86557;
}
</style>