Shades of Crusta #F18A58
Tints of Crusta #F18A58
RGB
CMYK
RGB Variations
Color information
#F18A58 (or 0xF18A58) is known color: Crusta. HEX triplet: F1, 8A and 58. RGB value is (241,138,88). Sum of RGB (Red+Green+Blue) = 241+138+88=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A58 is #0E75A7. Grayscale: #A3A3A3. Windows color (decimal): -947624 or 5802737. OLE color: 5802737.
HSL color Cylindrical-coordinate representation of color #F18A58: hue angle of 19.61º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F18A58 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 88 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.05 |
| HSL | 19.61º | 0.85% | 0.65% | - |
| HSV(B) | 19.61º | 0.63% | 0.95% | - |
| XYZ | 47.13 | 37.58 | 14 | - |
| YUV | 163.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 88 | 0 | 0.43 | 0.63 | 0.05 | 19.61 | 0.85 | 0.65 |
| Hex | F1 | 8A | 58 | 0 | 2B | 3F | 5 | 14 | 55 | 41 |
| Octal | 361 | 212 | 130 | 0 | 53 | 77 | 5 | 24 | 125 | 101 |
| Binary | 11110001 | 10001010 | 1011000 | 0 | 101011 | 111111 | 101 | 10100 | 1010101 | 1000001 |
Color Harmonies of #F18A58
Complementary color
Monochromatic Colors of #F18A58
Black with #F18A58
Text Example
Text Example
White with #F18A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A58; }
p { color: rgb(241,138,88); }
H1.HeaderClassName
{
color: #F18A58;
}
.AnyTagClassName
{
color: #F18A58;
}
</style>
background-color css
<style>
a { background-color: #F18A58; }
a { background-color: rgb(241,138,88); }
div.DivClassName
{
background-color: #F18A58;
}
.BgClassName
{
background-color: #F18A58;
}
</style>
border-color css
<style>
span { border-color: #F18A58; }
span { border-color: rgb(241,138,88); }
td.TdClassName
{
border-color: #F18A58;
}
.TagClassName
{
border-color: #F18A58;
}
</style>