Shades of Bittersweet #F8785F
Tints of Bittersweet #F8785F
RGB
CMYK
RGB Variations
Color information
#F8785F (or 0xF8785F) is known color: Bittersweet. HEX triplet: F8, 78 and 5F. RGB value is (248,120,95). Sum of RGB (Red+Green+Blue) = 248+120+95=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8785F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8785F is #0787A0. Grayscale: #9B9B9B. Windows color (decimal): -493473 or 6256888. OLE color: 6256888.
HSL color Cylindrical-coordinate representation of color #F8785F: hue angle of 9.8º 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 #F8785F is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 95 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.03 |
| HSL | 9.8º | 0.92% | 0.67% | - |
| HSV(B) | 9.8º | 0.62% | 0.97% | - |
| XYZ | 47.49 | 34.22 | 14.93 | - |
| YUV | 155.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 95 | 0 | 0.52 | 0.62 | 0.03 | 9.8 | 0.92 | 0.67 |
| Hex | F8 | 78 | 5F | 0 | 34 | 3E | 3 | A | 5C | 43 |
| Octal | 370 | 170 | 137 | 0 | 64 | 76 | 3 | 12 | 134 | 103 |
| Binary | 11111000 | 1111000 | 1011111 | 0 | 110100 | 111110 | 11 | 1010 | 1011100 | 1000011 |
Color Harmonies of #F8785F
Complementary color
Monochromatic Colors of #F8785F
Black with #F8785F
Text Example
Text Example
White with #F8785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8785F; }
p { color: rgb(248,120,95); }
H1.HeaderClassName
{
color: #F8785F;
}
.AnyTagClassName
{
color: #F8785F;
}
</style>
background-color css
<style>
a { background-color: #F8785F; }
a { background-color: rgb(248,120,95); }
div.DivClassName
{
background-color: #F8785F;
}
.BgClassName
{
background-color: #F8785F;
}
</style>
border-color css
<style>
span { border-color: #F8785F; }
span { border-color: rgb(248,120,95); }
td.TdClassName
{
border-color: #F8785F;
}
.TagClassName
{
border-color: #F8785F;
}
</style>