Shades of Bittersweet #F8705B
Tints of Bittersweet #F8705B
RGB
CMYK
RGB Variations
Color information
#F8705B (or 0xF8705B) is known color: Bittersweet. HEX triplet: F8, 70 and 5B. RGB value is (248,112,91). Sum of RGB (Red+Green+Blue) = 248+112+91=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F8705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8705B is #078FA4. Grayscale: #969696. Windows color (decimal): -495525 or 5992696. OLE color: 5992696.
HSL color Cylindrical-coordinate representation of color #F8705B: hue angle of 8.03º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8705B is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 91 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.03 |
| HSL | 8.03º | 0.92% | 0.66% | - |
| HSV(B) | 8.03º | 0.63% | 0.97% | - |
| XYZ | 46.39 | 32.3 | 13.69 | - |
| YUV | 150.27 | 94.56 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 91 | 0 | 0.55 | 0.63 | 0.03 | 8.03 | 0.92 | 0.66 |
| Hex | F8 | 70 | 5B | 0 | 37 | 3F | 3 | 8 | 5C | 42 |
| Octal | 370 | 160 | 133 | 0 | 67 | 77 | 3 | 10 | 134 | 102 |
| Binary | 11111000 | 1110000 | 1011011 | 0 | 110111 | 111111 | 11 | 1000 | 1011100 | 1000010 |
Color Harmonies of #F8705B
Complementary color
Monochromatic Colors of #F8705B
Black with #F8705B
Text Example
Text Example
White with #F8705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8705B; }
p { color: rgb(248,112,91); }
H1.HeaderClassName
{
color: #F8705B;
}
.AnyTagClassName
{
color: #F8705B;
}
</style>
background-color css
<style>
a { background-color: #F8705B; }
a { background-color: rgb(248,112,91); }
div.DivClassName
{
background-color: #F8705B;
}
.BgClassName
{
background-color: #F8705B;
}
</style>
border-color css
<style>
span { border-color: #F8705B; }
span { border-color: rgb(248,112,91); }
td.TdClassName
{
border-color: #F8705B;
}
.TagClassName
{
border-color: #F8705B;
}
</style>