Shades of Bittersweet #F87153
Tints of Bittersweet #F87153
RGB
CMYK
RGB Variations
Color information
#F87153 (or 0xF87153) is known color: Bittersweet. HEX triplet: F8, 71 and 53. RGB value is (248,113,83). Sum of RGB (Red+Green+Blue) = 248+113+83=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F87153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87153 is #078EAC. Grayscale: #969696. Windows color (decimal): -495277 or 5468664. OLE color: 5468664.
HSL color Cylindrical-coordinate representation of color #F87153: hue angle of 10.91º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F87153 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 83 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.03 |
| HSL | 10.91º | 0.92% | 0.65% | - |
| HSV(B) | 10.91º | 0.67% | 0.97% | - |
| XYZ | 46.18 | 32.39 | 12 | - |
| YUV | 149.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 83 | 0 | 0.54 | 0.67 | 0.03 | 10.91 | 0.92 | 0.65 |
| Hex | F8 | 71 | 53 | 0 | 36 | 43 | 3 | B | 5C | 41 |
| Octal | 370 | 161 | 123 | 0 | 66 | 103 | 3 | 13 | 134 | 101 |
| Binary | 11111000 | 1110001 | 1010011 | 0 | 110110 | 1000011 | 11 | 1011 | 1011100 | 1000001 |
Color Harmonies of #F87153
Complementary color
Monochromatic Colors of #F87153
Black with #F87153
Text Example
Text Example
White with #F87153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87153; }
p { color: rgb(248,113,83); }
H1.HeaderClassName
{
color: #F87153;
}
.AnyTagClassName
{
color: #F87153;
}
</style>
background-color css
<style>
a { background-color: #F87153; }
a { background-color: rgb(248,113,83); }
div.DivClassName
{
background-color: #F87153;
}
.BgClassName
{
background-color: #F87153;
}
</style>
border-color css
<style>
span { border-color: #F87153; }
span { border-color: rgb(248,113,83); }
td.TdClassName
{
border-color: #F87153;
}
.TagClassName
{
border-color: #F87153;
}
</style>