Shades of Crusta #F18B56
Tints of Crusta #F18B56
RGB
CMYK
RGB Variations
Color information
#F18B56 (or 0xF18B56) is known color: Crusta. HEX triplet: F1, 8B and 56. RGB value is (241,139,86). Sum of RGB (Red+Green+Blue) = 241+139+86=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B56 is #0E74A9. Grayscale: #A3A3A3. Windows color (decimal): -947370 or 5671921. OLE color: 5671921.
HSL color Cylindrical-coordinate representation of color #F18B56: hue angle of 20.52º 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 #F18B56 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 86 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.05 |
| HSL | 20.52º | 0.85% | 0.64% | - |
| HSV(B) | 20.52º | 0.64% | 0.95% | - |
| XYZ | 47.19 | 37.84 | 13.62 | - |
| YUV | 163.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 86 | 0 | 0.42 | 0.64 | 0.05 | 20.52 | 0.85 | 0.64 |
| Hex | F1 | 8B | 56 | 0 | 2A | 40 | 5 | 15 | 55 | 40 |
| Octal | 361 | 213 | 126 | 0 | 52 | 100 | 5 | 25 | 125 | 100 |
| Binary | 11110001 | 10001011 | 1010110 | 0 | 101010 | 1000000 | 101 | 10101 | 1010101 | 1000000 |
Color Harmonies of #F18B56
Complementary color
Monochromatic Colors of #F18B56
Black with #F18B56
Text Example
Text Example
White with #F18B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B56; }
p { color: rgb(241,139,86); }
H1.HeaderClassName
{
color: #F18B56;
}
.AnyTagClassName
{
color: #F18B56;
}
</style>
background-color css
<style>
a { background-color: #F18B56; }
a { background-color: rgb(241,139,86); }
div.DivClassName
{
background-color: #F18B56;
}
.BgClassName
{
background-color: #F18B56;
}
</style>
border-color css
<style>
span { border-color: #F18B56; }
span { border-color: rgb(241,139,86); }
td.TdClassName
{
border-color: #F18B56;
}
.TagClassName
{
border-color: #F18B56;
}
</style>