Shades of Crusta #F18755
Tints of Crusta #F18755
RGB
CMYK
RGB Variations
Color information
#F18755 (or 0xF18755) is known color: Crusta. HEX triplet: F1, 87 and 55. RGB value is (241,135,85). Sum of RGB (Red+Green+Blue) = 241+135+85=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F18755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18755 is #0E78AA. Grayscale: #A1A1A1. Windows color (decimal): -948395 or 5605361. OLE color: 5605361.
HSL color Cylindrical-coordinate representation of color #F18755: hue angle of 19.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F18755 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 85 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.05 |
| HSL | 19.23º | 0.85% | 0.64% | - |
| HSV(B) | 19.23º | 0.65% | 0.95% | - |
| XYZ | 46.58 | 36.68 | 13.22 | - |
| YUV | 160.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 85 | 0 | 0.44 | 0.65 | 0.05 | 19.23 | 0.85 | 0.64 |
| Hex | F1 | 87 | 55 | 0 | 2C | 41 | 5 | 13 | 55 | 40 |
| Octal | 361 | 207 | 125 | 0 | 54 | 101 | 5 | 23 | 125 | 100 |
| Binary | 11110001 | 10000111 | 1010101 | 0 | 101100 | 1000001 | 101 | 10011 | 1010101 | 1000000 |
Color Harmonies of #F18755
Complementary color
Monochromatic Colors of #F18755
Black with #F18755
Text Example
Text Example
White with #F18755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18755; }
p { color: rgb(241,135,85); }
H1.HeaderClassName
{
color: #F18755;
}
.AnyTagClassName
{
color: #F18755;
}
</style>
background-color css
<style>
a { background-color: #F18755; }
a { background-color: rgb(241,135,85); }
div.DivClassName
{
background-color: #F18755;
}
.BgClassName
{
background-color: #F18755;
}
</style>
border-color css
<style>
span { border-color: #F18755; }
span { border-color: rgb(241,135,85); }
td.TdClassName
{
border-color: #F18755;
}
.TagClassName
{
border-color: #F18755;
}
</style>