Shades of Crusta #F18059
Tints of Crusta #F18059
RGB
CMYK
RGB Variations
Color information
#F18059 (or 0xF18059) is known color: Crusta. HEX triplet: F1, 80 and 59. RGB value is (241,128,89). Sum of RGB (Red+Green+Blue) = 241+128+89=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F18059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18059 is #0E7FA6. Grayscale: #9D9D9D. Windows color (decimal): -950183 or 5865713. OLE color: 5865713.
HSL color Cylindrical-coordinate representation of color #F18059: hue angle of 15.39º 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 #F18059 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 89 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.05 |
| HSL | 15.39º | 0.84% | 0.65% | - |
| HSV(B) | 15.39º | 0.63% | 0.95% | - |
| XYZ | 45.8 | 34.86 | 13.77 | - |
| YUV | 157.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 89 | 0 | 0.47 | 0.63 | 0.05 | 15.39 | 0.84 | 0.65 |
| Hex | F1 | 80 | 59 | 0 | 2F | 3F | 5 | F | 54 | 41 |
| Octal | 361 | 200 | 131 | 0 | 57 | 77 | 5 | 17 | 124 | 101 |
| Binary | 11110001 | 10000000 | 1011001 | 0 | 101111 | 111111 | 101 | 1111 | 1010100 | 1000001 |
Color Harmonies of #F18059
Complementary color
Monochromatic Colors of #F18059
Black with #F18059
Text Example
Text Example
White with #F18059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18059; }
p { color: rgb(241,128,89); }
H1.HeaderClassName
{
color: #F18059;
}
.AnyTagClassName
{
color: #F18059;
}
</style>
background-color css
<style>
a { background-color: #F18059; }
a { background-color: rgb(241,128,89); }
div.DivClassName
{
background-color: #F18059;
}
.BgClassName
{
background-color: #F18059;
}
</style>
border-color css
<style>
span { border-color: #F18059; }
span { border-color: rgb(241,128,89); }
td.TdClassName
{
border-color: #F18059;
}
.TagClassName
{
border-color: #F18059;
}
</style>