Shades of Crusta #F1884F
Tints of Crusta #F1884F
RGB
CMYK
RGB Variations
Color information
#F1884F (or 0xF1884F) is known color: Crusta. HEX triplet: F1, 88 and 4F. RGB value is (241,136,79). Sum of RGB (Red+Green+Blue) = 241+136+79=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1884F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1884F is #0E77B0. Grayscale: #A1A1A1. Windows color (decimal): -948145 or 5212401. OLE color: 5212401.
HSL color Cylindrical-coordinate representation of color #F1884F: hue angle of 21.11º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1884F is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 79 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.05 |
| HSL | 21.11º | 0.85% | 0.63% | - |
| HSV(B) | 21.11º | 0.67% | 0.95% | - |
| XYZ | 46.49 | 36.87 | 12.06 | - |
| YUV | 160.9 | 81.79 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 79 | 0 | 0.44 | 0.67 | 0.05 | 21.11 | 0.85 | 0.63 |
| Hex | F1 | 88 | 4F | 0 | 2C | 43 | 5 | 15 | 55 | 3F |
| Octal | 361 | 210 | 117 | 0 | 54 | 103 | 5 | 25 | 125 | 77 |
| Binary | 11110001 | 10001000 | 1001111 | 0 | 101100 | 1000011 | 101 | 10101 | 1010101 | 111111 |
Color Harmonies of #F1884F
Complementary color
Monochromatic Colors of #F1884F
Black with #F1884F
Text Example
Text Example
White with #F1884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1884F; }
p { color: rgb(241,136,79); }
H1.HeaderClassName
{
color: #F1884F;
}
.AnyTagClassName
{
color: #F1884F;
}
</style>
background-color css
<style>
a { background-color: #F1884F; }
a { background-color: rgb(241,136,79); }
div.DivClassName
{
background-color: #F1884F;
}
.BgClassName
{
background-color: #F1884F;
}
</style>
border-color css
<style>
span { border-color: #F1884F; }
span { border-color: rgb(241,136,79); }
td.TdClassName
{
border-color: #F1884F;
}
.TagClassName
{
border-color: #F1884F;
}
</style>