Shades of Crusta #F18F59
Tints of Crusta #F18F59
RGB
CMYK
RGB Variations
Color information
#F18F59 (or 0xF18F59) is known color: Crusta. HEX triplet: F1, 8F and 59. RGB value is (241,143,89). Sum of RGB (Red+Green+Blue) = 241+143+89=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F59 is #0E70A6. Grayscale: #A6A6A6. Windows color (decimal): -946343 or 5869553. OLE color: 5869553.
HSL color Cylindrical-coordinate representation of color #F18F59: hue angle of 21.32º 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 #F18F59 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 89 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.05 |
| HSL | 21.32º | 0.84% | 0.65% | - |
| HSV(B) | 21.32º | 0.63% | 0.95% | - |
| XYZ | 47.9 | 39.07 | 14.47 | - |
| YUV | 166.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 89 | 0 | 0.41 | 0.63 | 0.05 | 21.32 | 0.84 | 0.65 |
| Hex | F1 | 8F | 59 | 0 | 29 | 3F | 5 | 15 | 54 | 41 |
| Octal | 361 | 217 | 131 | 0 | 51 | 77 | 5 | 25 | 124 | 101 |
| Binary | 11110001 | 10001111 | 1011001 | 0 | 101001 | 111111 | 101 | 10101 | 1010100 | 1000001 |
Color Harmonies of #F18F59
Complementary color
Monochromatic Colors of #F18F59
Black with #F18F59
Text Example
Text Example
White with #F18F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F59; }
p { color: rgb(241,143,89); }
H1.HeaderClassName
{
color: #F18F59;
}
.AnyTagClassName
{
color: #F18F59;
}
</style>
background-color css
<style>
a { background-color: #F18F59; }
a { background-color: rgb(241,143,89); }
div.DivClassName
{
background-color: #F18F59;
}
.BgClassName
{
background-color: #F18F59;
}
</style>
border-color css
<style>
span { border-color: #F18F59; }
span { border-color: rgb(241,143,89); }
td.TdClassName
{
border-color: #F18F59;
}
.TagClassName
{
border-color: #F18F59;
}
</style>