Shades of Crusta #F18D54
Tints of Crusta #F18D54
RGB
CMYK
RGB Variations
Color information
#F18D54 (or 0xF18D54) is known color: Crusta. HEX triplet: F1, 8D and 54. RGB value is (241,141,84). Sum of RGB (Red+Green+Blue) = 241+141+84=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D54 is #0E72AB. Grayscale: #A4A4A4. Windows color (decimal): -946860 or 5541361. OLE color: 5541361.
HSL color Cylindrical-coordinate representation of color #F18D54: hue angle of 21.78º 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 #F18D54 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 84 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.05 |
| HSL | 21.78º | 0.85% | 0.64% | - |
| HSV(B) | 21.78º | 0.65% | 0.95% | - |
| XYZ | 47.4 | 38.39 | 13.3 | - |
| YUV | 164.4 | 82.63 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 84 | 0 | 0.41 | 0.65 | 0.05 | 21.78 | 0.85 | 0.64 |
| Hex | F1 | 8D | 54 | 0 | 29 | 41 | 5 | 16 | 55 | 40 |
| Octal | 361 | 215 | 124 | 0 | 51 | 101 | 5 | 26 | 125 | 100 |
| Binary | 11110001 | 10001101 | 1010100 | 0 | 101001 | 1000001 | 101 | 10110 | 1010101 | 1000000 |
Color Harmonies of #F18D54
Complementary color
Monochromatic Colors of #F18D54
Black with #F18D54
Text Example
Text Example
White with #F18D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D54; }
p { color: rgb(241,141,84); }
H1.HeaderClassName
{
color: #F18D54;
}
.AnyTagClassName
{
color: #F18D54;
}
</style>
background-color css
<style>
a { background-color: #F18D54; }
a { background-color: rgb(241,141,84); }
div.DivClassName
{
background-color: #F18D54;
}
.BgClassName
{
background-color: #F18D54;
}
</style>
border-color css
<style>
span { border-color: #F18D54; }
span { border-color: rgb(241,141,84); }
td.TdClassName
{
border-color: #F18D54;
}
.TagClassName
{
border-color: #F18D54;
}
</style>