Shades of Crusta #F18B63
Tints of Crusta #F18B63
RGB
CMYK
RGB Variations
Color information
#F18B63 (or 0xF18B63) is known color: Crusta. HEX triplet: F1, 8B and 63. RGB value is (241,139,99). Sum of RGB (Red+Green+Blue) = 241+139+99=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B63 is #0E749C. Grayscale: #A5A5A5. Windows color (decimal): -947357 or 6523889. OLE color: 6523889.
HSL color Cylindrical-coordinate representation of color #F18B63: hue angle of 16.9º 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 #F18B63 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 99 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.05 |
| HSL | 16.9º | 0.84% | 0.67% | - |
| HSV(B) | 16.9º | 0.59% | 0.95% | - |
| XYZ | 47.76 | 38.07 | 16.63 | - |
| YUV | 164.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 99 | 0 | 0.42 | 0.59 | 0.05 | 16.9 | 0.84 | 0.67 |
| Hex | F1 | 8B | 63 | 0 | 2A | 3B | 5 | 11 | 54 | 43 |
| Octal | 361 | 213 | 143 | 0 | 52 | 73 | 5 | 21 | 124 | 103 |
| Binary | 11110001 | 10001011 | 1100011 | 0 | 101010 | 111011 | 101 | 10001 | 1010100 | 1000011 |
Color Harmonies of #F18B63
Complementary color
Monochromatic Colors of #F18B63
Black with #F18B63
Text Example
Text Example
White with #F18B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B63; }
p { color: rgb(241,139,99); }
H1.HeaderClassName
{
color: #F18B63;
}
.AnyTagClassName
{
color: #F18B63;
}
</style>
background-color css
<style>
a { background-color: #F18B63; }
a { background-color: rgb(241,139,99); }
div.DivClassName
{
background-color: #F18B63;
}
.BgClassName
{
background-color: #F18B63;
}
</style>
border-color css
<style>
span { border-color: #F18B63; }
span { border-color: rgb(241,139,99); }
td.TdClassName
{
border-color: #F18B63;
}
.TagClassName
{
border-color: #F18B63;
}
</style>