Shades of Crusta #F57D52
Tints of Crusta #F57D52
RGB
CMYK
RGB Variations
Color information
#F57D52 (or 0xF57D52) is known color: Crusta. HEX triplet: F5, 7D and 52. RGB value is (245,125,82). Sum of RGB (Red+Green+Blue) = 245+125+82=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D52 is #0A82AD. Grayscale: #9C9C9C. Windows color (decimal): -688814 or 5406197. OLE color: 5406197.
HSL color Cylindrical-coordinate representation of color #F57D52: hue angle of 15.83º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F57D52 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 82 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.04 |
| HSL | 15.83º | 0.89% | 0.64% | - |
| HSV(B) | 15.83º | 0.67% | 0.96% | - |
| XYZ | 46.51 | 34.69 | 12.23 | - |
| YUV | 155.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 82 | 0 | 0.49 | 0.67 | 0.04 | 15.83 | 0.89 | 0.64 |
| Hex | F5 | 7D | 52 | 0 | 31 | 43 | 4 | 10 | 59 | 40 |
| Octal | 365 | 175 | 122 | 0 | 61 | 103 | 4 | 20 | 131 | 100 |
| Binary | 11110101 | 1111101 | 1010010 | 0 | 110001 | 1000011 | 100 | 10000 | 1011001 | 1000000 |
Color Harmonies of #F57D52
Complementary color
Monochromatic Colors of #F57D52
Black with #F57D52
Text Example
Text Example
White with #F57D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D52; }
p { color: rgb(245,125,82); }
H1.HeaderClassName
{
color: #F57D52;
}
.AnyTagClassName
{
color: #F57D52;
}
</style>
background-color css
<style>
a { background-color: #F57D52; }
a { background-color: rgb(245,125,82); }
div.DivClassName
{
background-color: #F57D52;
}
.BgClassName
{
background-color: #F57D52;
}
</style>
border-color css
<style>
span { border-color: #F57D52; }
span { border-color: rgb(245,125,82); }
td.TdClassName
{
border-color: #F57D52;
}
.TagClassName
{
border-color: #F57D52;
}
</style>