Shades of Crusta #F18562
Tints of Crusta #F18562
RGB
CMYK
RGB Variations
Color information
#F18562 (or 0xF18562) is known color: Crusta. HEX triplet: F1, 85 and 62. RGB value is (241,133,98). Sum of RGB (Red+Green+Blue) = 241+133+98=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F18562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18562 is #0E7A9D. Grayscale: #A1A1A1. Windows color (decimal): -948894 or 6456817. OLE color: 6456817.
HSL color Cylindrical-coordinate representation of color #F18562: hue angle of 14.69º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F18562 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 98 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.05 |
| HSL | 14.69º | 0.84% | 0.66% | - |
| HSV(B) | 14.69º | 0.59% | 0.95% | - |
| XYZ | 46.87 | 36.36 | 16.1 | - |
| YUV | 161.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 98 | 0 | 0.45 | 0.59 | 0.05 | 14.69 | 0.84 | 0.66 |
| Hex | F1 | 85 | 62 | 0 | 2D | 3B | 5 | F | 54 | 42 |
| Octal | 361 | 205 | 142 | 0 | 55 | 73 | 5 | 17 | 124 | 102 |
| Binary | 11110001 | 10000101 | 1100010 | 0 | 101101 | 111011 | 101 | 1111 | 1010100 | 1000010 |
Color Harmonies of #F18562
Complementary color
Monochromatic Colors of #F18562
Black with #F18562
Text Example
Text Example
White with #F18562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18562; }
p { color: rgb(241,133,98); }
H1.HeaderClassName
{
color: #F18562;
}
.AnyTagClassName
{
color: #F18562;
}
</style>
background-color css
<style>
a { background-color: #F18562; }
a { background-color: rgb(241,133,98); }
div.DivClassName
{
background-color: #F18562;
}
.BgClassName
{
background-color: #F18562;
}
</style>
border-color css
<style>
span { border-color: #F18562; }
span { border-color: rgb(241,133,98); }
td.TdClassName
{
border-color: #F18562;
}
.TagClassName
{
border-color: #F18562;
}
</style>