Shades of Crusta #F58A5E
Tints of Crusta #F58A5E
RGB
CMYK
RGB Variations
Color information
#F58A5E (or 0xF58A5E) is known color: Crusta. HEX triplet: F5, 8A and 5E. RGB value is (245,138,94). Sum of RGB (Red+Green+Blue) = 245+138+94=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58A5E is #0A75A1. Grayscale: #A5A5A5. Windows color (decimal): -685474 or 6195957. OLE color: 6195957.
HSL color Cylindrical-coordinate representation of color #F58A5E: hue angle of 17.48º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F58A5E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 94 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.04 |
| HSL | 17.48º | 0.88% | 0.66% | - |
| HSV(B) | 17.48º | 0.62% | 0.96% | - |
| XYZ | 48.77 | 38.4 | 15.43 | - |
| YUV | 164.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 94 | 0 | 0.44 | 0.62 | 0.04 | 17.48 | 0.88 | 0.66 |
| Hex | F5 | 8A | 5E | 0 | 2C | 3E | 4 | 11 | 58 | 42 |
| Octal | 365 | 212 | 136 | 0 | 54 | 76 | 4 | 21 | 130 | 102 |
| Binary | 11110101 | 10001010 | 1011110 | 0 | 101100 | 111110 | 100 | 10001 | 1011000 | 1000010 |
Color Harmonies of #F58A5E
Complementary color
Monochromatic Colors of #F58A5E
Black with #F58A5E
Text Example
Text Example
White with #F58A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A5E; }
p { color: rgb(245,138,94); }
H1.HeaderClassName
{
color: #F58A5E;
}
.AnyTagClassName
{
color: #F58A5E;
}
</style>
background-color css
<style>
a { background-color: #F58A5E; }
a { background-color: rgb(245,138,94); }
div.DivClassName
{
background-color: #F58A5E;
}
.BgClassName
{
background-color: #F58A5E;
}
</style>
border-color css
<style>
span { border-color: #F58A5E; }
span { border-color: rgb(245,138,94); }
td.TdClassName
{
border-color: #F58A5E;
}
.TagClassName
{
border-color: #F58A5E;
}
</style>