Shades of Crusta #F18D5A
Tints of Crusta #F18D5A
RGB
CMYK
RGB Variations
Color information
#F18D5A (or 0xF18D5A) is known color: Crusta. HEX triplet: F1, 8D and 5A. RGB value is (241,141,90). Sum of RGB (Red+Green+Blue) = 241+141+90=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D5A is #0E72A5. Grayscale: #A5A5A5. Windows color (decimal): -946854 or 5934577. OLE color: 5934577.
HSL color Cylindrical-coordinate representation of color #F18D5A: hue angle of 20.26º 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 #F18D5A is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 90 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.05 |
| HSL | 20.26º | 0.84% | 0.65% | - |
| HSV(B) | 20.26º | 0.63% | 0.95% | - |
| XYZ | 47.65 | 38.49 | 14.59 | - |
| YUV | 165.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 90 | 0 | 0.41 | 0.63 | 0.05 | 20.26 | 0.84 | 0.65 |
| Hex | F1 | 8D | 5A | 0 | 29 | 3F | 5 | 14 | 54 | 41 |
| Octal | 361 | 215 | 132 | 0 | 51 | 77 | 5 | 24 | 124 | 101 |
| Binary | 11110001 | 10001101 | 1011010 | 0 | 101001 | 111111 | 101 | 10100 | 1010100 | 1000001 |
Color Harmonies of #F18D5A
Complementary color
Monochromatic Colors of #F18D5A
Black with #F18D5A
Text Example
Text Example
White with #F18D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D5A; }
p { color: rgb(241,141,90); }
H1.HeaderClassName
{
color: #F18D5A;
}
.AnyTagClassName
{
color: #F18D5A;
}
</style>
background-color css
<style>
a { background-color: #F18D5A; }
a { background-color: rgb(241,141,90); }
div.DivClassName
{
background-color: #F18D5A;
}
.BgClassName
{
background-color: #F18D5A;
}
</style>
border-color css
<style>
span { border-color: #F18D5A; }
span { border-color: rgb(241,141,90); }
td.TdClassName
{
border-color: #F18D5A;
}
.TagClassName
{
border-color: #F18D5A;
}
</style>