Shades of Crusta #F18863
Tints of Crusta #F18863
RGB
CMYK
RGB Variations
Color information
#F18863 (or 0xF18863) is known color: Crusta. HEX triplet: F1, 88 and 63. RGB value is (241,136,99). Sum of RGB (Red+Green+Blue) = 241+136+99=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F18863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18863 is #0E779C. Grayscale: #A3A3A3. Windows color (decimal): -948125 or 6523121. OLE color: 6523121.
HSL color Cylindrical-coordinate representation of color #F18863: hue angle of 15.63º 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 #F18863 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 99 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.05 |
| HSL | 15.63º | 0.84% | 0.67% | - |
| HSV(B) | 15.63º | 0.59% | 0.95% | - |
| XYZ | 47.33 | 37.21 | 16.49 | - |
| YUV | 163.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 99 | 0 | 0.44 | 0.59 | 0.05 | 15.63 | 0.84 | 0.67 |
| Hex | F1 | 88 | 63 | 0 | 2C | 3B | 5 | 10 | 54 | 43 |
| Octal | 361 | 210 | 143 | 0 | 54 | 73 | 5 | 20 | 124 | 103 |
| Binary | 11110001 | 10001000 | 1100011 | 0 | 101100 | 111011 | 101 | 10000 | 1010100 | 1000011 |
Color Harmonies of #F18863
Complementary color
Monochromatic Colors of #F18863
Black with #F18863
Text Example
Text Example
White with #F18863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18863; }
p { color: rgb(241,136,99); }
H1.HeaderClassName
{
color: #F18863;
}
.AnyTagClassName
{
color: #F18863;
}
</style>
background-color css
<style>
a { background-color: #F18863; }
a { background-color: rgb(241,136,99); }
div.DivClassName
{
background-color: #F18863;
}
.BgClassName
{
background-color: #F18863;
}
</style>
border-color css
<style>
span { border-color: #F18863; }
span { border-color: rgb(241,136,99); }
td.TdClassName
{
border-color: #F18863;
}
.TagClassName
{
border-color: #F18863;
}
</style>