Shades of Bittersweet #F86E64
Tints of Bittersweet #F86E64
RGB
CMYK
RGB Variations
Color information
#F86E64 (or 0xF86E64) is known color: Bittersweet. HEX triplet: F8, 6E and 64. RGB value is (248,110,100). Sum of RGB (Red+Green+Blue) = 248+110+100=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E64 is #07919B. Grayscale: #969696. Windows color (decimal): -496028 or 6582008. OLE color: 6582008.
HSL color Cylindrical-coordinate representation of color #F86E64: hue angle of 4.05º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86E64 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 100 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.03 |
| HSL | 4.05º | 0.91% | 0.68% | - |
| HSV(B) | 4.05º | 0.6% | 0.97% | - |
| XYZ | 46.59 | 32.03 | 15.78 | - |
| YUV | 150.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 100 | 0 | 0.56 | 0.60 | 0.03 | 4.05 | 0.91 | 0.68 |
| Hex | F8 | 6E | 64 | 0 | 38 | 3C | 3 | 4 | 5B | 44 |
| Octal | 370 | 156 | 144 | 0 | 70 | 74 | 3 | 4 | 133 | 104 |
| Binary | 11111000 | 1101110 | 1100100 | 0 | 111000 | 111100 | 11 | 100 | 1011011 | 1000100 |
Color Harmonies of #F86E64
Complementary color
Monochromatic Colors of #F86E64
Black with #F86E64
Text Example
Text Example
White with #F86E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86E64; }
p { color: rgb(248,110,100); }
H1.HeaderClassName
{
color: #F86E64;
}
.AnyTagClassName
{
color: #F86E64;
}
</style>
background-color css
<style>
a { background-color: #F86E64; }
a { background-color: rgb(248,110,100); }
div.DivClassName
{
background-color: #F86E64;
}
.BgClassName
{
background-color: #F86E64;
}
</style>
border-color css
<style>
span { border-color: #F86E64; }
span { border-color: rgb(248,110,100); }
td.TdClassName
{
border-color: #F86E64;
}
.TagClassName
{
border-color: #F86E64;
}
</style>