Shades of Crusta #F18B64
Tints of Crusta #F18B64
RGB
CMYK
RGB Variations
Color information
#F18B64 (or 0xF18B64) is known color: Crusta. HEX triplet: F1, 8B and 64. RGB value is (241,139,100). Sum of RGB (Red+Green+Blue) = 241+139+100=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B64 is #0E749B. Grayscale: #A5A5A5. Windows color (decimal): -947356 or 6589425. OLE color: 6589425.
HSL color Cylindrical-coordinate representation of color #F18B64: hue angle of 16.6º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F18B64 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 100 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.05 |
| HSL | 16.6º | 0.83% | 0.67% | - |
| HSV(B) | 16.6º | 0.59% | 0.95% | - |
| XYZ | 47.81 | 38.09 | 16.89 | - |
| YUV | 165.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 100 | 0 | 0.42 | 0.59 | 0.05 | 16.6 | 0.83 | 0.67 |
| Hex | F1 | 8B | 64 | 0 | 2A | 3B | 5 | 11 | 53 | 43 |
| Octal | 361 | 213 | 144 | 0 | 52 | 73 | 5 | 21 | 123 | 103 |
| Binary | 11110001 | 10001011 | 1100100 | 0 | 101010 | 111011 | 101 | 10001 | 1010011 | 1000011 |
Color Harmonies of #F18B64
Complementary color
Monochromatic Colors of #F18B64
Black with #F18B64
Text Example
Text Example
White with #F18B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B64; }
p { color: rgb(241,139,100); }
H1.HeaderClassName
{
color: #F18B64;
}
.AnyTagClassName
{
color: #F18B64;
}
</style>
background-color css
<style>
a { background-color: #F18B64; }
a { background-color: rgb(241,139,100); }
div.DivClassName
{
background-color: #F18B64;
}
.BgClassName
{
background-color: #F18B64;
}
</style>
border-color css
<style>
span { border-color: #F18B64; }
span { border-color: rgb(241,139,100); }
td.TdClassName
{
border-color: #F18B64;
}
.TagClassName
{
border-color: #F18B64;
}
</style>