Shades of Crusta #F18F5E
Tints of Crusta #F18F5E
RGB
CMYK
RGB Variations
Color information
#F18F5E (or 0xF18F5E) is known color: Crusta. HEX triplet: F1, 8F and 5E. RGB value is (241,143,94). Sum of RGB (Red+Green+Blue) = 241+143+94=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F5E is #0E70A1. Grayscale: #A7A7A7. Windows color (decimal): -946338 or 6197233. OLE color: 6197233.
HSL color Cylindrical-coordinate representation of color #F18F5E: hue angle of 20º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F18F5E is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 94 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.05 |
| HSL | 20º | 0.84% | 0.66% | - |
| HSV(B) | 20º | 0.61% | 0.95% | - |
| XYZ | 48.12 | 39.15 | 15.61 | - |
| YUV | 166.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 94 | 0 | 0.41 | 0.61 | 0.05 | 20 | 0.84 | 0.66 |
| Hex | F1 | 8F | 5E | 0 | 29 | 3D | 5 | 14 | 54 | 42 |
| Octal | 361 | 217 | 136 | 0 | 51 | 75 | 5 | 24 | 124 | 102 |
| Binary | 11110001 | 10001111 | 1011110 | 0 | 101001 | 111101 | 101 | 10100 | 1010100 | 1000010 |
Color Harmonies of #F18F5E
Complementary color
Monochromatic Colors of #F18F5E
Black with #F18F5E
Text Example
Text Example
White with #F18F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F5E; }
p { color: rgb(241,143,94); }
H1.HeaderClassName
{
color: #F18F5E;
}
.AnyTagClassName
{
color: #F18F5E;
}
</style>
background-color css
<style>
a { background-color: #F18F5E; }
a { background-color: rgb(241,143,94); }
div.DivClassName
{
background-color: #F18F5E;
}
.BgClassName
{
background-color: #F18F5E;
}
</style>
border-color css
<style>
span { border-color: #F18F5E; }
span { border-color: rgb(241,143,94); }
td.TdClassName
{
border-color: #F18F5E;
}
.TagClassName
{
border-color: #F18F5E;
}
</style>