Shades of Bittersweet #F86356
Tints of Bittersweet #F86356
RGB
CMYK
RGB Variations
Color information
#F86356 (or 0xF86356) is known color: Bittersweet. HEX triplet: F8, 63 and 56. RGB value is (248,99,86). Sum of RGB (Red+Green+Blue) = 248+99+86=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F86356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86356 is #079CA9. Grayscale: #8E8E8E. Windows color (decimal): -498858 or 5661688. OLE color: 5661688.
HSL color Cylindrical-coordinate representation of color #F86356: hue angle of 4.81º 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 #F86356 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 86 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.03 |
| HSL | 4.81º | 0.92% | 0.65% | - |
| HSV(B) | 4.81º | 0.65% | 0.97% | - |
| XYZ | 44.85 | 29.55 | 12.14 | - |
| YUV | 142.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 86 | 0 | 0.60 | 0.65 | 0.03 | 4.81 | 0.92 | 0.65 |
| Hex | F8 | 63 | 56 | 0 | 3C | 41 | 3 | 5 | 5C | 41 |
| Octal | 370 | 143 | 126 | 0 | 74 | 101 | 3 | 5 | 134 | 101 |
| Binary | 11111000 | 1100011 | 1010110 | 0 | 111100 | 1000001 | 11 | 101 | 1011100 | 1000001 |
Color Harmonies of #F86356
Complementary color
Monochromatic Colors of #F86356
Black with #F86356
Text Example
Text Example
White with #F86356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86356; }
p { color: rgb(248,99,86); }
H1.HeaderClassName
{
color: #F86356;
}
.AnyTagClassName
{
color: #F86356;
}
</style>
background-color css
<style>
a { background-color: #F86356; }
a { background-color: rgb(248,99,86); }
div.DivClassName
{
background-color: #F86356;
}
.BgClassName
{
background-color: #F86356;
}
</style>
border-color css
<style>
span { border-color: #F86356; }
span { border-color: rgb(248,99,86); }
td.TdClassName
{
border-color: #F86356;
}
.TagClassName
{
border-color: #F86356;
}
</style>