Shades of Crusta #F58949
Tints of Crusta #F58949
RGB
CMYK
RGB Variations
Color information
#F58949 (or 0xF58949) is known color: Crusta. HEX triplet: F5, 89 and 49. RGB value is (245,137,73). Sum of RGB (Red+Green+Blue) = 245+137+73=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F58949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58949 is #0A76B6. Grayscale: #A2A2A2. Windows color (decimal): -685751 or 4819445. OLE color: 4819445.
HSL color Cylindrical-coordinate representation of color #F58949: hue angle of 22.33º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F58949 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 73 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.04 |
| HSL | 22.33º | 0.9% | 0.62% | - |
| HSV(B) | 22.33º | 0.7% | 0.96% | - |
| XYZ | 47.8 | 37.78 | 11.08 | - |
| YUV | 162 | 77.78 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 73 | 0 | 0.44 | 0.70 | 0.04 | 22.33 | 0.9 | 0.62 |
| Hex | F5 | 89 | 49 | 0 | 2C | 46 | 4 | 16 | 5A | 3E |
| Octal | 365 | 211 | 111 | 0 | 54 | 106 | 4 | 26 | 132 | 76 |
| Binary | 11110101 | 10001001 | 1001001 | 0 | 101100 | 1000110 | 100 | 10110 | 1011010 | 111110 |
Color Harmonies of #F58949
Complementary color
Monochromatic Colors of #F58949
Black with #F58949
Text Example
Text Example
White with #F58949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58949; }
p { color: rgb(245,137,73); }
H1.HeaderClassName
{
color: #F58949;
}
.AnyTagClassName
{
color: #F58949;
}
</style>
background-color css
<style>
a { background-color: #F58949; }
a { background-color: rgb(245,137,73); }
div.DivClassName
{
background-color: #F58949;
}
.BgClassName
{
background-color: #F58949;
}
</style>
border-color css
<style>
span { border-color: #F58949; }
span { border-color: rgb(245,137,73); }
td.TdClassName
{
border-color: #F58949;
}
.TagClassName
{
border-color: #F58949;
}
</style>