Shades of Bittersweet #F57B5F
Tints of Bittersweet #F57B5F
RGB
CMYK
RGB Variations
Color information
#F57B5F (or 0xF57B5F) is known color: Bittersweet. HEX triplet: F5, 7B and 5F. RGB value is (245,123,95). Sum of RGB (Red+Green+Blue) = 245+123+95=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B5F is #0A84A0. Grayscale: #9C9C9C. Windows color (decimal): -689313 or 6257653. OLE color: 6257653.
HSL color Cylindrical-coordinate representation of color #F57B5F: hue angle of 11.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F57B5F is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 95 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.04 |
| HSL | 11.2º | 0.88% | 0.67% | - |
| HSV(B) | 11.2º | 0.61% | 0.96% | - |
| XYZ | 46.8 | 34.4 | 15 | - |
| YUV | 156.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 95 | 0 | 0.50 | 0.61 | 0.04 | 11.2 | 0.88 | 0.67 |
| Hex | F5 | 7B | 5F | 0 | 32 | 3D | 4 | B | 58 | 43 |
| Octal | 365 | 173 | 137 | 0 | 62 | 75 | 4 | 13 | 130 | 103 |
| Binary | 11110101 | 1111011 | 1011111 | 0 | 110010 | 111101 | 100 | 1011 | 1011000 | 1000011 |
Color Harmonies of #F57B5F
Complementary color
Monochromatic Colors of #F57B5F
Black with #F57B5F
Text Example
Text Example
White with #F57B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B5F; }
p { color: rgb(245,123,95); }
H1.HeaderClassName
{
color: #F57B5F;
}
.AnyTagClassName
{
color: #F57B5F;
}
</style>
background-color css
<style>
a { background-color: #F57B5F; }
a { background-color: rgb(245,123,95); }
div.DivClassName
{
background-color: #F57B5F;
}
.BgClassName
{
background-color: #F57B5F;
}
</style>
border-color css
<style>
span { border-color: #F57B5F; }
span { border-color: rgb(245,123,95); }
td.TdClassName
{
border-color: #F57B5F;
}
.TagClassName
{
border-color: #F57B5F;
}
</style>