Shades of Bittersweet #F57362
Tints of Bittersweet #F57362
RGB
CMYK
RGB Variations
Color information
#F57362 (or 0xF57362) is known color: Bittersweet. HEX triplet: F5, 73 and 62. RGB value is (245,115,98). Sum of RGB (Red+Green+Blue) = 245+115+98=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F57362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57362 is #0A8C9D. Grayscale: #989898. Windows color (decimal): -691358 or 6452213. OLE color: 6452213.
HSL color Cylindrical-coordinate representation of color #F57362: hue angle of 6.94º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F57362 is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 98 | - |
| CMYK | 0 | 0.53 | 0.6 | 0.04 |
| HSL | 6.94º | 0.88% | 0.67% | - |
| HSV(B) | 6.94º | 0.6% | 0.96% | - |
| XYZ | 45.99 | 32.56 | 15.42 | - |
| YUV | 151.93 | 97.57 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 98 | 0 | 0.53 | 0.6 | 0.04 | 6.94 | 0.88 | 0.67 |
| Hex | F5 | 73 | 62 | 0 | 35 | 3C | 4 | 7 | 58 | 43 |
| Octal | 365 | 163 | 142 | 0 | 65 | 74 | 4 | 7 | 130 | 103 |
| Binary | 11110101 | 1110011 | 1100010 | 0 | 110101 | 111100 | 100 | 111 | 1011000 | 1000011 |
Color Harmonies of #F57362
Complementary color
Monochromatic Colors of #F57362
Black with #F57362
Text Example
Text Example
White with #F57362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57362; }
p { color: rgb(245,115,98); }
H1.HeaderClassName
{
color: #F57362;
}
.AnyTagClassName
{
color: #F57362;
}
</style>
background-color css
<style>
a { background-color: #F57362; }
a { background-color: rgb(245,115,98); }
div.DivClassName
{
background-color: #F57362;
}
.BgClassName
{
background-color: #F57362;
}
</style>
border-color css
<style>
span { border-color: #F57362; }
span { border-color: rgb(245,115,98); }
td.TdClassName
{
border-color: #F57362;
}
.TagClassName
{
border-color: #F57362;
}
</style>