Shades of Crusta #F18353
Tints of Crusta #F18353
RGB
CMYK
RGB Variations
Color information
#F18353 (or 0xF18353) is known color: Crusta. HEX triplet: F1, 83 and 53. RGB value is (241,131,83). Sum of RGB (Red+Green+Blue) = 241+131+83=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F18353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18353 is #0E7CAC. Grayscale: #9E9E9E. Windows color (decimal): -949421 or 5473265. OLE color: 5473265.
HSL color Cylindrical-coordinate representation of color #F18353: hue angle of 18.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F18353 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 83 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.05 |
| HSL | 18.23º | 0.85% | 0.64% | - |
| HSV(B) | 18.23º | 0.66% | 0.95% | - |
| XYZ | 45.95 | 35.56 | 12.62 | - |
| YUV | 158.42 | 85.44 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 83 | 0 | 0.46 | 0.66 | 0.05 | 18.23 | 0.85 | 0.64 |
| Hex | F1 | 83 | 53 | 0 | 2E | 42 | 5 | 12 | 55 | 40 |
| Octal | 361 | 203 | 123 | 0 | 56 | 102 | 5 | 22 | 125 | 100 |
| Binary | 11110001 | 10000011 | 1010011 | 0 | 101110 | 1000010 | 101 | 10010 | 1010101 | 1000000 |
Color Harmonies of #F18353
Complementary color
Monochromatic Colors of #F18353
Black with #F18353
Text Example
Text Example
White with #F18353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18353; }
p { color: rgb(241,131,83); }
H1.HeaderClassName
{
color: #F18353;
}
.AnyTagClassName
{
color: #F18353;
}
</style>
background-color css
<style>
a { background-color: #F18353; }
a { background-color: rgb(241,131,83); }
div.DivClassName
{
background-color: #F18353;
}
.BgClassName
{
background-color: #F18353;
}
</style>
border-color css
<style>
span { border-color: #F18353; }
span { border-color: rgb(241,131,83); }
td.TdClassName
{
border-color: #F18353;
}
.TagClassName
{
border-color: #F18353;
}
</style>