Shades of Crusta #F18853
Tints of Crusta #F18853
RGB
CMYK
RGB Variations
Color information
#F18853 (or 0xF18853) is known color: Crusta. HEX triplet: F1, 88 and 53. RGB value is (241,136,83). Sum of RGB (Red+Green+Blue) = 241+136+83=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F18853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18853 is #0E77AC. Grayscale: #A1A1A1. Windows color (decimal): -948141 or 5474545. OLE color: 5474545.
HSL color Cylindrical-coordinate representation of color #F18853: hue angle of 20.13º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F18853 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 83 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.05 |
| HSL | 20.13º | 0.85% | 0.64% | - |
| HSV(B) | 20.13º | 0.66% | 0.95% | - |
| XYZ | 46.64 | 36.93 | 12.85 | - |
| YUV | 161.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 83 | 0 | 0.44 | 0.66 | 0.05 | 20.13 | 0.85 | 0.64 |
| Hex | F1 | 88 | 53 | 0 | 2C | 42 | 5 | 14 | 55 | 40 |
| Octal | 361 | 210 | 123 | 0 | 54 | 102 | 5 | 24 | 125 | 100 |
| Binary | 11110001 | 10001000 | 1010011 | 0 | 101100 | 1000010 | 101 | 10100 | 1010101 | 1000000 |
Color Harmonies of #F18853
Complementary color
Monochromatic Colors of #F18853
Black with #F18853
Text Example
Text Example
White with #F18853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18853; }
p { color: rgb(241,136,83); }
H1.HeaderClassName
{
color: #F18853;
}
.AnyTagClassName
{
color: #F18853;
}
</style>
background-color css
<style>
a { background-color: #F18853; }
a { background-color: rgb(241,136,83); }
div.DivClassName
{
background-color: #F18853;
}
.BgClassName
{
background-color: #F18853;
}
</style>
border-color css
<style>
span { border-color: #F18853; }
span { border-color: rgb(241,136,83); }
td.TdClassName
{
border-color: #F18853;
}
.TagClassName
{
border-color: #F18853;
}
</style>