Shades of Crusta #F58C62
Tints of Crusta #F58C62
RGB
CMYK
RGB Variations
Color information
#F58C62 (or 0xF58C62) is known color: Crusta. HEX triplet: F5, 8C and 62. RGB value is (245,140,98). Sum of RGB (Red+Green+Blue) = 245+140+98=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58C62 is #0A739D. Grayscale: #A6A6A6. Windows color (decimal): -684958 or 6458613. OLE color: 6458613.
HSL color Cylindrical-coordinate representation of color #F58C62: hue angle of 17.14º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F58C62 is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 98 | - |
| CMYK | 0 | 0.43 | 0.6 | 0.04 |
| HSL | 17.14º | 0.88% | 0.67% | - |
| HSV(B) | 17.14º | 0.6% | 0.96% | - |
| XYZ | 49.24 | 39.05 | 16.5 | - |
| YUV | 166.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 98 | 0 | 0.43 | 0.6 | 0.04 | 17.14 | 0.88 | 0.67 |
| Hex | F5 | 8C | 62 | 0 | 2B | 3C | 4 | 11 | 58 | 43 |
| Octal | 365 | 214 | 142 | 0 | 53 | 74 | 4 | 21 | 130 | 103 |
| Binary | 11110101 | 10001100 | 1100010 | 0 | 101011 | 111100 | 100 | 10001 | 1011000 | 1000011 |
Color Harmonies of #F58C62
Complementary color
Monochromatic Colors of #F58C62
Black with #F58C62
Text Example
Text Example
White with #F58C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C62; }
p { color: rgb(245,140,98); }
H1.HeaderClassName
{
color: #F58C62;
}
.AnyTagClassName
{
color: #F58C62;
}
</style>
background-color css
<style>
a { background-color: #F58C62; }
a { background-color: rgb(245,140,98); }
div.DivClassName
{
background-color: #F58C62;
}
.BgClassName
{
background-color: #F58C62;
}
</style>
border-color css
<style>
span { border-color: #F58C62; }
span { border-color: rgb(245,140,98); }
td.TdClassName
{
border-color: #F58C62;
}
.TagClassName
{
border-color: #F58C62;
}
</style>