Shades of Crusta #F18F51
Tints of Crusta #F18F51
RGB
CMYK
RGB Variations
Color information
#F18F51 (or 0xF18F51) is known color: Crusta. HEX triplet: F1, 8F and 51. RGB value is (241,143,81). Sum of RGB (Red+Green+Blue) = 241+143+81=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F51 is #0E70AE. Grayscale: #A5A5A5. Windows color (decimal): -946351 or 5345265. OLE color: 5345265.
HSL color Cylindrical-coordinate representation of color #F18F51: hue angle of 23.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F18F51 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 81 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.05 |
| HSL | 23.25º | 0.85% | 0.63% | - |
| HSV(B) | 23.25º | 0.66% | 0.95% | - |
| XYZ | 47.58 | 38.94 | 12.79 | - |
| YUV | 165.23 | 80.47 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 81 | 0 | 0.41 | 0.66 | 0.05 | 23.25 | 0.85 | 0.63 |
| Hex | F1 | 8F | 51 | 0 | 29 | 42 | 5 | 17 | 55 | 3F |
| Octal | 361 | 217 | 121 | 0 | 51 | 102 | 5 | 27 | 125 | 77 |
| Binary | 11110001 | 10001111 | 1010001 | 0 | 101001 | 1000010 | 101 | 10111 | 1010101 | 111111 |
Color Harmonies of #F18F51
Complementary color
Monochromatic Colors of #F18F51
Black with #F18F51
Text Example
Text Example
White with #F18F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F51; }
p { color: rgb(241,143,81); }
H1.HeaderClassName
{
color: #F18F51;
}
.AnyTagClassName
{
color: #F18F51;
}
</style>
background-color css
<style>
a { background-color: #F18F51; }
a { background-color: rgb(241,143,81); }
div.DivClassName
{
background-color: #F18F51;
}
.BgClassName
{
background-color: #F18F51;
}
</style>
border-color css
<style>
span { border-color: #F18F51; }
span { border-color: rgb(241,143,81); }
td.TdClassName
{
border-color: #F18F51;
}
.TagClassName
{
border-color: #F18F51;
}
</style>