Shades of Crusta #F98863
Tints of Crusta #F98863
RGB
CMYK
RGB Variations
Color information
#F98863 (or 0xF98863) is known color: Crusta. HEX triplet: F9, 88 and 63. RGB value is (249,136,99). Sum of RGB (Red+Green+Blue) = 249+136+99=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F98863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98863 is #06779C. Grayscale: #A5A5A5. Windows color (decimal): -423837 or 6523129. OLE color: 6523129.
HSL color Cylindrical-coordinate representation of color #F98863: hue angle of 14.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F98863 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 99 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.02 |
| HSL | 14.8º | 0.93% | 0.68% | - |
| HSV(B) | 14.8º | 0.6% | 0.98% | - |
| XYZ | 50.12 | 38.65 | 16.62 | - |
| YUV | 165.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 99 | 0 | 0.45 | 0.60 | 0.02 | 14.8 | 0.93 | 0.68 |
| Hex | F9 | 88 | 63 | 0 | 2D | 3C | 2 | F | 5D | 44 |
| Octal | 371 | 210 | 143 | 0 | 55 | 74 | 2 | 17 | 135 | 104 |
| Binary | 11111001 | 10001000 | 1100011 | 0 | 101101 | 111100 | 10 | 1111 | 1011101 | 1000100 |
Color Harmonies of #F98863
Complementary color
Monochromatic Colors of #F98863
Black with #F98863
Text Example
Text Example
White with #F98863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98863; }
p { color: rgb(249,136,99); }
H1.HeaderClassName
{
color: #F98863;
}
.AnyTagClassName
{
color: #F98863;
}
</style>
background-color css
<style>
a { background-color: #F98863; }
a { background-color: rgb(249,136,99); }
div.DivClassName
{
background-color: #F98863;
}
.BgClassName
{
background-color: #F98863;
}
</style>
border-color css
<style>
span { border-color: #F98863; }
span { border-color: rgb(249,136,99); }
td.TdClassName
{
border-color: #F98863;
}
.TagClassName
{
border-color: #F98863;
}
</style>