Shades of Crusta #F57D5C
Tints of Crusta #F57D5C
RGB
CMYK
RGB Variations
Color information
#F57D5C (or 0xF57D5C) is known color: Crusta. HEX triplet: F5, 7D and 5C. RGB value is (245,125,92). Sum of RGB (Red+Green+Blue) = 245+125+92=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D5C is #0A82A3. Grayscale: #9D9D9D. Windows color (decimal): -688804 or 6061557. OLE color: 6061557.
HSL color Cylindrical-coordinate representation of color #F57D5C: hue angle of 12.94º 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 #F57D5C is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 92 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.04 |
| HSL | 12.94º | 0.88% | 0.66% | - |
| HSV(B) | 12.94º | 0.62% | 0.96% | - |
| XYZ | 46.92 | 34.85 | 14.38 | - |
| YUV | 157.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 92 | 0 | 0.49 | 0.62 | 0.04 | 12.94 | 0.88 | 0.66 |
| Hex | F5 | 7D | 5C | 0 | 31 | 3E | 4 | D | 58 | 42 |
| Octal | 365 | 175 | 134 | 0 | 61 | 76 | 4 | 15 | 130 | 102 |
| Binary | 11110101 | 1111101 | 1011100 | 0 | 110001 | 111110 | 100 | 1101 | 1011000 | 1000010 |
Color Harmonies of #F57D5C
Complementary color
Monochromatic Colors of #F57D5C
Black with #F57D5C
Text Example
Text Example
White with #F57D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D5C; }
p { color: rgb(245,125,92); }
H1.HeaderClassName
{
color: #F57D5C;
}
.AnyTagClassName
{
color: #F57D5C;
}
</style>
background-color css
<style>
a { background-color: #F57D5C; }
a { background-color: rgb(245,125,92); }
div.DivClassName
{
background-color: #F57D5C;
}
.BgClassName
{
background-color: #F57D5C;
}
</style>
border-color css
<style>
span { border-color: #F57D5C; }
span { border-color: rgb(245,125,92); }
td.TdClassName
{
border-color: #F57D5C;
}
.TagClassName
{
border-color: #F57D5C;
}
</style>