Shades of Crusta #F58260
Tints of Crusta #F58260
RGB
CMYK
RGB Variations
Color information
#F58260 (or 0xF58260) is known color: Crusta. HEX triplet: F5, 82 and 60. RGB value is (245,130,96). Sum of RGB (Red+Green+Blue) = 245+130+96=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F58260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58260 is #0A7D9F. Grayscale: #A0A0A0. Windows color (decimal): -687520 or 6324981. OLE color: 6324981.
HSL color Cylindrical-coordinate representation of color #F58260: hue angle of 13.69º 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 #F58260 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 96 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.04 |
| HSL | 13.69º | 0.88% | 0.67% | - |
| HSV(B) | 13.69º | 0.61% | 0.96% | - |
| XYZ | 47.75 | 36.22 | 15.54 | - |
| YUV | 160.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 96 | 0 | 0.47 | 0.61 | 0.04 | 13.69 | 0.88 | 0.67 |
| Hex | F5 | 82 | 60 | 0 | 2F | 3D | 4 | E | 58 | 43 |
| Octal | 365 | 202 | 140 | 0 | 57 | 75 | 4 | 16 | 130 | 103 |
| Binary | 11110101 | 10000010 | 1100000 | 0 | 101111 | 111101 | 100 | 1110 | 1011000 | 1000011 |
Color Harmonies of #F58260
Complementary color
Monochromatic Colors of #F58260
Black with #F58260
Text Example
Text Example
White with #F58260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58260; }
p { color: rgb(245,130,96); }
H1.HeaderClassName
{
color: #F58260;
}
.AnyTagClassName
{
color: #F58260;
}
</style>
background-color css
<style>
a { background-color: #F58260; }
a { background-color: rgb(245,130,96); }
div.DivClassName
{
background-color: #F58260;
}
.BgClassName
{
background-color: #F58260;
}
</style>
border-color css
<style>
span { border-color: #F58260; }
span { border-color: rgb(245,130,96); }
td.TdClassName
{
border-color: #F58260;
}
.TagClassName
{
border-color: #F58260;
}
</style>