Shades of Crusta #F58360
Tints of Crusta #F58360
RGB
CMYK
RGB Variations
Color information
#F58360 (or 0xF58360) is known color: Crusta. HEX triplet: F5, 83 and 60. RGB value is (245,131,96). Sum of RGB (Red+Green+Blue) = 245+131+96=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F58360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58360 is #0A7C9F. Grayscale: #A1A1A1. Windows color (decimal): -687264 or 6325237. OLE color: 6325237.
HSL color Cylindrical-coordinate representation of color #F58360: hue angle of 14.09º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F58360 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 96 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.04 |
| HSL | 14.09º | 0.88% | 0.67% | - |
| HSV(B) | 14.09º | 0.61% | 0.96% | - |
| XYZ | 47.88 | 36.49 | 15.59 | - |
| YUV | 161.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 96 | 0 | 0.47 | 0.61 | 0.04 | 14.09 | 0.88 | 0.67 |
| Hex | F5 | 83 | 60 | 0 | 2F | 3D | 4 | E | 58 | 43 |
| Octal | 365 | 203 | 140 | 0 | 57 | 75 | 4 | 16 | 130 | 103 |
| Binary | 11110101 | 10000011 | 1100000 | 0 | 101111 | 111101 | 100 | 1110 | 1011000 | 1000011 |
Color Harmonies of #F58360
Complementary color
Monochromatic Colors of #F58360
Black with #F58360
Text Example
Text Example
White with #F58360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58360; }
p { color: rgb(245,131,96); }
H1.HeaderClassName
{
color: #F58360;
}
.AnyTagClassName
{
color: #F58360;
}
</style>
background-color css
<style>
a { background-color: #F58360; }
a { background-color: rgb(245,131,96); }
div.DivClassName
{
background-color: #F58360;
}
.BgClassName
{
background-color: #F58360;
}
</style>
border-color css
<style>
span { border-color: #F58360; }
span { border-color: rgb(245,131,96); }
td.TdClassName
{
border-color: #F58360;
}
.TagClassName
{
border-color: #F58360;
}
</style>