Shades of Crusta #F98A5E
Tints of Crusta #F98A5E
RGB
CMYK
RGB Variations
Color information
#F98A5E (or 0xF98A5E) is known color: Crusta. HEX triplet: F9, 8A and 5E. RGB value is (249,138,94). Sum of RGB (Red+Green+Blue) = 249+138+94=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A5E is #0675A1. Grayscale: #A6A6A6. Windows color (decimal): -423330 or 6195961. OLE color: 6195961.
HSL color Cylindrical-coordinate representation of color #F98A5E: hue angle of 17.03º 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 #F98A5E is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 94 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.02 |
| HSL | 17.03º | 0.93% | 0.67% | - |
| HSV(B) | 17.03º | 0.62% | 0.98% | - |
| XYZ | 50.18 | 39.12 | 15.5 | - |
| YUV | 166.17 | 87.27 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 94 | 0 | 0.45 | 0.62 | 0.02 | 17.03 | 0.93 | 0.67 |
| Hex | F9 | 8A | 5E | 0 | 2D | 3E | 2 | 11 | 5D | 43 |
| Octal | 371 | 212 | 136 | 0 | 55 | 76 | 2 | 21 | 135 | 103 |
| Binary | 11111001 | 10001010 | 1011110 | 0 | 101101 | 111110 | 10 | 10001 | 1011101 | 1000011 |
Color Harmonies of #F98A5E
Complementary color
Monochromatic Colors of #F98A5E
Black with #F98A5E
Text Example
Text Example
White with #F98A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A5E; }
p { color: rgb(249,138,94); }
H1.HeaderClassName
{
color: #F98A5E;
}
.AnyTagClassName
{
color: #F98A5E;
}
</style>
background-color css
<style>
a { background-color: #F98A5E; }
a { background-color: rgb(249,138,94); }
div.DivClassName
{
background-color: #F98A5E;
}
.BgClassName
{
background-color: #F98A5E;
}
</style>
border-color css
<style>
span { border-color: #F98A5E; }
span { border-color: rgb(249,138,94); }
td.TdClassName
{
border-color: #F98A5E;
}
.TagClassName
{
border-color: #F98A5E;
}
</style>