Shades of Crusta #F18557
Tints of Crusta #F18557
RGB
CMYK
RGB Variations
Color information
#F18557 (or 0xF18557) is known color: Crusta. HEX triplet: F1, 85 and 57. RGB value is (241,133,87). Sum of RGB (Red+Green+Blue) = 241+133+87=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F18557 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18557 is #0E7AA8. Grayscale: #A0A0A0. Windows color (decimal): -948905 or 5735921. OLE color: 5735921.
HSL color Cylindrical-coordinate representation of color #F18557: hue angle of 17.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F18557 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 87 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.05 |
| HSL | 17.92º | 0.85% | 0.64% | - |
| HSV(B) | 17.92º | 0.64% | 0.95% | - |
| XYZ | 46.38 | 36.16 | 13.55 | - |
| YUV | 160.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 87 | 0 | 0.45 | 0.64 | 0.05 | 17.92 | 0.85 | 0.64 |
| Hex | F1 | 85 | 57 | 0 | 2D | 40 | 5 | 12 | 55 | 40 |
| Octal | 361 | 205 | 127 | 0 | 55 | 100 | 5 | 22 | 125 | 100 |
| Binary | 11110001 | 10000101 | 1010111 | 0 | 101101 | 1000000 | 101 | 10010 | 1010101 | 1000000 |
Color Harmonies of #F18557
Complementary color
Monochromatic Colors of #F18557
Black with #F18557
Text Example
Text Example
White with #F18557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18557; }
p { color: rgb(241,133,87); }
H1.HeaderClassName
{
color: #F18557;
}
.AnyTagClassName
{
color: #F18557;
}
</style>
background-color css
<style>
a { background-color: #F18557; }
a { background-color: rgb(241,133,87); }
div.DivClassName
{
background-color: #F18557;
}
.BgClassName
{
background-color: #F18557;
}
</style>
border-color css
<style>
span { border-color: #F18557; }
span { border-color: rgb(241,133,87); }
td.TdClassName
{
border-color: #F18557;
}
.TagClassName
{
border-color: #F18557;
}
</style>