Shades of Crusta #F57D5D
Tints of Crusta #F57D5D
RGB
CMYK
RGB Variations
Color information
#F57D5D (or 0xF57D5D) is known color: Crusta. HEX triplet: F5, 7D and 5D. RGB value is (245,125,93). Sum of RGB (Red+Green+Blue) = 245+125+93=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D5D is #0A82A2. Grayscale: #9D9D9D. Windows color (decimal): -688803 or 6127093. OLE color: 6127093.
HSL color Cylindrical-coordinate representation of color #F57D5D: hue angle of 12.63º 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 #F57D5D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 93 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.04 |
| HSL | 12.63º | 0.88% | 0.66% | - |
| HSV(B) | 12.63º | 0.62% | 0.96% | - |
| XYZ | 46.97 | 34.87 | 14.61 | - |
| YUV | 157.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 93 | 0 | 0.49 | 0.62 | 0.04 | 12.63 | 0.88 | 0.66 |
| Hex | F5 | 7D | 5D | 0 | 31 | 3E | 4 | D | 58 | 42 |
| Octal | 365 | 175 | 135 | 0 | 61 | 76 | 4 | 15 | 130 | 102 |
| Binary | 11110101 | 1111101 | 1011101 | 0 | 110001 | 111110 | 100 | 1101 | 1011000 | 1000010 |
Color Harmonies of #F57D5D
Complementary color
Monochromatic Colors of #F57D5D
Black with #F57D5D
Text Example
Text Example
White with #F57D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D5D; }
p { color: rgb(245,125,93); }
H1.HeaderClassName
{
color: #F57D5D;
}
.AnyTagClassName
{
color: #F57D5D;
}
</style>
background-color css
<style>
a { background-color: #F57D5D; }
a { background-color: rgb(245,125,93); }
div.DivClassName
{
background-color: #F57D5D;
}
.BgClassName
{
background-color: #F57D5D;
}
</style>
border-color css
<style>
span { border-color: #F57D5D; }
span { border-color: rgb(245,125,93); }
td.TdClassName
{
border-color: #F57D5D;
}
.TagClassName
{
border-color: #F57D5D;
}
</style>