Shades of Crusta #F18554
Tints of Crusta #F18554
RGB
CMYK
RGB Variations
Color information
#F18554 (or 0xF18554) is known color: Crusta. HEX triplet: F1, 85 and 54. RGB value is (241,133,84). Sum of RGB (Red+Green+Blue) = 241+133+84=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F18554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18554 is #0E7AAB. Grayscale: #A0A0A0. Windows color (decimal): -948908 or 5539313. OLE color: 5539313.
HSL color Cylindrical-coordinate representation of color #F18554: hue angle of 18.73º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F18554 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 84 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.05 |
| HSL | 18.73º | 0.85% | 0.64% | - |
| HSV(B) | 18.73º | 0.65% | 0.95% | - |
| XYZ | 46.26 | 36.12 | 12.92 | - |
| YUV | 159.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 84 | 0 | 0.45 | 0.65 | 0.05 | 18.73 | 0.85 | 0.64 |
| Hex | F1 | 85 | 54 | 0 | 2D | 41 | 5 | 13 | 55 | 40 |
| Octal | 361 | 205 | 124 | 0 | 55 | 101 | 5 | 23 | 125 | 100 |
| Binary | 11110001 | 10000101 | 1010100 | 0 | 101101 | 1000001 | 101 | 10011 | 1010101 | 1000000 |
Color Harmonies of #F18554
Complementary color
Monochromatic Colors of #F18554
Black with #F18554
Text Example
Text Example
White with #F18554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18554; }
p { color: rgb(241,133,84); }
H1.HeaderClassName
{
color: #F18554;
}
.AnyTagClassName
{
color: #F18554;
}
</style>
background-color css
<style>
a { background-color: #F18554; }
a { background-color: rgb(241,133,84); }
div.DivClassName
{
background-color: #F18554;
}
.BgClassName
{
background-color: #F18554;
}
</style>
border-color css
<style>
span { border-color: #F18554; }
span { border-color: rgb(241,133,84); }
td.TdClassName
{
border-color: #F18554;
}
.TagClassName
{
border-color: #F18554;
}
</style>