Shades of Crusta #F1824D
Tints of Crusta #F1824D
RGB
CMYK
RGB Variations
Color information
#F1824D (or 0xF1824D) is known color: Crusta. HEX triplet: F1, 82 and 4D. RGB value is (241,130,77). Sum of RGB (Red+Green+Blue) = 241+130+77=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1824D is #0E7DB2. Grayscale: #9D9D9D. Windows color (decimal): -949683 or 5079793. OLE color: 5079793.
HSL color Cylindrical-coordinate representation of color #F1824D: hue angle of 19.39º 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 #F1824D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 77 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.05 |
| HSL | 19.39º | 0.85% | 0.62% | - |
| HSV(B) | 19.39º | 0.68% | 0.95% | - |
| XYZ | 45.6 | 35.2 | 11.41 | - |
| YUV | 157.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 77 | 0 | 0.46 | 0.68 | 0.05 | 19.39 | 0.85 | 0.62 |
| Hex | F1 | 82 | 4D | 0 | 2E | 44 | 5 | 13 | 55 | 3E |
| Octal | 361 | 202 | 115 | 0 | 56 | 104 | 5 | 23 | 125 | 76 |
| Binary | 11110001 | 10000010 | 1001101 | 0 | 101110 | 1000100 | 101 | 10011 | 1010101 | 111110 |
Color Harmonies of #F1824D
Complementary color
Monochromatic Colors of #F1824D
Black with #F1824D
Text Example
Text Example
White with #F1824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1824D; }
p { color: rgb(241,130,77); }
H1.HeaderClassName
{
color: #F1824D;
}
.AnyTagClassName
{
color: #F1824D;
}
</style>
background-color css
<style>
a { background-color: #F1824D; }
a { background-color: rgb(241,130,77); }
div.DivClassName
{
background-color: #F1824D;
}
.BgClassName
{
background-color: #F1824D;
}
</style>
border-color css
<style>
span { border-color: #F1824D; }
span { border-color: rgb(241,130,77); }
td.TdClassName
{
border-color: #F1824D;
}
.TagClassName
{
border-color: #F1824D;
}
</style>