Shades of Bittersweet #F5735B
Tints of Bittersweet #F5735B
RGB
CMYK
RGB Variations
Color information
#F5735B (or 0xF5735B) is known color: Bittersweet. HEX triplet: F5, 73 and 5B. RGB value is (245,115,91). Sum of RGB (Red+Green+Blue) = 245+115+91=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5735B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5735B is #0A8CA4. Grayscale: #979797. Windows color (decimal): -691365 or 5993461. OLE color: 5993461.
HSL color Cylindrical-coordinate representation of color #F5735B: hue angle of 9.35º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5735B is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 91 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.04 |
| HSL | 9.35º | 0.89% | 0.66% | - |
| HSV(B) | 9.35º | 0.63% | 0.96% | - |
| XYZ | 45.68 | 32.43 | 13.75 | - |
| YUV | 151.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 91 | 0 | 0.53 | 0.63 | 0.04 | 9.35 | 0.89 | 0.66 |
| Hex | F5 | 73 | 5B | 0 | 35 | 3F | 4 | 9 | 59 | 42 |
| Octal | 365 | 163 | 133 | 0 | 65 | 77 | 4 | 11 | 131 | 102 |
| Binary | 11110101 | 1110011 | 1011011 | 0 | 110101 | 111111 | 100 | 1001 | 1011001 | 1000010 |
Color Harmonies of #F5735B
Complementary color
Monochromatic Colors of #F5735B
Black with #F5735B
Text Example
Text Example
White with #F5735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5735B; }
p { color: rgb(245,115,91); }
H1.HeaderClassName
{
color: #F5735B;
}
.AnyTagClassName
{
color: #F5735B;
}
</style>
background-color css
<style>
a { background-color: #F5735B; }
a { background-color: rgb(245,115,91); }
div.DivClassName
{
background-color: #F5735B;
}
.BgClassName
{
background-color: #F5735B;
}
</style>
border-color css
<style>
span { border-color: #F5735B; }
span { border-color: rgb(245,115,91); }
td.TdClassName
{
border-color: #F5735B;
}
.TagClassName
{
border-color: #F5735B;
}
</style>