Shades of Crusta #F18A63
Tints of Crusta #F18A63
RGB
CMYK
RGB Variations
Color information
#F18A63 (or 0xF18A63) is known color: Crusta. HEX triplet: F1, 8A and 63. RGB value is (241,138,99). Sum of RGB (Red+Green+Blue) = 241+138+99=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A63 is #0E759C. Grayscale: #A4A4A4. Windows color (decimal): -947613 or 6523633. OLE color: 6523633.
HSL color Cylindrical-coordinate representation of color #F18A63: hue angle of 16.48º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F18A63 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 99 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.05 |
| HSL | 16.48º | 0.84% | 0.67% | - |
| HSV(B) | 16.48º | 0.59% | 0.95% | - |
| XYZ | 47.62 | 37.78 | 16.59 | - |
| YUV | 164.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 99 | 0 | 0.43 | 0.59 | 0.05 | 16.48 | 0.84 | 0.67 |
| Hex | F1 | 8A | 63 | 0 | 2B | 3B | 5 | 10 | 54 | 43 |
| Octal | 361 | 212 | 143 | 0 | 53 | 73 | 5 | 20 | 124 | 103 |
| Binary | 11110001 | 10001010 | 1100011 | 0 | 101011 | 111011 | 101 | 10000 | 1010100 | 1000011 |
Color Harmonies of #F18A63
Complementary color
Monochromatic Colors of #F18A63
Black with #F18A63
Text Example
Text Example
White with #F18A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A63; }
p { color: rgb(241,138,99); }
H1.HeaderClassName
{
color: #F18A63;
}
.AnyTagClassName
{
color: #F18A63;
}
</style>
background-color css
<style>
a { background-color: #F18A63; }
a { background-color: rgb(241,138,99); }
div.DivClassName
{
background-color: #F18A63;
}
.BgClassName
{
background-color: #F18A63;
}
</style>
border-color css
<style>
span { border-color: #F18A63; }
span { border-color: rgb(241,138,99); }
td.TdClassName
{
border-color: #F18A63;
}
.TagClassName
{
border-color: #F18A63;
}
</style>