Shades of Crusta #F18762
Tints of Crusta #F18762
RGB
CMYK
RGB Variations
Color information
#F18762 (or 0xF18762) is known color: Crusta. HEX triplet: F1, 87 and 62. RGB value is (241,135,98). Sum of RGB (Red+Green+Blue) = 241+135+98=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F18762 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18762 is #0E789D. Grayscale: #A2A2A2. Windows color (decimal): -948382 or 6457329. OLE color: 6457329.
HSL color Cylindrical-coordinate representation of color #F18762: hue angle of 15.52º 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 #F18762 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 98 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.05 |
| HSL | 15.52º | 0.84% | 0.66% | - |
| HSV(B) | 15.52º | 0.59% | 0.95% | - |
| XYZ | 47.14 | 36.91 | 16.19 | - |
| YUV | 162.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 98 | 0 | 0.44 | 0.59 | 0.05 | 15.52 | 0.84 | 0.66 |
| Hex | F1 | 87 | 62 | 0 | 2C | 3B | 5 | 10 | 54 | 42 |
| Octal | 361 | 207 | 142 | 0 | 54 | 73 | 5 | 20 | 124 | 102 |
| Binary | 11110001 | 10000111 | 1100010 | 0 | 101100 | 111011 | 101 | 10000 | 1010100 | 1000010 |
Color Harmonies of #F18762
Complementary color
Monochromatic Colors of #F18762
Black with #F18762
Text Example
Text Example
White with #F18762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18762; }
p { color: rgb(241,135,98); }
H1.HeaderClassName
{
color: #F18762;
}
.AnyTagClassName
{
color: #F18762;
}
</style>
background-color css
<style>
a { background-color: #F18762; }
a { background-color: rgb(241,135,98); }
div.DivClassName
{
background-color: #F18762;
}
.BgClassName
{
background-color: #F18762;
}
</style>
border-color css
<style>
span { border-color: #F18762; }
span { border-color: rgb(241,135,98); }
td.TdClassName
{
border-color: #F18762;
}
.TagClassName
{
border-color: #F18762;
}
</style>