Shades of Bittersweet #F56855
Tints of Bittersweet #F56855
RGB
CMYK
RGB Variations
Color information
#F56855 (or 0xF56855) is known color: Bittersweet. HEX triplet: F5, 68 and 55. RGB value is (245,104,85). Sum of RGB (Red+Green+Blue) = 245+104+85=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F56855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56855 is #0A97AA. Grayscale: #909090. Windows color (decimal): -694187 or 5597429. OLE color: 5597429.
HSL color Cylindrical-coordinate representation of color #F56855: hue angle of 7.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F56855 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 85 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.04 |
| HSL | 7.13º | 0.89% | 0.65% | - |
| HSV(B) | 7.13º | 0.65% | 0.96% | - |
| XYZ | 44.25 | 29.97 | 12.05 | - |
| YUV | 143.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 85 | 0 | 0.58 | 0.65 | 0.04 | 7.13 | 0.89 | 0.65 |
| Hex | F5 | 68 | 55 | 0 | 3A | 41 | 4 | 7 | 59 | 41 |
| Octal | 365 | 150 | 125 | 0 | 72 | 101 | 4 | 7 | 131 | 101 |
| Binary | 11110101 | 1101000 | 1010101 | 0 | 111010 | 1000001 | 100 | 111 | 1011001 | 1000001 |
Color Harmonies of #F56855
Complementary color
Monochromatic Colors of #F56855
Black with #F56855
Text Example
Text Example
White with #F56855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56855; }
p { color: rgb(245,104,85); }
H1.HeaderClassName
{
color: #F56855;
}
.AnyTagClassName
{
color: #F56855;
}
</style>
background-color css
<style>
a { background-color: #F56855; }
a { background-color: rgb(245,104,85); }
div.DivClassName
{
background-color: #F56855;
}
.BgClassName
{
background-color: #F56855;
}
</style>
border-color css
<style>
span { border-color: #F56855; }
span { border-color: rgb(245,104,85); }
td.TdClassName
{
border-color: #F56855;
}
.TagClassName
{
border-color: #F56855;
}
</style>