Shades of Bittersweet #F86C65
Tints of Bittersweet #F86C65
RGB
CMYK
RGB Variations
Color information
#F86C65 (or 0xF86C65) is known color: Bittersweet. HEX triplet: F8, 6C and 65. RGB value is (248,108,101). Sum of RGB (Red+Green+Blue) = 248+108+101=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86C65 is #07939A. Grayscale: #959595. Windows color (decimal): -496539 or 6647032. OLE color: 6647032.
HSL color Cylindrical-coordinate representation of color #F86C65: hue angle of 2.86º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F86C65 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 101 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.03 |
| HSL | 2.86º | 0.91% | 0.68% | - |
| HSV(B) | 2.86º | 0.59% | 0.97% | - |
| XYZ | 46.42 | 31.62 | 15.97 | - |
| YUV | 149.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 101 | 0 | 0.56 | 0.59 | 0.03 | 2.86 | 0.91 | 0.68 |
| Hex | F8 | 6C | 65 | 0 | 38 | 3B | 3 | 3 | 5B | 44 |
| Octal | 370 | 154 | 145 | 0 | 70 | 73 | 3 | 3 | 133 | 104 |
| Binary | 11111000 | 1101100 | 1100101 | 0 | 111000 | 111011 | 11 | 11 | 1011011 | 1000100 |
Color Harmonies of #F86C65
Complementary color
Monochromatic Colors of #F86C65
Black with #F86C65
Text Example
Text Example
White with #F86C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C65; }
p { color: rgb(248,108,101); }
H1.HeaderClassName
{
color: #F86C65;
}
.AnyTagClassName
{
color: #F86C65;
}
</style>
background-color css
<style>
a { background-color: #F86C65; }
a { background-color: rgb(248,108,101); }
div.DivClassName
{
background-color: #F86C65;
}
.BgClassName
{
background-color: #F86C65;
}
</style>
border-color css
<style>
span { border-color: #F86C65; }
span { border-color: rgb(248,108,101); }
td.TdClassName
{
border-color: #F86C65;
}
.TagClassName
{
border-color: #F86C65;
}
</style>