Shades of Crusta #F18D59
Tints of Crusta #F18D59
RGB
CMYK
RGB Variations
Color information
#F18D59 (or 0xF18D59) is known color: Crusta. HEX triplet: F1, 8D and 59. RGB value is (241,141,89). Sum of RGB (Red+Green+Blue) = 241+141+89=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D59 is #0E72A6. Grayscale: #A5A5A5. Windows color (decimal): -946855 or 5869041. OLE color: 5869041.
HSL color Cylindrical-coordinate representation of color #F18D59: hue angle of 20.53º degrees, saturation: 0.84, 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 #F18D59 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 89 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.05 |
| HSL | 20.53º | 0.84% | 0.65% | - |
| HSV(B) | 20.53º | 0.63% | 0.95% | - |
| XYZ | 47.6 | 38.47 | 14.37 | - |
| YUV | 164.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 89 | 0 | 0.41 | 0.63 | 0.05 | 20.53 | 0.84 | 0.65 |
| Hex | F1 | 8D | 59 | 0 | 29 | 3F | 5 | 15 | 54 | 41 |
| Octal | 361 | 215 | 131 | 0 | 51 | 77 | 5 | 25 | 124 | 101 |
| Binary | 11110001 | 10001101 | 1011001 | 0 | 101001 | 111111 | 101 | 10101 | 1010100 | 1000001 |
Color Harmonies of #F18D59
Complementary color
Monochromatic Colors of #F18D59
Black with #F18D59
Text Example
Text Example
White with #F18D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D59; }
p { color: rgb(241,141,89); }
H1.HeaderClassName
{
color: #F18D59;
}
.AnyTagClassName
{
color: #F18D59;
}
</style>
background-color css
<style>
a { background-color: #F18D59; }
a { background-color: rgb(241,141,89); }
div.DivClassName
{
background-color: #F18D59;
}
.BgClassName
{
background-color: #F18D59;
}
</style>
border-color css
<style>
span { border-color: #F18D59; }
span { border-color: rgb(241,141,89); }
td.TdClassName
{
border-color: #F18D59;
}
.TagClassName
{
border-color: #F18D59;
}
</style>