Shades of Crusta #F98E5E
Tints of Crusta #F98E5E
RGB
CMYK
RGB Variations
Color information
#F98E5E (or 0xF98E5E) is known color: Crusta. HEX triplet: F9, 8E and 5E. RGB value is (249,142,94). Sum of RGB (Red+Green+Blue) = 249+142+94=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98E5E is #0671A1. Grayscale: #A8A8A8. Windows color (decimal): -422306 or 6196985. OLE color: 6196985.
HSL color Cylindrical-coordinate representation of color #F98E5E: hue angle of 18.58º 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 #F98E5E is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 94 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.02 |
| HSL | 18.58º | 0.93% | 0.67% | - |
| HSV(B) | 18.58º | 0.62% | 0.98% | - |
| XYZ | 50.76 | 40.29 | 15.69 | - |
| YUV | 168.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 94 | 0 | 0.43 | 0.62 | 0.02 | 18.58 | 0.93 | 0.67 |
| Hex | F9 | 8E | 5E | 0 | 2B | 3E | 2 | 13 | 5D | 43 |
| Octal | 371 | 216 | 136 | 0 | 53 | 76 | 2 | 23 | 135 | 103 |
| Binary | 11111001 | 10001110 | 1011110 | 0 | 101011 | 111110 | 10 | 10011 | 1011101 | 1000011 |
Color Harmonies of #F98E5E
Complementary color
Monochromatic Colors of #F98E5E
Black with #F98E5E
Text Example
Text Example
White with #F98E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98E5E; }
p { color: rgb(249,142,94); }
H1.HeaderClassName
{
color: #F98E5E;
}
.AnyTagClassName
{
color: #F98E5E;
}
</style>
background-color css
<style>
a { background-color: #F98E5E; }
a { background-color: rgb(249,142,94); }
div.DivClassName
{
background-color: #F98E5E;
}
.BgClassName
{
background-color: #F98E5E;
}
</style>
border-color css
<style>
span { border-color: #F98E5E; }
span { border-color: rgb(249,142,94); }
td.TdClassName
{
border-color: #F98E5E;
}
.TagClassName
{
border-color: #F98E5E;
}
</style>