Shades of Crusta #F58662
Tints of Crusta #F58662
RGB
CMYK
RGB Variations
Color information
#F58662 (or 0xF58662) is known color: Crusta. HEX triplet: F5, 86 and 62. RGB value is (245,134,98). Sum of RGB (Red+Green+Blue) = 245+134+98=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F58662 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58662 is #0A799D. Grayscale: #A3A3A3. Windows color (decimal): -686494 or 6457077. OLE color: 6457077.
HSL color Cylindrical-coordinate representation of color #F58662: hue angle of 14.69º 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 #F58662 is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 98 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.04 |
| HSL | 14.69º | 0.88% | 0.67% | - |
| HSV(B) | 14.69º | 0.6% | 0.96% | - |
| XYZ | 48.39 | 37.34 | 16.21 | - |
| YUV | 163.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 98 | 0 | 0.45 | 0.6 | 0.04 | 14.69 | 0.88 | 0.67 |
| Hex | F5 | 86 | 62 | 0 | 2D | 3C | 4 | F | 58 | 43 |
| Octal | 365 | 206 | 142 | 0 | 55 | 74 | 4 | 17 | 130 | 103 |
| Binary | 11110101 | 10000110 | 1100010 | 0 | 101101 | 111100 | 100 | 1111 | 1011000 | 1000011 |
Color Harmonies of #F58662
Complementary color
Monochromatic Colors of #F58662
Black with #F58662
Text Example
Text Example
White with #F58662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58662; }
p { color: rgb(245,134,98); }
H1.HeaderClassName
{
color: #F58662;
}
.AnyTagClassName
{
color: #F58662;
}
</style>
background-color css
<style>
a { background-color: #F58662; }
a { background-color: rgb(245,134,98); }
div.DivClassName
{
background-color: #F58662;
}
.BgClassName
{
background-color: #F58662;
}
</style>
border-color css
<style>
span { border-color: #F58662; }
span { border-color: rgb(245,134,98); }
td.TdClassName
{
border-color: #F58662;
}
.TagClassName
{
border-color: #F58662;
}
</style>