Shades of Crusta #F18560
Tints of Crusta #F18560
RGB
CMYK
RGB Variations
Color information
#F18560 (or 0xF18560) is known color: Crusta. HEX triplet: F1, 85 and 60. RGB value is (241,133,96). Sum of RGB (Red+Green+Blue) = 241+133+96=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F18560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18560 is #0E7A9F. Grayscale: #A1A1A1. Windows color (decimal): -948896 or 6325745. OLE color: 6325745.
HSL color Cylindrical-coordinate representation of color #F18560: hue angle of 15.31º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F18560 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 96 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.05 |
| HSL | 15.31º | 0.84% | 0.66% | - |
| HSV(B) | 15.31º | 0.6% | 0.95% | - |
| XYZ | 46.77 | 36.32 | 15.61 | - |
| YUV | 161.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 96 | 0 | 0.45 | 0.60 | 0.05 | 15.31 | 0.84 | 0.66 |
| Hex | F1 | 85 | 60 | 0 | 2D | 3C | 5 | F | 54 | 42 |
| Octal | 361 | 205 | 140 | 0 | 55 | 74 | 5 | 17 | 124 | 102 |
| Binary | 11110001 | 10000101 | 1100000 | 0 | 101101 | 111100 | 101 | 1111 | 1010100 | 1000010 |
Color Harmonies of #F18560
Complementary color
Monochromatic Colors of #F18560
Black with #F18560
Text Example
Text Example
White with #F18560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18560; }
p { color: rgb(241,133,96); }
H1.HeaderClassName
{
color: #F18560;
}
.AnyTagClassName
{
color: #F18560;
}
</style>
background-color css
<style>
a { background-color: #F18560; }
a { background-color: rgb(241,133,96); }
div.DivClassName
{
background-color: #F18560;
}
.BgClassName
{
background-color: #F18560;
}
</style>
border-color css
<style>
span { border-color: #F18560; }
span { border-color: rgb(241,133,96); }
td.TdClassName
{
border-color: #F18560;
}
.TagClassName
{
border-color: #F18560;
}
</style>