Shades of Crusta #F98A49
Tints of Crusta #F98A49
RGB
CMYK
RGB Variations
Color information
#F98A49 (or 0xF98A49) is known color: Crusta. HEX triplet: F9, 8A and 49. RGB value is (249,138,73). Sum of RGB (Red+Green+Blue) = 249+138+73=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98A49 is #0675B6. Grayscale: #A4A4A4. Windows color (decimal): -423351 or 4819705. OLE color: 4819705.
HSL color Cylindrical-coordinate representation of color #F98A49: hue angle of 22.16º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F98A49 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 73 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.02 |
| HSL | 22.16º | 0.94% | 0.63% | - |
| HSV(B) | 22.16º | 0.71% | 0.98% | - |
| XYZ | 49.36 | 38.8 | 11.19 | - |
| YUV | 163.78 | 76.77 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 73 | 0 | 0.45 | 0.71 | 0.02 | 22.16 | 0.94 | 0.63 |
| Hex | F9 | 8A | 49 | 0 | 2D | 47 | 2 | 16 | 5E | 3F |
| Octal | 371 | 212 | 111 | 0 | 55 | 107 | 2 | 26 | 136 | 77 |
| Binary | 11111001 | 10001010 | 1001001 | 0 | 101101 | 1000111 | 10 | 10110 | 1011110 | 111111 |
Color Harmonies of #F98A49
Complementary color
Monochromatic Colors of #F98A49
Black with #F98A49
Text Example
Text Example
White with #F98A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A49; }
p { color: rgb(249,138,73); }
H1.HeaderClassName
{
color: #F98A49;
}
.AnyTagClassName
{
color: #F98A49;
}
</style>
background-color css
<style>
a { background-color: #F98A49; }
a { background-color: rgb(249,138,73); }
div.DivClassName
{
background-color: #F98A49;
}
.BgClassName
{
background-color: #F98A49;
}
</style>
border-color css
<style>
span { border-color: #F98A49; }
span { border-color: rgb(249,138,73); }
td.TdClassName
{
border-color: #F98A49;
}
.TagClassName
{
border-color: #F98A49;
}
</style>