Shades of Crusta #F18559
Tints of Crusta #F18559
RGB
CMYK
RGB Variations
Color information
#F18559 (or 0xF18559) is known color: Crusta. HEX triplet: F1, 85 and 59. RGB value is (241,133,89). Sum of RGB (Red+Green+Blue) = 241+133+89=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F18559 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18559 is #0E7AA6. Grayscale: #A0A0A0. Windows color (decimal): -948903 or 5866993. OLE color: 5866993.
HSL color Cylindrical-coordinate representation of color #F18559: hue angle of 17.37º 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 #F18559 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 89 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.05 |
| HSL | 17.37º | 0.84% | 0.65% | - |
| HSV(B) | 17.37º | 0.63% | 0.95% | - |
| XYZ | 46.47 | 36.2 | 13.99 | - |
| YUV | 160.28 | 87.78 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 89 | 0 | 0.45 | 0.63 | 0.05 | 17.37 | 0.84 | 0.65 |
| Hex | F1 | 85 | 59 | 0 | 2D | 3F | 5 | 11 | 54 | 41 |
| Octal | 361 | 205 | 131 | 0 | 55 | 77 | 5 | 21 | 124 | 101 |
| Binary | 11110001 | 10000101 | 1011001 | 0 | 101101 | 111111 | 101 | 10001 | 1010100 | 1000001 |
Color Harmonies of #F18559
Complementary color
Monochromatic Colors of #F18559
Black with #F18559
Text Example
Text Example
White with #F18559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18559; }
p { color: rgb(241,133,89); }
H1.HeaderClassName
{
color: #F18559;
}
.AnyTagClassName
{
color: #F18559;
}
</style>
background-color css
<style>
a { background-color: #F18559; }
a { background-color: rgb(241,133,89); }
div.DivClassName
{
background-color: #F18559;
}
.BgClassName
{
background-color: #F18559;
}
</style>
border-color css
<style>
span { border-color: #F18559; }
span { border-color: rgb(241,133,89); }
td.TdClassName
{
border-color: #F18559;
}
.TagClassName
{
border-color: #F18559;
}
</style>