Shades of Crusta #F98C59
Tints of Crusta #F98C59
RGB
CMYK
RGB Variations
Color information
#F98C59 (or 0xF98C59) is known color: Crusta. HEX triplet: F9, 8C and 59. RGB value is (249,140,89). Sum of RGB (Red+Green+Blue) = 249+140+89=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C59 is #0673A6. Grayscale: #A7A7A7. Windows color (decimal): -422823 or 5868793. OLE color: 5868793.
HSL color Cylindrical-coordinate representation of color #F98C59: hue angle of 19.12º 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 #F98C59 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 89 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.02 |
| HSL | 19.13º | 0.93% | 0.66% | - |
| HSV(B) | 19.13º | 0.64% | 0.98% | - |
| XYZ | 50.25 | 39.62 | 14.45 | - |
| YUV | 166.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 89 | 0 | 0.44 | 0.64 | 0.02 | 19.13 | 0.93 | 0.66 |
| Hex | F9 | 8C | 59 | 0 | 2C | 40 | 2 | 13 | 5D | 42 |
| Octal | 371 | 214 | 131 | 0 | 54 | 100 | 2 | 23 | 135 | 102 |
| Binary | 11111001 | 10001100 | 1011001 | 0 | 101100 | 1000000 | 10 | 10011 | 1011101 | 1000010 |
Color Harmonies of #F98C59
Complementary color
Monochromatic Colors of #F98C59
Black with #F98C59
Text Example
Text Example
White with #F98C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C59; }
p { color: rgb(249,140,89); }
H1.HeaderClassName
{
color: #F98C59;
}
.AnyTagClassName
{
color: #F98C59;
}
</style>
background-color css
<style>
a { background-color: #F98C59; }
a { background-color: rgb(249,140,89); }
div.DivClassName
{
background-color: #F98C59;
}
.BgClassName
{
background-color: #F98C59;
}
</style>
border-color css
<style>
span { border-color: #F98C59; }
span { border-color: rgb(249,140,89); }
td.TdClassName
{
border-color: #F98C59;
}
.TagClassName
{
border-color: #F98C59;
}
</style>