Shades of Crusta #F58154
Tints of Crusta #F58154
RGB
CMYK
RGB Variations
Color information
#F58154 (or 0xF58154) is known color: Crusta. HEX triplet: F5, 81 and 54. RGB value is (245,129,84). Sum of RGB (Red+Green+Blue) = 245+129+84=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F58154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58154 is #0A7EAB. Grayscale: #9E9E9E. Windows color (decimal): -687788 or 5538293. OLE color: 5538293.
HSL color Cylindrical-coordinate representation of color #F58154: hue angle of 16.77º 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 #F58154 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 84 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.04 |
| HSL | 16.77º | 0.89% | 0.65% | - |
| HSV(B) | 16.77º | 0.66% | 0.96% | - |
| XYZ | 47.11 | 35.75 | 12.81 | - |
| YUV | 158.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 84 | 0 | 0.47 | 0.66 | 0.04 | 16.77 | 0.89 | 0.65 |
| Hex | F5 | 81 | 54 | 0 | 2F | 42 | 4 | 11 | 59 | 41 |
| Octal | 365 | 201 | 124 | 0 | 57 | 102 | 4 | 21 | 131 | 101 |
| Binary | 11110101 | 10000001 | 1010100 | 0 | 101111 | 1000010 | 100 | 10001 | 1011001 | 1000001 |
Color Harmonies of #F58154
Complementary color
Monochromatic Colors of #F58154
Black with #F58154
Text Example
Text Example
White with #F58154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58154; }
p { color: rgb(245,129,84); }
H1.HeaderClassName
{
color: #F58154;
}
.AnyTagClassName
{
color: #F58154;
}
</style>
background-color css
<style>
a { background-color: #F58154; }
a { background-color: rgb(245,129,84); }
div.DivClassName
{
background-color: #F58154;
}
.BgClassName
{
background-color: #F58154;
}
</style>
border-color css
<style>
span { border-color: #F58154; }
span { border-color: rgb(245,129,84); }
td.TdClassName
{
border-color: #F58154;
}
.TagClassName
{
border-color: #F58154;
}
</style>