Shades of Crusta #F18A50
Tints of Crusta #F18A50
RGB
CMYK
RGB Variations
Color information
#F18A50 (or 0xF18A50) is known color: Crusta. HEX triplet: F1, 8A and 50. RGB value is (241,138,80). Sum of RGB (Red+Green+Blue) = 241+138+80=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A50 is #0E75AF. Grayscale: #A2A2A2. Windows color (decimal): -947632 or 5278449. OLE color: 5278449.
HSL color Cylindrical-coordinate representation of color #F18A50: hue angle of 21.61º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F18A50 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 80 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.05 |
| HSL | 21.61º | 0.85% | 0.63% | - |
| HSV(B) | 21.61º | 0.67% | 0.95% | - |
| XYZ | 46.81 | 37.46 | 12.35 | - |
| YUV | 162.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 80 | 0 | 0.43 | 0.67 | 0.05 | 21.61 | 0.85 | 0.63 |
| Hex | F1 | 8A | 50 | 0 | 2B | 43 | 5 | 16 | 55 | 3F |
| Octal | 361 | 212 | 120 | 0 | 53 | 103 | 5 | 26 | 125 | 77 |
| Binary | 11110001 | 10001010 | 1010000 | 0 | 101011 | 1000011 | 101 | 10110 | 1010101 | 111111 |
Color Harmonies of #F18A50
Complementary color
Monochromatic Colors of #F18A50
Black with #F18A50
Text Example
Text Example
White with #F18A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A50; }
p { color: rgb(241,138,80); }
H1.HeaderClassName
{
color: #F18A50;
}
.AnyTagClassName
{
color: #F18A50;
}
</style>
background-color css
<style>
a { background-color: #F18A50; }
a { background-color: rgb(241,138,80); }
div.DivClassName
{
background-color: #F18A50;
}
.BgClassName
{
background-color: #F18A50;
}
</style>
border-color css
<style>
span { border-color: #F18A50; }
span { border-color: rgb(241,138,80); }
td.TdClassName
{
border-color: #F18A50;
}
.TagClassName
{
border-color: #F18A50;
}
</style>