Shades of Crusta #F18F5A
Tints of Crusta #F18F5A
RGB
CMYK
RGB Variations
Color information
#F18F5A (or 0xF18F5A) is known color: Crusta. HEX triplet: F1, 8F and 5A. RGB value is (241,143,90). Sum of RGB (Red+Green+Blue) = 241+143+90=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F5A is #0E70A5. Grayscale: #A6A6A6. Windows color (decimal): -946342 or 5935089. OLE color: 5935089.
HSL color Cylindrical-coordinate representation of color #F18F5A: hue angle of 21.06º 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 #F18F5A is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 90 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.05 |
| HSL | 21.06º | 0.84% | 0.65% | - |
| HSV(B) | 21.06º | 0.63% | 0.95% | - |
| XYZ | 47.94 | 39.08 | 14.69 | - |
| YUV | 166.26 | 84.97 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 90 | 0 | 0.41 | 0.63 | 0.05 | 21.06 | 0.84 | 0.65 |
| Hex | F1 | 8F | 5A | 0 | 29 | 3F | 5 | 15 | 54 | 41 |
| Octal | 361 | 217 | 132 | 0 | 51 | 77 | 5 | 25 | 124 | 101 |
| Binary | 11110001 | 10001111 | 1011010 | 0 | 101001 | 111111 | 101 | 10101 | 1010100 | 1000001 |
Color Harmonies of #F18F5A
Complementary color
Monochromatic Colors of #F18F5A
Black with #F18F5A
Text Example
Text Example
White with #F18F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F5A; }
p { color: rgb(241,143,90); }
H1.HeaderClassName
{
color: #F18F5A;
}
.AnyTagClassName
{
color: #F18F5A;
}
</style>
background-color css
<style>
a { background-color: #F18F5A; }
a { background-color: rgb(241,143,90); }
div.DivClassName
{
background-color: #F18F5A;
}
.BgClassName
{
background-color: #F18F5A;
}
</style>
border-color css
<style>
span { border-color: #F18F5A; }
span { border-color: rgb(241,143,90); }
td.TdClassName
{
border-color: #F18F5A;
}
.TagClassName
{
border-color: #F18F5A;
}
</style>