Shades of Crusta #F57F56
Tints of Crusta #F57F56
RGB
CMYK
RGB Variations
Color information
#F57F56 (or 0xF57F56) is known color: Crusta. HEX triplet: F5, 7F and 56. RGB value is (245,127,86). Sum of RGB (Red+Green+Blue) = 245+127+86=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F56 is #0A80A9. Grayscale: #9D9D9D. Windows color (decimal): -688298 or 5668853. OLE color: 5668853.
HSL color Cylindrical-coordinate representation of color #F57F56: hue angle of 15.47º 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 #F57F56 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 86 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.04 |
| HSL | 15.47º | 0.89% | 0.65% | - |
| HSV(B) | 15.47º | 0.65% | 0.96% | - |
| XYZ | 46.93 | 35.26 | 13.14 | - |
| YUV | 157.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 86 | 0 | 0.48 | 0.65 | 0.04 | 15.47 | 0.89 | 0.65 |
| Hex | F5 | 7F | 56 | 0 | 30 | 41 | 4 | F | 59 | 41 |
| Octal | 365 | 177 | 126 | 0 | 60 | 101 | 4 | 17 | 131 | 101 |
| Binary | 11110101 | 1111111 | 1010110 | 0 | 110000 | 1000001 | 100 | 1111 | 1011001 | 1000001 |
Color Harmonies of #F57F56
Complementary color
Monochromatic Colors of #F57F56
Black with #F57F56
Text Example
Text Example
White with #F57F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F56; }
p { color: rgb(245,127,86); }
H1.HeaderClassName
{
color: #F57F56;
}
.AnyTagClassName
{
color: #F57F56;
}
</style>
background-color css
<style>
a { background-color: #F57F56; }
a { background-color: rgb(245,127,86); }
div.DivClassName
{
background-color: #F57F56;
}
.BgClassName
{
background-color: #F57F56;
}
</style>
border-color css
<style>
span { border-color: #F57F56; }
span { border-color: rgb(245,127,86); }
td.TdClassName
{
border-color: #F57F56;
}
.TagClassName
{
border-color: #F57F56;
}
</style>