Shades of Bittersweet #F87256
Tints of Bittersweet #F87256
RGB
CMYK
RGB Variations
Color information
#F87256 (or 0xF87256) is known color: Bittersweet. HEX triplet: F8, 72 and 56. RGB value is (248,114,86). Sum of RGB (Red+Green+Blue) = 248+114+86=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F87256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87256 is #078DA9. Grayscale: #979797. Windows color (decimal): -495018 or 5665528. OLE color: 5665528.
HSL color Cylindrical-coordinate representation of color #F87256: hue angle of 10.37º 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 #F87256 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 86 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.03 |
| HSL | 10.37º | 0.92% | 0.65% | - |
| HSV(B) | 10.37º | 0.65% | 0.97% | - |
| XYZ | 46.41 | 32.66 | 12.66 | - |
| YUV | 150.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 86 | 0 | 0.54 | 0.65 | 0.03 | 10.37 | 0.92 | 0.65 |
| Hex | F8 | 72 | 56 | 0 | 36 | 41 | 3 | A | 5C | 41 |
| Octal | 370 | 162 | 126 | 0 | 66 | 101 | 3 | 12 | 134 | 101 |
| Binary | 11111000 | 1110010 | 1010110 | 0 | 110110 | 1000001 | 11 | 1010 | 1011100 | 1000001 |
Color Harmonies of #F87256
Complementary color
Monochromatic Colors of #F87256
Black with #F87256
Text Example
Text Example
White with #F87256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87256; }
p { color: rgb(248,114,86); }
H1.HeaderClassName
{
color: #F87256;
}
.AnyTagClassName
{
color: #F87256;
}
</style>
background-color css
<style>
a { background-color: #F87256; }
a { background-color: rgb(248,114,86); }
div.DivClassName
{
background-color: #F87256;
}
.BgClassName
{
background-color: #F87256;
}
</style>
border-color css
<style>
span { border-color: #F87256; }
span { border-color: rgb(248,114,86); }
td.TdClassName
{
border-color: #F87256;
}
.TagClassName
{
border-color: #F87256;
}
</style>