Shades of Bittersweet #F8705C
Tints of Bittersweet #F8705C
RGB
CMYK
RGB Variations
Color information
#F8705C (or 0xF8705C) is known color: Bittersweet. HEX triplet: F8, 70 and 5C. RGB value is (248,112,92). Sum of RGB (Red+Green+Blue) = 248+112+92=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F8705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8705C is #078FA3. Grayscale: #969696. Windows color (decimal): -495524 or 6058232. OLE color: 6058232.
HSL color Cylindrical-coordinate representation of color #F8705C: hue angle of 7.69º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8705C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 92 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.03 |
| HSL | 7.69º | 0.92% | 0.67% | - |
| HSV(B) | 7.69º | 0.63% | 0.97% | - |
| XYZ | 46.44 | 32.32 | 13.92 | - |
| YUV | 150.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 92 | 0 | 0.55 | 0.63 | 0.03 | 7.69 | 0.92 | 0.67 |
| Hex | F8 | 70 | 5C | 0 | 37 | 3F | 3 | 8 | 5C | 43 |
| Octal | 370 | 160 | 134 | 0 | 67 | 77 | 3 | 10 | 134 | 103 |
| Binary | 11111000 | 1110000 | 1011100 | 0 | 110111 | 111111 | 11 | 1000 | 1011100 | 1000011 |
Color Harmonies of #F8705C
Complementary color
Monochromatic Colors of #F8705C
Black with #F8705C
Text Example
Text Example
White with #F8705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8705C; }
p { color: rgb(248,112,92); }
H1.HeaderClassName
{
color: #F8705C;
}
.AnyTagClassName
{
color: #F8705C;
}
</style>
background-color css
<style>
a { background-color: #F8705C; }
a { background-color: rgb(248,112,92); }
div.DivClassName
{
background-color: #F8705C;
}
.BgClassName
{
background-color: #F8705C;
}
</style>
border-color css
<style>
span { border-color: #F8705C; }
span { border-color: rgb(248,112,92); }
td.TdClassName
{
border-color: #F8705C;
}
.TagClassName
{
border-color: #F8705C;
}
</style>