Shades of Crusta #F58354
Tints of Crusta #F58354
RGB
CMYK
RGB Variations
Color information
#F58354 (or 0xF58354) is known color: Crusta. HEX triplet: F5, 83 and 54. RGB value is (245,131,84). Sum of RGB (Red+Green+Blue) = 245+131+84=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F58354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58354 is #0A7CAB. Grayscale: #A0A0A0. Windows color (decimal): -687276 or 5538805. OLE color: 5538805.
HSL color Cylindrical-coordinate representation of color #F58354: hue angle of 17.52º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F58354 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 84 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.04 |
| HSL | 17.52º | 0.89% | 0.65% | - |
| HSV(B) | 17.52º | 0.66% | 0.96% | - |
| XYZ | 47.37 | 36.29 | 12.89 | - |
| YUV | 159.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 84 | 0 | 0.47 | 0.66 | 0.04 | 17.52 | 0.89 | 0.65 |
| Hex | F5 | 83 | 54 | 0 | 2F | 42 | 4 | 12 | 59 | 41 |
| Octal | 365 | 203 | 124 | 0 | 57 | 102 | 4 | 22 | 131 | 101 |
| Binary | 11110101 | 10000011 | 1010100 | 0 | 101111 | 1000010 | 100 | 10010 | 1011001 | 1000001 |
Color Harmonies of #F58354
Complementary color
Monochromatic Colors of #F58354
Black with #F58354
Text Example
Text Example
White with #F58354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58354; }
p { color: rgb(245,131,84); }
H1.HeaderClassName
{
color: #F58354;
}
.AnyTagClassName
{
color: #F58354;
}
</style>
background-color css
<style>
a { background-color: #F58354; }
a { background-color: rgb(245,131,84); }
div.DivClassName
{
background-color: #F58354;
}
.BgClassName
{
background-color: #F58354;
}
</style>
border-color css
<style>
span { border-color: #F58354; }
span { border-color: rgb(245,131,84); }
td.TdClassName
{
border-color: #F58354;
}
.TagClassName
{
border-color: #F58354;
}
</style>