Shades of Crusta #F58455
Tints of Crusta #F58455
RGB
CMYK
RGB Variations
Color information
#F58455 (or 0xF58455) is known color: Crusta. HEX triplet: F5, 84 and 55. RGB value is (245,132,85). Sum of RGB (Red+Green+Blue) = 245+132+85=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F58455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58455 is #0A7BAA. Grayscale: #A0A0A0. Windows color (decimal): -687019 or 5604597. OLE color: 5604597.
HSL color Cylindrical-coordinate representation of color #F58455: hue angle of 17.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F58455 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 85 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.04 |
| HSL | 17.63º | 0.89% | 0.65% | - |
| HSV(B) | 17.63º | 0.65% | 0.96% | - |
| XYZ | 47.55 | 36.57 | 13.15 | - |
| YUV | 160.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 85 | 0 | 0.46 | 0.65 | 0.04 | 17.63 | 0.89 | 0.65 |
| Hex | F5 | 84 | 55 | 0 | 2E | 41 | 4 | 12 | 59 | 41 |
| Octal | 365 | 204 | 125 | 0 | 56 | 101 | 4 | 22 | 131 | 101 |
| Binary | 11110101 | 10000100 | 1010101 | 0 | 101110 | 1000001 | 100 | 10010 | 1011001 | 1000001 |
Color Harmonies of #F58455
Complementary color
Monochromatic Colors of #F58455
Black with #F58455
Text Example
Text Example
White with #F58455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58455; }
p { color: rgb(245,132,85); }
H1.HeaderClassName
{
color: #F58455;
}
.AnyTagClassName
{
color: #F58455;
}
</style>
background-color css
<style>
a { background-color: #F58455; }
a { background-color: rgb(245,132,85); }
div.DivClassName
{
background-color: #F58455;
}
.BgClassName
{
background-color: #F58455;
}
</style>
border-color css
<style>
span { border-color: #F58455; }
span { border-color: rgb(245,132,85); }
td.TdClassName
{
border-color: #F58455;
}
.TagClassName
{
border-color: #F58455;
}
</style>