Shades of Crusta #F58E4D
Tints of Crusta #F58E4D
RGB
CMYK
RGB Variations
Color information
#F58E4D (or 0xF58E4D) is known color: Crusta. HEX triplet: F5, 8E and 4D. RGB value is (245,142,77). Sum of RGB (Red+Green+Blue) = 245+142+77=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58E4D is #0A71B2. Grayscale: #A5A5A5. Windows color (decimal): -684467 or 5082869. OLE color: 5082869.
HSL color Cylindrical-coordinate representation of color #F58E4D: hue angle of 23.21º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F58E4D is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 77 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.04 |
| HSL | 23.21º | 0.89% | 0.63% | - |
| HSV(B) | 23.21º | 0.69% | 0.96% | - |
| XYZ | 48.67 | 39.29 | 12.04 | - |
| YUV | 165.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 77 | 0 | 0.42 | 0.69 | 0.04 | 23.21 | 0.89 | 0.63 |
| Hex | F5 | 8E | 4D | 0 | 2A | 45 | 4 | 17 | 59 | 3F |
| Octal | 365 | 216 | 115 | 0 | 52 | 105 | 4 | 27 | 131 | 77 |
| Binary | 11110101 | 10001110 | 1001101 | 0 | 101010 | 1000101 | 100 | 10111 | 1011001 | 111111 |
Color Harmonies of #F58E4D
Complementary color
Monochromatic Colors of #F58E4D
Black with #F58E4D
Text Example
Text Example
White with #F58E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58E4D; }
p { color: rgb(245,142,77); }
H1.HeaderClassName
{
color: #F58E4D;
}
.AnyTagClassName
{
color: #F58E4D;
}
</style>
background-color css
<style>
a { background-color: #F58E4D; }
a { background-color: rgb(245,142,77); }
div.DivClassName
{
background-color: #F58E4D;
}
.BgClassName
{
background-color: #F58E4D;
}
</style>
border-color css
<style>
span { border-color: #F58E4D; }
span { border-color: rgb(245,142,77); }
td.TdClassName
{
border-color: #F58E4D;
}
.TagClassName
{
border-color: #F58E4D;
}
</style>