Shades of Crusta #F98D5E
Tints of Crusta #F98D5E
RGB
CMYK
RGB Variations
Color information
#F98D5E (or 0xF98D5E) is known color: Crusta. HEX triplet: F9, 8D and 5E. RGB value is (249,141,94). Sum of RGB (Red+Green+Blue) = 249+141+94=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D5E is #0672A1. Grayscale: #A8A8A8. Windows color (decimal): -422562 or 6196729. OLE color: 6196729.
HSL color Cylindrical-coordinate representation of color #F98D5E: hue angle of 18.19º 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 #F98D5E is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 94 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.02 |
| HSL | 18.19º | 0.93% | 0.67% | - |
| HSV(B) | 18.19º | 0.62% | 0.98% | - |
| XYZ | 50.61 | 40 | 15.64 | - |
| YUV | 167.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 94 | 0 | 0.43 | 0.62 | 0.02 | 18.19 | 0.93 | 0.67 |
| Hex | F9 | 8D | 5E | 0 | 2B | 3E | 2 | 12 | 5D | 43 |
| Octal | 371 | 215 | 136 | 0 | 53 | 76 | 2 | 22 | 135 | 103 |
| Binary | 11111001 | 10001101 | 1011110 | 0 | 101011 | 111110 | 10 | 10010 | 1011101 | 1000011 |
Color Harmonies of #F98D5E
Complementary color
Monochromatic Colors of #F98D5E
Black with #F98D5E
Text Example
Text Example
White with #F98D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D5E; }
p { color: rgb(249,141,94); }
H1.HeaderClassName
{
color: #F98D5E;
}
.AnyTagClassName
{
color: #F98D5E;
}
</style>
background-color css
<style>
a { background-color: #F98D5E; }
a { background-color: rgb(249,141,94); }
div.DivClassName
{
background-color: #F98D5E;
}
.BgClassName
{
background-color: #F98D5E;
}
</style>
border-color css
<style>
span { border-color: #F98D5E; }
span { border-color: rgb(249,141,94); }
td.TdClassName
{
border-color: #F98D5E;
}
.TagClassName
{
border-color: #F98D5E;
}
</style>