Shades of Crusta #F1845C
Tints of Crusta #F1845C
RGB
CMYK
RGB Variations
Color information
#F1845C (or 0xF1845C) is known color: Crusta. HEX triplet: F1, 84 and 5C. RGB value is (241,132,92). Sum of RGB (Red+Green+Blue) = 241+132+92=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1845C is #0E7BA3. Grayscale: #A0A0A0. Windows color (decimal): -949156 or 6063345. OLE color: 6063345.
HSL color Cylindrical-coordinate representation of color #F1845C: hue angle of 16.11º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1845C is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 92 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.05 |
| HSL | 16.11º | 0.84% | 0.65% | - |
| HSV(B) | 16.11º | 0.62% | 0.95% | - |
| XYZ | 46.46 | 35.98 | 14.62 | - |
| YUV | 160.03 | 89.61 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 92 | 0 | 0.45 | 0.62 | 0.05 | 16.11 | 0.84 | 0.65 |
| Hex | F1 | 84 | 5C | 0 | 2D | 3E | 5 | 10 | 54 | 41 |
| Octal | 361 | 204 | 134 | 0 | 55 | 76 | 5 | 20 | 124 | 101 |
| Binary | 11110001 | 10000100 | 1011100 | 0 | 101101 | 111110 | 101 | 10000 | 1010100 | 1000001 |
Color Harmonies of #F1845C
Complementary color
Monochromatic Colors of #F1845C
Black with #F1845C
Text Example
Text Example
White with #F1845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1845C; }
p { color: rgb(241,132,92); }
H1.HeaderClassName
{
color: #F1845C;
}
.AnyTagClassName
{
color: #F1845C;
}
</style>
background-color css
<style>
a { background-color: #F1845C; }
a { background-color: rgb(241,132,92); }
div.DivClassName
{
background-color: #F1845C;
}
.BgClassName
{
background-color: #F1845C;
}
</style>
border-color css
<style>
span { border-color: #F1845C; }
span { border-color: rgb(241,132,92); }
td.TdClassName
{
border-color: #F1845C;
}
.TagClassName
{
border-color: #F1845C;
}
</style>