Shades of Crusta #F58049
Tints of Crusta #F58049
RGB
CMYK
RGB Variations
Color information
#F58049 (or 0xF58049) is known color: Crusta. HEX triplet: F5, 80 and 49. RGB value is (245,128,73). Sum of RGB (Red+Green+Blue) = 245+128+73=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F58049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58049 is #0A7FB6. Grayscale: #9D9D9D. Windows color (decimal): -688055 or 4817141. OLE color: 4817141.
HSL color Cylindrical-coordinate representation of color #F58049: hue angle of 19.19º 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 #F58049 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 73 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.04 |
| HSL | 19.19º | 0.9% | 0.62% | - |
| HSV(B) | 19.19º | 0.7% | 0.96% | - |
| XYZ | 46.58 | 35.33 | 10.67 | - |
| YUV | 156.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 73 | 0 | 0.48 | 0.70 | 0.04 | 19.19 | 0.9 | 0.62 |
| Hex | F5 | 80 | 49 | 0 | 30 | 46 | 4 | 13 | 5A | 3E |
| Octal | 365 | 200 | 111 | 0 | 60 | 106 | 4 | 23 | 132 | 76 |
| Binary | 11110101 | 10000000 | 1001001 | 0 | 110000 | 1000110 | 100 | 10011 | 1011010 | 111110 |
Color Harmonies of #F58049
Complementary color
Monochromatic Colors of #F58049
Black with #F58049
Text Example
Text Example
White with #F58049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58049; }
p { color: rgb(245,128,73); }
H1.HeaderClassName
{
color: #F58049;
}
.AnyTagClassName
{
color: #F58049;
}
</style>
background-color css
<style>
a { background-color: #F58049; }
a { background-color: rgb(245,128,73); }
div.DivClassName
{
background-color: #F58049;
}
.BgClassName
{
background-color: #F58049;
}
</style>
border-color css
<style>
span { border-color: #F58049; }
span { border-color: rgb(245,128,73); }
td.TdClassName
{
border-color: #F58049;
}
.TagClassName
{
border-color: #F58049;
}
</style>