Shades of Crusta #F18460
Tints of Crusta #F18460
RGB
CMYK
RGB Variations
Color information
#F18460 (or 0xF18460) is known color: Crusta. HEX triplet: F1, 84 and 60. RGB value is (241,132,96). Sum of RGB (Red+Green+Blue) = 241+132+96=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F18460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18460 is #0E7B9F. Grayscale: #A0A0A0. Windows color (decimal): -949152 or 6325489. OLE color: 6325489.
HSL color Cylindrical-coordinate representation of color #F18460: hue angle of 14.9º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F18460 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 96 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.05 |
| HSL | 14.9º | 0.84% | 0.66% | - |
| HSV(B) | 14.9º | 0.6% | 0.95% | - |
| XYZ | 46.64 | 36.05 | 15.57 | - |
| YUV | 160.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 96 | 0 | 0.45 | 0.60 | 0.05 | 14.9 | 0.84 | 0.66 |
| Hex | F1 | 84 | 60 | 0 | 2D | 3C | 5 | F | 54 | 42 |
| Octal | 361 | 204 | 140 | 0 | 55 | 74 | 5 | 17 | 124 | 102 |
| Binary | 11110001 | 10000100 | 1100000 | 0 | 101101 | 111100 | 101 | 1111 | 1010100 | 1000010 |
Color Harmonies of #F18460
Complementary color
Monochromatic Colors of #F18460
Black with #F18460
Text Example
Text Example
White with #F18460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18460; }
p { color: rgb(241,132,96); }
H1.HeaderClassName
{
color: #F18460;
}
.AnyTagClassName
{
color: #F18460;
}
</style>
background-color css
<style>
a { background-color: #F18460; }
a { background-color: rgb(241,132,96); }
div.DivClassName
{
background-color: #F18460;
}
.BgClassName
{
background-color: #F18460;
}
</style>
border-color css
<style>
span { border-color: #F18460; }
span { border-color: rgb(241,132,96); }
td.TdClassName
{
border-color: #F18460;
}
.TagClassName
{
border-color: #F18460;
}
</style>