Shades of Crusta #F98A62
Tints of Crusta #F98A62
RGB
CMYK
RGB Variations
Color information
#F98A62 (or 0xF98A62) is known color: Crusta. HEX triplet: F9, 8A and 62. RGB value is (249,138,98). Sum of RGB (Red+Green+Blue) = 249+138+98=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A62 is #06759D. Grayscale: #A6A6A6. Windows color (decimal): -423326 or 6458105. OLE color: 6458105.
HSL color Cylindrical-coordinate representation of color #F98A62: hue angle of 15.89º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F98A62 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 98 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.02 |
| HSL | 15.89º | 0.93% | 0.68% | - |
| HSV(B) | 15.89º | 0.61% | 0.98% | - |
| XYZ | 50.36 | 39.2 | 16.47 | - |
| YUV | 166.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 98 | 0 | 0.45 | 0.61 | 0.02 | 15.89 | 0.93 | 0.68 |
| Hex | F9 | 8A | 62 | 0 | 2D | 3D | 2 | 10 | 5D | 44 |
| Octal | 371 | 212 | 142 | 0 | 55 | 75 | 2 | 20 | 135 | 104 |
| Binary | 11111001 | 10001010 | 1100010 | 0 | 101101 | 111101 | 10 | 10000 | 1011101 | 1000100 |
Color Harmonies of #F98A62
Complementary color
Monochromatic Colors of #F98A62
Black with #F98A62
Text Example
Text Example
White with #F98A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A62; }
p { color: rgb(249,138,98); }
H1.HeaderClassName
{
color: #F98A62;
}
.AnyTagClassName
{
color: #F98A62;
}
</style>
background-color css
<style>
a { background-color: #F98A62; }
a { background-color: rgb(249,138,98); }
div.DivClassName
{
background-color: #F98A62;
}
.BgClassName
{
background-color: #F98A62;
}
</style>
border-color css
<style>
span { border-color: #F98A62; }
span { border-color: rgb(249,138,98); }
td.TdClassName
{
border-color: #F98A62;
}
.TagClassName
{
border-color: #F98A62;
}
</style>