Shades of Crusta #F18150
Tints of Crusta #F18150
RGB
CMYK
RGB Variations
Color information
#F18150 (or 0xF18150) is known color: Crusta. HEX triplet: F1, 81 and 50. RGB value is (241,129,80). Sum of RGB (Red+Green+Blue) = 241+129+80=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F18150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18150 is #0E7EAF. Grayscale: #9D9D9D. Windows color (decimal): -949936 or 5276145. OLE color: 5276145.
HSL color Cylindrical-coordinate representation of color #F18150: hue angle of 18.26º 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 #F18150 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 80 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.05 |
| HSL | 18.26º | 0.85% | 0.63% | - |
| HSV(B) | 18.26º | 0.67% | 0.95% | - |
| XYZ | 45.57 | 34.98 | 11.94 | - |
| YUV | 156.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 80 | 0 | 0.46 | 0.67 | 0.05 | 18.26 | 0.85 | 0.63 |
| Hex | F1 | 81 | 50 | 0 | 2E | 43 | 5 | 12 | 55 | 3F |
| Octal | 361 | 201 | 120 | 0 | 56 | 103 | 5 | 22 | 125 | 77 |
| Binary | 11110001 | 10000001 | 1010000 | 0 | 101110 | 1000011 | 101 | 10010 | 1010101 | 111111 |
Color Harmonies of #F18150
Complementary color
Monochromatic Colors of #F18150
Black with #F18150
Text Example
Text Example
White with #F18150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18150; }
p { color: rgb(241,129,80); }
H1.HeaderClassName
{
color: #F18150;
}
.AnyTagClassName
{
color: #F18150;
}
</style>
background-color css
<style>
a { background-color: #F18150; }
a { background-color: rgb(241,129,80); }
div.DivClassName
{
background-color: #F18150;
}
.BgClassName
{
background-color: #F18150;
}
</style>
border-color css
<style>
span { border-color: #F18150; }
span { border-color: rgb(241,129,80); }
td.TdClassName
{
border-color: #F18150;
}
.TagClassName
{
border-color: #F18150;
}
</style>