Shades of Crusta #F98559
Tints of Crusta #F98559
RGB
CMYK
RGB Variations
Color information
#F98559 (or 0xF98559) is known color: Crusta. HEX triplet: F9, 85 and 59. RGB value is (249,133,89). Sum of RGB (Red+Green+Blue) = 249+133+89=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F98559 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98559 is #067AA6. Grayscale: #A2A2A2. Windows color (decimal): -424615 or 5867001. OLE color: 5867001.
HSL color Cylindrical-coordinate representation of color #F98559: hue angle of 16.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F98559 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 89 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.02 |
| HSL | 16.5º | 0.93% | 0.66% | - |
| HSV(B) | 16.5º | 0.64% | 0.98% | - |
| XYZ | 49.26 | 37.64 | 14.12 | - |
| YUV | 162.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 89 | 0 | 0.47 | 0.64 | 0.02 | 16.5 | 0.93 | 0.66 |
| Hex | F9 | 85 | 59 | 0 | 2F | 40 | 2 | 10 | 5D | 42 |
| Octal | 371 | 205 | 131 | 0 | 57 | 100 | 2 | 20 | 135 | 102 |
| Binary | 11111001 | 10000101 | 1011001 | 0 | 101111 | 1000000 | 10 | 10000 | 1011101 | 1000010 |
Color Harmonies of #F98559
Complementary color
Monochromatic Colors of #F98559
Black with #F98559
Text Example
Text Example
White with #F98559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98559; }
p { color: rgb(249,133,89); }
H1.HeaderClassName
{
color: #F98559;
}
.AnyTagClassName
{
color: #F98559;
}
</style>
background-color css
<style>
a { background-color: #F98559; }
a { background-color: rgb(249,133,89); }
div.DivClassName
{
background-color: #F98559;
}
.BgClassName
{
background-color: #F98559;
}
</style>
border-color css
<style>
span { border-color: #F98559; }
span { border-color: rgb(249,133,89); }
td.TdClassName
{
border-color: #F98559;
}
.TagClassName
{
border-color: #F98559;
}
</style>