Shades of Crusta #F57E55
Tints of Crusta #F57E55
RGB
CMYK
RGB Variations
Color information
#F57E55 (or 0xF57E55) is known color: Crusta. HEX triplet: F5, 7E and 55. RGB value is (245,126,85). Sum of RGB (Red+Green+Blue) = 245+126+85=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57E55 is #0A81AA. Grayscale: #9D9D9D. Windows color (decimal): -688555 or 5603061. OLE color: 5603061.
HSL color Cylindrical-coordinate representation of color #F57E55: hue angle of 15.38º 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 #F57E55 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 85 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.04 |
| HSL | 15.38º | 0.89% | 0.65% | - |
| HSV(B) | 15.38º | 0.65% | 0.96% | - |
| XYZ | 46.76 | 34.99 | 12.88 | - |
| YUV | 156.91 | 87.42 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 85 | 0 | 0.49 | 0.65 | 0.04 | 15.38 | 0.89 | 0.65 |
| Hex | F5 | 7E | 55 | 0 | 31 | 41 | 4 | F | 59 | 41 |
| Octal | 365 | 176 | 125 | 0 | 61 | 101 | 4 | 17 | 131 | 101 |
| Binary | 11110101 | 1111110 | 1010101 | 0 | 110001 | 1000001 | 100 | 1111 | 1011001 | 1000001 |
Color Harmonies of #F57E55
Complementary color
Monochromatic Colors of #F57E55
Black with #F57E55
Text Example
Text Example
White with #F57E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57E55; }
p { color: rgb(245,126,85); }
H1.HeaderClassName
{
color: #F57E55;
}
.AnyTagClassName
{
color: #F57E55;
}
</style>
background-color css
<style>
a { background-color: #F57E55; }
a { background-color: rgb(245,126,85); }
div.DivClassName
{
background-color: #F57E55;
}
.BgClassName
{
background-color: #F57E55;
}
</style>
border-color css
<style>
span { border-color: #F57E55; }
span { border-color: rgb(245,126,85); }
td.TdClassName
{
border-color: #F57E55;
}
.TagClassName
{
border-color: #F57E55;
}
</style>