Shades of Crusta #F18859
Tints of Crusta #F18859
RGB
CMYK
RGB Variations
Color information
#F18859 (or 0xF18859) is known color: Crusta. HEX triplet: F1, 88 and 59. RGB value is (241,136,89). Sum of RGB (Red+Green+Blue) = 241+136+89=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F18859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18859 is #0E77A6. Grayscale: #A2A2A2. Windows color (decimal): -948135 or 5867761. OLE color: 5867761.
HSL color Cylindrical-coordinate representation of color #F18859: hue angle of 18.55º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F18859 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 89 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.05 |
| HSL | 18.55º | 0.84% | 0.65% | - |
| HSV(B) | 18.55º | 0.63% | 0.95% | - |
| XYZ | 46.88 | 37.03 | 14.13 | - |
| YUV | 162.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 89 | 0 | 0.44 | 0.63 | 0.05 | 18.55 | 0.84 | 0.65 |
| Hex | F1 | 88 | 59 | 0 | 2C | 3F | 5 | 13 | 54 | 41 |
| Octal | 361 | 210 | 131 | 0 | 54 | 77 | 5 | 23 | 124 | 101 |
| Binary | 11110001 | 10001000 | 1011001 | 0 | 101100 | 111111 | 101 | 10011 | 1010100 | 1000001 |
Color Harmonies of #F18859
Complementary color
Monochromatic Colors of #F18859
Black with #F18859
Text Example
Text Example
White with #F18859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18859; }
p { color: rgb(241,136,89); }
H1.HeaderClassName
{
color: #F18859;
}
.AnyTagClassName
{
color: #F18859;
}
</style>
background-color css
<style>
a { background-color: #F18859; }
a { background-color: rgb(241,136,89); }
div.DivClassName
{
background-color: #F18859;
}
.BgClassName
{
background-color: #F18859;
}
</style>
border-color css
<style>
span { border-color: #F18859; }
span { border-color: rgb(241,136,89); }
td.TdClassName
{
border-color: #F18859;
}
.TagClassName
{
border-color: #F18859;
}
</style>