Shades of Crusta #F98C5E
Tints of Crusta #F98C5E
RGB
CMYK
RGB Variations
Color information
#F98C5E (or 0xF98C5E) is known color: Crusta. HEX triplet: F9, 8C and 5E. RGB value is (249,140,94). Sum of RGB (Red+Green+Blue) = 249+140+94=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C5E is #0673A1. Grayscale: #A7A7A7. Windows color (decimal): -422818 or 6196473. OLE color: 6196473.
HSL color Cylindrical-coordinate representation of color #F98C5E: hue angle of 17.81º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F98C5E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 94 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.02 |
| HSL | 17.81º | 0.93% | 0.67% | - |
| HSV(B) | 17.81º | 0.62% | 0.98% | - |
| XYZ | 50.47 | 39.7 | 15.59 | - |
| YUV | 167.35 | 86.61 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 94 | 0 | 0.44 | 0.62 | 0.02 | 17.81 | 0.93 | 0.67 |
| Hex | F9 | 8C | 5E | 0 | 2C | 3E | 2 | 12 | 5D | 43 |
| Octal | 371 | 214 | 136 | 0 | 54 | 76 | 2 | 22 | 135 | 103 |
| Binary | 11111001 | 10001100 | 1011110 | 0 | 101100 | 111110 | 10 | 10010 | 1011101 | 1000011 |
Color Harmonies of #F98C5E
Complementary color
Monochromatic Colors of #F98C5E
Black with #F98C5E
Text Example
Text Example
White with #F98C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C5E; }
p { color: rgb(249,140,94); }
H1.HeaderClassName
{
color: #F98C5E;
}
.AnyTagClassName
{
color: #F98C5E;
}
</style>
background-color css
<style>
a { background-color: #F98C5E; }
a { background-color: rgb(249,140,94); }
div.DivClassName
{
background-color: #F98C5E;
}
.BgClassName
{
background-color: #F98C5E;
}
</style>
border-color css
<style>
span { border-color: #F98C5E; }
span { border-color: rgb(249,140,94); }
td.TdClassName
{
border-color: #F98C5E;
}
.TagClassName
{
border-color: #F98C5E;
}
</style>