Shades of Crusta #F18363
Tints of Crusta #F18363
RGB
CMYK
RGB Variations
Color information
#F18363 (or 0xF18363) is known color: Crusta. HEX triplet: F1, 83 and 63. RGB value is (241,131,99). Sum of RGB (Red+Green+Blue) = 241+131+99=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F18363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18363 is #0E7C9C. Grayscale: #A0A0A0. Windows color (decimal): -949405 or 6521841. OLE color: 6521841.
HSL color Cylindrical-coordinate representation of color #F18363: hue angle of 13.52º 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 #F18363 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 99 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.05 |
| HSL | 13.52º | 0.84% | 0.67% | - |
| HSV(B) | 13.52º | 0.59% | 0.95% | - |
| XYZ | 46.64 | 35.83 | 16.26 | - |
| YUV | 160.24 | 93.44 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 99 | 0 | 0.46 | 0.59 | 0.05 | 13.52 | 0.84 | 0.67 |
| Hex | F1 | 83 | 63 | 0 | 2E | 3B | 5 | E | 54 | 43 |
| Octal | 361 | 203 | 143 | 0 | 56 | 73 | 5 | 16 | 124 | 103 |
| Binary | 11110001 | 10000011 | 1100011 | 0 | 101110 | 111011 | 101 | 1110 | 1010100 | 1000011 |
Color Harmonies of #F18363
Complementary color
Monochromatic Colors of #F18363
Black with #F18363
Text Example
Text Example
White with #F18363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18363; }
p { color: rgb(241,131,99); }
H1.HeaderClassName
{
color: #F18363;
}
.AnyTagClassName
{
color: #F18363;
}
</style>
background-color css
<style>
a { background-color: #F18363; }
a { background-color: rgb(241,131,99); }
div.DivClassName
{
background-color: #F18363;
}
.BgClassName
{
background-color: #F18363;
}
</style>
border-color css
<style>
span { border-color: #F18363; }
span { border-color: rgb(241,131,99); }
td.TdClassName
{
border-color: #F18363;
}
.TagClassName
{
border-color: #F18363;
}
</style>