Shades of Crusta #F18B5B
Tints of Crusta #F18B5B
RGB
CMYK
RGB Variations
Color information
#F18B5B (or 0xF18B5B) is known color: Crusta. HEX triplet: F1, 8B and 5B. RGB value is (241,139,91). Sum of RGB (Red+Green+Blue) = 241+139+91=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B5B is #0E74A4. Grayscale: #A4A4A4. Windows color (decimal): -947365 or 5999601. OLE color: 5999601.
HSL color Cylindrical-coordinate representation of color #F18B5B: hue angle of 19.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F18B5B is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 91 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.05 |
| HSL | 19.2º | 0.84% | 0.65% | - |
| HSV(B) | 19.2º | 0.62% | 0.95% | - |
| XYZ | 47.4 | 37.92 | 14.72 | - |
| YUV | 164.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 91 | 0 | 0.42 | 0.62 | 0.05 | 19.2 | 0.84 | 0.65 |
| Hex | F1 | 8B | 5B | 0 | 2A | 3E | 5 | 13 | 54 | 41 |
| Octal | 361 | 213 | 133 | 0 | 52 | 76 | 5 | 23 | 124 | 101 |
| Binary | 11110001 | 10001011 | 1011011 | 0 | 101010 | 111110 | 101 | 10011 | 1010100 | 1000001 |
Color Harmonies of #F18B5B
Complementary color
Monochromatic Colors of #F18B5B
Black with #F18B5B
Text Example
Text Example
White with #F18B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B5B; }
p { color: rgb(241,139,91); }
H1.HeaderClassName
{
color: #F18B5B;
}
.AnyTagClassName
{
color: #F18B5B;
}
</style>
background-color css
<style>
a { background-color: #F18B5B; }
a { background-color: rgb(241,139,91); }
div.DivClassName
{
background-color: #F18B5B;
}
.BgClassName
{
background-color: #F18B5B;
}
</style>
border-color css
<style>
span { border-color: #F18B5B; }
span { border-color: rgb(241,139,91); }
td.TdClassName
{
border-color: #F18B5B;
}
.TagClassName
{
border-color: #F18B5B;
}
</style>