Shades of Crusta #F1834D
Tints of Crusta #F1834D
RGB
CMYK
RGB Variations
Color information
#F1834D (or 0xF1834D) is known color: Crusta. HEX triplet: F1, 83 and 4D. RGB value is (241,131,77). Sum of RGB (Red+Green+Blue) = 241+131+77=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1834D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1834D is #0E7CB2. Grayscale: #9E9E9E. Windows color (decimal): -949427 or 5080049. OLE color: 5080049.
HSL color Cylindrical-coordinate representation of color #F1834D: hue angle of 19.76º 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 #F1834D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 77 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.05 |
| HSL | 19.76º | 0.85% | 0.62% | - |
| HSV(B) | 19.76º | 0.68% | 0.95% | - |
| XYZ | 45.73 | 35.47 | 11.46 | - |
| YUV | 157.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 77 | 0 | 0.46 | 0.68 | 0.05 | 19.76 | 0.85 | 0.62 |
| Hex | F1 | 83 | 4D | 0 | 2E | 44 | 5 | 14 | 55 | 3E |
| Octal | 361 | 203 | 115 | 0 | 56 | 104 | 5 | 24 | 125 | 76 |
| Binary | 11110001 | 10000011 | 1001101 | 0 | 101110 | 1000100 | 101 | 10100 | 1010101 | 111110 |
Color Harmonies of #F1834D
Complementary color
Monochromatic Colors of #F1834D
Black with #F1834D
Text Example
Text Example
White with #F1834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1834D; }
p { color: rgb(241,131,77); }
H1.HeaderClassName
{
color: #F1834D;
}
.AnyTagClassName
{
color: #F1834D;
}
</style>
background-color css
<style>
a { background-color: #F1834D; }
a { background-color: rgb(241,131,77); }
div.DivClassName
{
background-color: #F1834D;
}
.BgClassName
{
background-color: #F1834D;
}
</style>
border-color css
<style>
span { border-color: #F1834D; }
span { border-color: rgb(241,131,77); }
td.TdClassName
{
border-color: #F1834D;
}
.TagClassName
{
border-color: #F1834D;
}
</style>