Shades of Crusta #F1884D
Tints of Crusta #F1884D
RGB
CMYK
RGB Variations
Color information
#F1884D (or 0xF1884D) is known color: Crusta. HEX triplet: F1, 88 and 4D. RGB value is (241,136,77). Sum of RGB (Red+Green+Blue) = 241+136+77=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1884D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1884D is #0E77B2. Grayscale: #A1A1A1. Windows color (decimal): -948147 or 5081329. OLE color: 5081329.
HSL color Cylindrical-coordinate representation of color #F1884D: hue angle of 21.59º 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 #F1884D is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 77 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.05 |
| HSL | 21.59º | 0.85% | 0.62% | - |
| HSV(B) | 21.59º | 0.68% | 0.95% | - |
| XYZ | 46.42 | 36.84 | 11.69 | - |
| YUV | 160.67 | 80.79 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 77 | 0 | 0.44 | 0.68 | 0.05 | 21.59 | 0.85 | 0.62 |
| Hex | F1 | 88 | 4D | 0 | 2C | 44 | 5 | 16 | 55 | 3E |
| Octal | 361 | 210 | 115 | 0 | 54 | 104 | 5 | 26 | 125 | 76 |
| Binary | 11110001 | 10001000 | 1001101 | 0 | 101100 | 1000100 | 101 | 10110 | 1010101 | 111110 |
Color Harmonies of #F1884D
Complementary color
Monochromatic Colors of #F1884D
Black with #F1884D
Text Example
Text Example
White with #F1884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1884D; }
p { color: rgb(241,136,77); }
H1.HeaderClassName
{
color: #F1884D;
}
.AnyTagClassName
{
color: #F1884D;
}
</style>
background-color css
<style>
a { background-color: #F1884D; }
a { background-color: rgb(241,136,77); }
div.DivClassName
{
background-color: #F1884D;
}
.BgClassName
{
background-color: #F1884D;
}
</style>
border-color css
<style>
span { border-color: #F1884D; }
span { border-color: rgb(241,136,77); }
td.TdClassName
{
border-color: #F1884D;
}
.TagClassName
{
border-color: #F1884D;
}
</style>