Shades of Crusta #F18B5C
Tints of Crusta #F18B5C
RGB
CMYK
RGB Variations
Color information
#F18B5C (or 0xF18B5C) is known color: Crusta. HEX triplet: F1, 8B and 5C. RGB value is (241,139,92). Sum of RGB (Red+Green+Blue) = 241+139+92=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B5C is #0E74A3. Grayscale: #A4A4A4. Windows color (decimal): -947364 or 6065137. OLE color: 6065137.
HSL color Cylindrical-coordinate representation of color #F18B5C: hue angle of 18.93º 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 #F18B5C is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 92 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.05 |
| HSL | 18.93º | 0.84% | 0.65% | - |
| HSV(B) | 18.93º | 0.62% | 0.95% | - |
| XYZ | 47.44 | 37.94 | 14.95 | - |
| YUV | 164.14 | 87.29 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 92 | 0 | 0.42 | 0.62 | 0.05 | 18.93 | 0.84 | 0.65 |
| Hex | F1 | 8B | 5C | 0 | 2A | 3E | 5 | 13 | 54 | 41 |
| Octal | 361 | 213 | 134 | 0 | 52 | 76 | 5 | 23 | 124 | 101 |
| Binary | 11110001 | 10001011 | 1011100 | 0 | 101010 | 111110 | 101 | 10011 | 1010100 | 1000001 |
Color Harmonies of #F18B5C
Complementary color
Monochromatic Colors of #F18B5C
Black with #F18B5C
Text Example
Text Example
White with #F18B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B5C; }
p { color: rgb(241,139,92); }
H1.HeaderClassName
{
color: #F18B5C;
}
.AnyTagClassName
{
color: #F18B5C;
}
</style>
background-color css
<style>
a { background-color: #F18B5C; }
a { background-color: rgb(241,139,92); }
div.DivClassName
{
background-color: #F18B5C;
}
.BgClassName
{
background-color: #F18B5C;
}
</style>
border-color css
<style>
span { border-color: #F18B5C; }
span { border-color: rgb(241,139,92); }
td.TdClassName
{
border-color: #F18B5C;
}
.TagClassName
{
border-color: #F18B5C;
}
</style>