Shades of Crusta #F18A65
Tints of Crusta #F18A65
RGB
CMYK
RGB Variations
Color information
#F18A65 (or 0xF18A65) is known color: Crusta. HEX triplet: F1, 8A and 65. RGB value is (241,138,101). Sum of RGB (Red+Green+Blue) = 241+138+101=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A65 is #0E759A. Grayscale: #A4A4A4. Windows color (decimal): -947611 or 6654705. OLE color: 6654705.
HSL color Cylindrical-coordinate representation of color #F18A65: hue angle of 15.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F18A65 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 101 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.05 |
| HSL | 15.86º | 0.83% | 0.67% | - |
| HSV(B) | 15.86º | 0.58% | 0.95% | - |
| XYZ | 47.71 | 37.82 | 17.1 | - |
| YUV | 164.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 101 | 0 | 0.43 | 0.58 | 0.05 | 15.86 | 0.83 | 0.67 |
| Hex | F1 | 8A | 65 | 0 | 2B | 3A | 5 | 10 | 53 | 43 |
| Octal | 361 | 212 | 145 | 0 | 53 | 72 | 5 | 20 | 123 | 103 |
| Binary | 11110001 | 10001010 | 1100101 | 0 | 101011 | 111010 | 101 | 10000 | 1010011 | 1000011 |
Color Harmonies of #F18A65
Complementary color
Monochromatic Colors of #F18A65
Black with #F18A65
Text Example
Text Example
White with #F18A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A65; }
p { color: rgb(241,138,101); }
H1.HeaderClassName
{
color: #F18A65;
}
.AnyTagClassName
{
color: #F18A65;
}
</style>
background-color css
<style>
a { background-color: #F18A65; }
a { background-color: rgb(241,138,101); }
div.DivClassName
{
background-color: #F18A65;
}
.BgClassName
{
background-color: #F18A65;
}
</style>
border-color css
<style>
span { border-color: #F18A65; }
span { border-color: rgb(241,138,101); }
td.TdClassName
{
border-color: #F18A65;
}
.TagClassName
{
border-color: #F18A65;
}
</style>