Shades of Crusta #F1844E
Tints of Crusta #F1844E
RGB
CMYK
RGB Variations
Color information
#F1844E (or 0xF1844E) is known color: Crusta. HEX triplet: F1, 84 and 4E. RGB value is (241,132,78). Sum of RGB (Red+Green+Blue) = 241+132+78=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1844E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1844E is #0E7BB1. Grayscale: #9E9E9E. Windows color (decimal): -949170 or 5145841. OLE color: 5145841.
HSL color Cylindrical-coordinate representation of color #F1844E: hue angle of 19.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1844E is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 78 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.05 |
| HSL | 19.88º | 0.85% | 0.63% | - |
| HSV(B) | 19.88º | 0.68% | 0.95% | - |
| XYZ | 45.9 | 35.75 | 11.69 | - |
| YUV | 158.44 | 82.61 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 78 | 0 | 0.45 | 0.68 | 0.05 | 19.88 | 0.85 | 0.63 |
| Hex | F1 | 84 | 4E | 0 | 2D | 44 | 5 | 14 | 55 | 3F |
| Octal | 361 | 204 | 116 | 0 | 55 | 104 | 5 | 24 | 125 | 77 |
| Binary | 11110001 | 10000100 | 1001110 | 0 | 101101 | 1000100 | 101 | 10100 | 1010101 | 111111 |
Color Harmonies of #F1844E
Complementary color
Monochromatic Colors of #F1844E
Black with #F1844E
Text Example
Text Example
White with #F1844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1844E; }
p { color: rgb(241,132,78); }
H1.HeaderClassName
{
color: #F1844E;
}
.AnyTagClassName
{
color: #F1844E;
}
</style>
background-color css
<style>
a { background-color: #F1844E; }
a { background-color: rgb(241,132,78); }
div.DivClassName
{
background-color: #F1844E;
}
.BgClassName
{
background-color: #F1844E;
}
</style>
border-color css
<style>
span { border-color: #F1844E; }
span { border-color: rgb(241,132,78); }
td.TdClassName
{
border-color: #F1844E;
}
.TagClassName
{
border-color: #F1844E;
}
</style>