Shades of Crusta #F1844C
Tints of Crusta #F1844C
RGB
CMYK
RGB Variations
Color information
#F1844C (or 0xF1844C) is known color: Crusta. HEX triplet: F1, 84 and 4C. RGB value is (241,132,76). Sum of RGB (Red+Green+Blue) = 241+132+76=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1844C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1844C is #0E7BB3. Grayscale: #9E9E9E. Windows color (decimal): -949172 or 5014769. OLE color: 5014769.
HSL color Cylindrical-coordinate representation of color #F1844C: hue angle of 20.36º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1844C is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 76 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.05 |
| HSL | 20.36º | 0.85% | 0.62% | - |
| HSV(B) | 20.36º | 0.68% | 0.95% | - |
| XYZ | 45.83 | 35.73 | 11.32 | - |
| YUV | 158.21 | 81.61 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 76 | 0 | 0.45 | 0.68 | 0.05 | 20.36 | 0.85 | 0.62 |
| Hex | F1 | 84 | 4C | 0 | 2D | 44 | 5 | 14 | 55 | 3E |
| Octal | 361 | 204 | 114 | 0 | 55 | 104 | 5 | 24 | 125 | 76 |
| Binary | 11110001 | 10000100 | 1001100 | 0 | 101101 | 1000100 | 101 | 10100 | 1010101 | 111110 |
Color Harmonies of #F1844C
Complementary color
Monochromatic Colors of #F1844C
Black with #F1844C
Text Example
Text Example
White with #F1844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1844C; }
p { color: rgb(241,132,76); }
H1.HeaderClassName
{
color: #F1844C;
}
.AnyTagClassName
{
color: #F1844C;
}
</style>
background-color css
<style>
a { background-color: #F1844C; }
a { background-color: rgb(241,132,76); }
div.DivClassName
{
background-color: #F1844C;
}
.BgClassName
{
background-color: #F1844C;
}
</style>
border-color css
<style>
span { border-color: #F1844C; }
span { border-color: rgb(241,132,76); }
td.TdClassName
{
border-color: #F1844C;
}
.TagClassName
{
border-color: #F1844C;
}
</style>