Shades of Crusta #F57D53
Tints of Crusta #F57D53
RGB
CMYK
RGB Variations
Color information
#F57D53 (or 0xF57D53) is known color: Crusta. HEX triplet: F5, 7D and 53. RGB value is (245,125,83). Sum of RGB (Red+Green+Blue) = 245+125+83=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D53 is #0A82AC. Grayscale: #9C9C9C. Windows color (decimal): -688813 or 5471733. OLE color: 5471733.
HSL color Cylindrical-coordinate representation of color #F57D53: hue angle of 15.56º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F57D53 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 83 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.04 |
| HSL | 15.56º | 0.89% | 0.64% | - |
| HSV(B) | 15.56º | 0.66% | 0.96% | - |
| XYZ | 46.55 | 34.7 | 12.43 | - |
| YUV | 156.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 83 | 0 | 0.49 | 0.66 | 0.04 | 15.56 | 0.89 | 0.64 |
| Hex | F5 | 7D | 53 | 0 | 31 | 42 | 4 | 10 | 59 | 40 |
| Octal | 365 | 175 | 123 | 0 | 61 | 102 | 4 | 20 | 131 | 100 |
| Binary | 11110101 | 1111101 | 1010011 | 0 | 110001 | 1000010 | 100 | 10000 | 1011001 | 1000000 |
Color Harmonies of #F57D53
Complementary color
Monochromatic Colors of #F57D53
Black with #F57D53
Text Example
Text Example
White with #F57D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D53; }
p { color: rgb(245,125,83); }
H1.HeaderClassName
{
color: #F57D53;
}
.AnyTagClassName
{
color: #F57D53;
}
</style>
background-color css
<style>
a { background-color: #F57D53; }
a { background-color: rgb(245,125,83); }
div.DivClassName
{
background-color: #F57D53;
}
.BgClassName
{
background-color: #F57D53;
}
</style>
border-color css
<style>
span { border-color: #F57D53; }
span { border-color: rgb(245,125,83); }
td.TdClassName
{
border-color: #F57D53;
}
.TagClassName
{
border-color: #F57D53;
}
</style>