Shades of Crusta #F98551
Tints of Crusta #F98551
RGB
CMYK
RGB Variations
Color information
#F98551 (or 0xF98551) is known color: Crusta. HEX triplet: F9, 85 and 51. RGB value is (249,133,81). Sum of RGB (Red+Green+Blue) = 249+133+81=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F98551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98551 is #067AAE. Grayscale: #A2A2A2. Windows color (decimal): -424623 or 5342713. OLE color: 5342713.
HSL color Cylindrical-coordinate representation of color #F98551: hue angle of 18.57º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F98551 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 81 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.02 |
| HSL | 18.57º | 0.93% | 0.65% | - |
| HSV(B) | 18.57º | 0.67% | 0.98% | - |
| XYZ | 48.94 | 37.51 | 12.45 | - |
| YUV | 161.76 | 82.43 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 81 | 0 | 0.47 | 0.67 | 0.02 | 18.57 | 0.93 | 0.65 |
| Hex | F9 | 85 | 51 | 0 | 2F | 43 | 2 | 13 | 5D | 41 |
| Octal | 371 | 205 | 121 | 0 | 57 | 103 | 2 | 23 | 135 | 101 |
| Binary | 11111001 | 10000101 | 1010001 | 0 | 101111 | 1000011 | 10 | 10011 | 1011101 | 1000001 |
Color Harmonies of #F98551
Complementary color
Monochromatic Colors of #F98551
Black with #F98551
Text Example
Text Example
White with #F98551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98551; }
p { color: rgb(249,133,81); }
H1.HeaderClassName
{
color: #F98551;
}
.AnyTagClassName
{
color: #F98551;
}
</style>
background-color css
<style>
a { background-color: #F98551; }
a { background-color: rgb(249,133,81); }
div.DivClassName
{
background-color: #F98551;
}
.BgClassName
{
background-color: #F98551;
}
</style>
border-color css
<style>
span { border-color: #F98551; }
span { border-color: rgb(249,133,81); }
td.TdClassName
{
border-color: #F98551;
}
.TagClassName
{
border-color: #F98551;
}
</style>