Shades of Crusta #F18A54
Tints of Crusta #F18A54
RGB
CMYK
RGB Variations
Color information
#F18A54 (or 0xF18A54) is known color: Crusta. HEX triplet: F1, 8A and 54. RGB value is (241,138,84). Sum of RGB (Red+Green+Blue) = 241+138+84=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A54 is #0E75AB. Grayscale: #A2A2A2. Windows color (decimal): -947628 or 5540593. OLE color: 5540593.
HSL color Cylindrical-coordinate representation of color #F18A54: hue angle of 20.64º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F18A54 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 84 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.05 |
| HSL | 20.64º | 0.85% | 0.64% | - |
| HSV(B) | 20.64º | 0.65% | 0.95% | - |
| XYZ | 46.96 | 37.52 | 13.15 | - |
| YUV | 162.64 | 83.62 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 84 | 0 | 0.43 | 0.65 | 0.05 | 20.64 | 0.85 | 0.64 |
| Hex | F1 | 8A | 54 | 0 | 2B | 41 | 5 | 15 | 55 | 40 |
| Octal | 361 | 212 | 124 | 0 | 53 | 101 | 5 | 25 | 125 | 100 |
| Binary | 11110001 | 10001010 | 1010100 | 0 | 101011 | 1000001 | 101 | 10101 | 1010101 | 1000000 |
Color Harmonies of #F18A54
Complementary color
Monochromatic Colors of #F18A54
Black with #F18A54
Text Example
Text Example
White with #F18A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A54; }
p { color: rgb(241,138,84); }
H1.HeaderClassName
{
color: #F18A54;
}
.AnyTagClassName
{
color: #F18A54;
}
</style>
background-color css
<style>
a { background-color: #F18A54; }
a { background-color: rgb(241,138,84); }
div.DivClassName
{
background-color: #F18A54;
}
.BgClassName
{
background-color: #F18A54;
}
</style>
border-color css
<style>
span { border-color: #F18A54; }
span { border-color: rgb(241,138,84); }
td.TdClassName
{
border-color: #F18A54;
}
.TagClassName
{
border-color: #F18A54;
}
</style>