Shades of Crusta #F18463
Tints of Crusta #F18463
RGB
CMYK
RGB Variations
Color information
#F18463 (or 0xF18463) is known color: Crusta. HEX triplet: F1, 84 and 63. RGB value is (241,132,99). Sum of RGB (Red+Green+Blue) = 241+132+99=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F18463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18463 is #0E7B9C. Grayscale: #A1A1A1. Windows color (decimal): -949149 or 6522097. OLE color: 6522097.
HSL color Cylindrical-coordinate representation of color #F18463: hue angle of 13.94º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F18463 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 99 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.05 |
| HSL | 13.94º | 0.84% | 0.67% | - |
| HSV(B) | 13.94º | 0.59% | 0.95% | - |
| XYZ | 46.78 | 36.1 | 16.31 | - |
| YUV | 160.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 99 | 0 | 0.45 | 0.59 | 0.05 | 13.94 | 0.84 | 0.67 |
| Hex | F1 | 84 | 63 | 0 | 2D | 3B | 5 | E | 54 | 43 |
| Octal | 361 | 204 | 143 | 0 | 55 | 73 | 5 | 16 | 124 | 103 |
| Binary | 11110001 | 10000100 | 1100011 | 0 | 101101 | 111011 | 101 | 1110 | 1010100 | 1000011 |
Color Harmonies of #F18463
Complementary color
Monochromatic Colors of #F18463
Black with #F18463
Text Example
Text Example
White with #F18463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18463; }
p { color: rgb(241,132,99); }
H1.HeaderClassName
{
color: #F18463;
}
.AnyTagClassName
{
color: #F18463;
}
</style>
background-color css
<style>
a { background-color: #F18463; }
a { background-color: rgb(241,132,99); }
div.DivClassName
{
background-color: #F18463;
}
.BgClassName
{
background-color: #F18463;
}
</style>
border-color css
<style>
span { border-color: #F18463; }
span { border-color: rgb(241,132,99); }
td.TdClassName
{
border-color: #F18463;
}
.TagClassName
{
border-color: #F18463;
}
</style>