Shades of Crusta #F18F56
Tints of Crusta #F18F56
RGB
CMYK
RGB Variations
Color information
#F18F56 (or 0xF18F56) is known color: Crusta. HEX triplet: F1, 8F and 56. RGB value is (241,143,86). Sum of RGB (Red+Green+Blue) = 241+143+86=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F56 is #0E70A9. Grayscale: #A6A6A6. Windows color (decimal): -946346 or 5672945. OLE color: 5672945.
HSL color Cylindrical-coordinate representation of color #F18F56: hue angle of 22.06º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F18F56 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 86 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.05 |
| HSL | 22.06º | 0.85% | 0.64% | - |
| HSV(B) | 22.06º | 0.64% | 0.95% | - |
| XYZ | 47.78 | 39.02 | 13.82 | - |
| YUV | 165.8 | 82.97 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 86 | 0 | 0.41 | 0.64 | 0.05 | 22.06 | 0.85 | 0.64 |
| Hex | F1 | 8F | 56 | 0 | 29 | 40 | 5 | 16 | 55 | 40 |
| Octal | 361 | 217 | 126 | 0 | 51 | 100 | 5 | 26 | 125 | 100 |
| Binary | 11110001 | 10001111 | 1010110 | 0 | 101001 | 1000000 | 101 | 10110 | 1010101 | 1000000 |
Color Harmonies of #F18F56
Complementary color
Monochromatic Colors of #F18F56
Black with #F18F56
Text Example
Text Example
White with #F18F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F56; }
p { color: rgb(241,143,86); }
H1.HeaderClassName
{
color: #F18F56;
}
.AnyTagClassName
{
color: #F18F56;
}
</style>
background-color css
<style>
a { background-color: #F18F56; }
a { background-color: rgb(241,143,86); }
div.DivClassName
{
background-color: #F18F56;
}
.BgClassName
{
background-color: #F18F56;
}
</style>
border-color css
<style>
span { border-color: #F18F56; }
span { border-color: rgb(241,143,86); }
td.TdClassName
{
border-color: #F18F56;
}
.TagClassName
{
border-color: #F18F56;
}
</style>