Shades of Bittersweet #F8785B
Tints of Bittersweet #F8785B
RGB
CMYK
RGB Variations
Color information
#F8785B (or 0xF8785B) is known color: Bittersweet. HEX triplet: F8, 78 and 5B. RGB value is (248,120,91). Sum of RGB (Red+Green+Blue) = 248+120+91=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8785B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8785B is #0787A4. Grayscale: #9B9B9B. Windows color (decimal): -493477 or 5994744. OLE color: 5994744.
HSL color Cylindrical-coordinate representation of color #F8785B: hue angle of 11.08º 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 #F8785B is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 91 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.03 |
| HSL | 11.08º | 0.92% | 0.66% | - |
| HSV(B) | 11.08º | 0.63% | 0.97% | - |
| XYZ | 47.32 | 34.14 | 13.99 | - |
| YUV | 154.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 91 | 0 | 0.52 | 0.63 | 0.03 | 11.08 | 0.92 | 0.66 |
| Hex | F8 | 78 | 5B | 0 | 34 | 3F | 3 | B | 5C | 42 |
| Octal | 370 | 170 | 133 | 0 | 64 | 77 | 3 | 13 | 134 | 102 |
| Binary | 11111000 | 1111000 | 1011011 | 0 | 110100 | 111111 | 11 | 1011 | 1011100 | 1000010 |
Color Harmonies of #F8785B
Complementary color
Monochromatic Colors of #F8785B
Black with #F8785B
Text Example
Text Example
White with #F8785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8785B; }
p { color: rgb(248,120,91); }
H1.HeaderClassName
{
color: #F8785B;
}
.AnyTagClassName
{
color: #F8785B;
}
</style>
background-color css
<style>
a { background-color: #F8785B; }
a { background-color: rgb(248,120,91); }
div.DivClassName
{
background-color: #F8785B;
}
.BgClassName
{
background-color: #F8785B;
}
</style>
border-color css
<style>
span { border-color: #F8785B; }
span { border-color: rgb(248,120,91); }
td.TdClassName
{
border-color: #F8785B;
}
.TagClassName
{
border-color: #F8785B;
}
</style>