Shades of Crusta #F58262
Tints of Crusta #F58262
RGB
CMYK
RGB Variations
Color information
#F58262 (or 0xF58262) is known color: Crusta. HEX triplet: F5, 82 and 62. RGB value is (245,130,98). Sum of RGB (Red+Green+Blue) = 245+130+98=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F58262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58262 is #0A7D9D. Grayscale: #A0A0A0. Windows color (decimal): -687518 or 6456053. OLE color: 6456053.
HSL color Cylindrical-coordinate representation of color #F58262: hue angle of 13.06º 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 #F58262 is Cyan = 0, Magento = 0.47, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 98 | - |
| CMYK | 0 | 0.47 | 0.6 | 0.04 |
| HSL | 13.06º | 0.88% | 0.67% | - |
| HSV(B) | 13.06º | 0.6% | 0.96% | - |
| XYZ | 47.84 | 36.26 | 16.03 | - |
| YUV | 160.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 98 | 0 | 0.47 | 0.6 | 0.04 | 13.06 | 0.88 | 0.67 |
| Hex | F5 | 82 | 62 | 0 | 2F | 3C | 4 | D | 58 | 43 |
| Octal | 365 | 202 | 142 | 0 | 57 | 74 | 4 | 15 | 130 | 103 |
| Binary | 11110101 | 10000010 | 1100010 | 0 | 101111 | 111100 | 100 | 1101 | 1011000 | 1000011 |
Color Harmonies of #F58262
Complementary color
Monochromatic Colors of #F58262
Black with #F58262
Text Example
Text Example
White with #F58262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58262; }
p { color: rgb(245,130,98); }
H1.HeaderClassName
{
color: #F58262;
}
.AnyTagClassName
{
color: #F58262;
}
</style>
background-color css
<style>
a { background-color: #F58262; }
a { background-color: rgb(245,130,98); }
div.DivClassName
{
background-color: #F58262;
}
.BgClassName
{
background-color: #F58262;
}
</style>
border-color css
<style>
span { border-color: #F58262; }
span { border-color: rgb(245,130,98); }
td.TdClassName
{
border-color: #F58262;
}
.TagClassName
{
border-color: #F58262;
}
</style>