Shades of Crusta #F57E5C
Tints of Crusta #F57E5C
RGB
CMYK
RGB Variations
Color information
#F57E5C (or 0xF57E5C) is known color: Crusta. HEX triplet: F5, 7E and 5C. RGB value is (245,126,92). Sum of RGB (Red+Green+Blue) = 245+126+92=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57E5C is #0A81A3. Grayscale: #9D9D9D. Windows color (decimal): -688548 or 6061813. OLE color: 6061813.
HSL color Cylindrical-coordinate representation of color #F57E5C: hue angle of 13.33º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F57E5C is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 92 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.04 |
| HSL | 13.33º | 0.88% | 0.66% | - |
| HSV(B) | 13.33º | 0.62% | 0.96% | - |
| XYZ | 47.05 | 35.11 | 14.42 | - |
| YUV | 157.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 92 | 0 | 0.49 | 0.62 | 0.04 | 13.33 | 0.88 | 0.66 |
| Hex | F5 | 7E | 5C | 0 | 31 | 3E | 4 | D | 58 | 42 |
| Octal | 365 | 176 | 134 | 0 | 61 | 76 | 4 | 15 | 130 | 102 |
| Binary | 11110101 | 1111110 | 1011100 | 0 | 110001 | 111110 | 100 | 1101 | 1011000 | 1000010 |
Color Harmonies of #F57E5C
Complementary color
Monochromatic Colors of #F57E5C
Black with #F57E5C
Text Example
Text Example
White with #F57E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57E5C; }
p { color: rgb(245,126,92); }
H1.HeaderClassName
{
color: #F57E5C;
}
.AnyTagClassName
{
color: #F57E5C;
}
</style>
background-color css
<style>
a { background-color: #F57E5C; }
a { background-color: rgb(245,126,92); }
div.DivClassName
{
background-color: #F57E5C;
}
.BgClassName
{
background-color: #F57E5C;
}
</style>
border-color css
<style>
span { border-color: #F57E5C; }
span { border-color: rgb(245,126,92); }
td.TdClassName
{
border-color: #F57E5C;
}
.TagClassName
{
border-color: #F57E5C;
}
</style>