Shades of Bittersweet #F8755E
Tints of Bittersweet #F8755E
RGB
CMYK
RGB Variations
Color information
#F8755E (or 0xF8755E) is known color: Bittersweet. HEX triplet: F8, 75 and 5E. RGB value is (248,117,94). Sum of RGB (Red+Green+Blue) = 248+117+94=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8755E is #078AA1. Grayscale: #999999. Windows color (decimal): -494242 or 6190584. OLE color: 6190584.
HSL color Cylindrical-coordinate representation of color #F8755E: hue angle of 8.96º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8755E is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 94 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.03 |
| HSL | 8.96º | 0.92% | 0.67% | - |
| HSV(B) | 8.96º | 0.62% | 0.97% | - |
| XYZ | 47.09 | 33.49 | 14.57 | - |
| YUV | 153.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 94 | 0 | 0.53 | 0.62 | 0.03 | 8.96 | 0.92 | 0.67 |
| Hex | F8 | 75 | 5E | 0 | 35 | 3E | 3 | 9 | 5C | 43 |
| Octal | 370 | 165 | 136 | 0 | 65 | 76 | 3 | 11 | 134 | 103 |
| Binary | 11111000 | 1110101 | 1011110 | 0 | 110101 | 111110 | 11 | 1001 | 1011100 | 1000011 |
Color Harmonies of #F8755E
Complementary color
Monochromatic Colors of #F8755E
Black with #F8755E
Text Example
Text Example
White with #F8755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8755E; }
p { color: rgb(248,117,94); }
H1.HeaderClassName
{
color: #F8755E;
}
.AnyTagClassName
{
color: #F8755E;
}
</style>
background-color css
<style>
a { background-color: #F8755E; }
a { background-color: rgb(248,117,94); }
div.DivClassName
{
background-color: #F8755E;
}
.BgClassName
{
background-color: #F8755E;
}
</style>
border-color css
<style>
span { border-color: #F8755E; }
span { border-color: rgb(248,117,94); }
td.TdClassName
{
border-color: #F8755E;
}
.TagClassName
{
border-color: #F8755E;
}
</style>