Shades of Bittersweet #F56C53
Tints of Bittersweet #F56C53
RGB
CMYK
RGB Variations
Color information
#F56C53 (or 0xF56C53) is known color: Bittersweet. HEX triplet: F5, 6C and 53. RGB value is (245,108,83). Sum of RGB (Red+Green+Blue) = 245+108+83=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56C53 is #0A93AC. Grayscale: #929292. Windows color (decimal): -693165 or 5467381. OLE color: 5467381.
HSL color Cylindrical-coordinate representation of color #F56C53: hue angle of 9.26º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F56C53 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 83 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.04 |
| HSL | 9.26º | 0.89% | 0.64% | - |
| HSV(B) | 9.26º | 0.66% | 0.96% | - |
| XYZ | 44.58 | 30.76 | 11.77 | - |
| YUV | 146.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 83 | 0 | 0.56 | 0.66 | 0.04 | 9.26 | 0.89 | 0.64 |
| Hex | F5 | 6C | 53 | 0 | 38 | 42 | 4 | 9 | 59 | 40 |
| Octal | 365 | 154 | 123 | 0 | 70 | 102 | 4 | 11 | 131 | 100 |
| Binary | 11110101 | 1101100 | 1010011 | 0 | 111000 | 1000010 | 100 | 1001 | 1011001 | 1000000 |
Color Harmonies of #F56C53
Complementary color
Monochromatic Colors of #F56C53
Black with #F56C53
Text Example
Text Example
White with #F56C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C53; }
p { color: rgb(245,108,83); }
H1.HeaderClassName
{
color: #F56C53;
}
.AnyTagClassName
{
color: #F56C53;
}
</style>
background-color css
<style>
a { background-color: #F56C53; }
a { background-color: rgb(245,108,83); }
div.DivClassName
{
background-color: #F56C53;
}
.BgClassName
{
background-color: #F56C53;
}
</style>
border-color css
<style>
span { border-color: #F56C53; }
span { border-color: rgb(245,108,83); }
td.TdClassName
{
border-color: #F56C53;
}
.TagClassName
{
border-color: #F56C53;
}
</style>