Shades of Crusta #F18551
Tints of Crusta #F18551
RGB
CMYK
RGB Variations
Color information
#F18551 (or 0xF18551) is known color: Crusta. HEX triplet: F1, 85 and 51. RGB value is (241,133,81). Sum of RGB (Red+Green+Blue) = 241+133+81=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F18551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18551 is #0E7AAE. Grayscale: #9F9F9F. Windows color (decimal): -948911 or 5342705. OLE color: 5342705.
HSL color Cylindrical-coordinate representation of color #F18551: hue angle of 19.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F18551 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 81 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.05 |
| HSL | 19.5º | 0.85% | 0.63% | - |
| HSV(B) | 19.5º | 0.66% | 0.95% | - |
| XYZ | 46.15 | 36.07 | 12.31 | - |
| YUV | 159.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 81 | 0 | 0.45 | 0.66 | 0.05 | 19.5 | 0.85 | 0.63 |
| Hex | F1 | 85 | 51 | 0 | 2D | 42 | 5 | 14 | 55 | 3F |
| Octal | 361 | 205 | 121 | 0 | 55 | 102 | 5 | 24 | 125 | 77 |
| Binary | 11110001 | 10000101 | 1010001 | 0 | 101101 | 1000010 | 101 | 10100 | 1010101 | 111111 |
Color Harmonies of #F18551
Complementary color
Monochromatic Colors of #F18551
Black with #F18551
Text Example
Text Example
White with #F18551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18551; }
p { color: rgb(241,133,81); }
H1.HeaderClassName
{
color: #F18551;
}
.AnyTagClassName
{
color: #F18551;
}
</style>
background-color css
<style>
a { background-color: #F18551; }
a { background-color: rgb(241,133,81); }
div.DivClassName
{
background-color: #F18551;
}
.BgClassName
{
background-color: #F18551;
}
</style>
border-color css
<style>
span { border-color: #F18551; }
span { border-color: rgb(241,133,81); }
td.TdClassName
{
border-color: #F18551;
}
.TagClassName
{
border-color: #F18551;
}
</style>