Shades of Crusta #F98350
Tints of Crusta #F98350
RGB
CMYK
RGB Variations
Color information
#F98350 (or 0xF98350) is known color: Crusta. HEX triplet: F9, 83 and 50. RGB value is (249,131,80). Sum of RGB (Red+Green+Blue) = 249+131+80=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F98350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98350 is #067CAF. Grayscale: #A0A0A0. Windows color (decimal): -425136 or 5276665. OLE color: 5276665.
HSL color Cylindrical-coordinate representation of color #F98350: hue angle of 18.11º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F98350 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 80 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.02 |
| HSL | 18.11º | 0.93% | 0.65% | - |
| HSV(B) | 18.11º | 0.68% | 0.98% | - |
| XYZ | 48.63 | 36.95 | 12.16 | - |
| YUV | 160.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 80 | 0 | 0.47 | 0.68 | 0.02 | 18.11 | 0.93 | 0.65 |
| Hex | F9 | 83 | 50 | 0 | 2F | 44 | 2 | 12 | 5D | 41 |
| Octal | 371 | 203 | 120 | 0 | 57 | 104 | 2 | 22 | 135 | 101 |
| Binary | 11111001 | 10000011 | 1010000 | 0 | 101111 | 1000100 | 10 | 10010 | 1011101 | 1000001 |
Color Harmonies of #F98350
Complementary color
Monochromatic Colors of #F98350
Black with #F98350
Text Example
Text Example
White with #F98350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98350; }
p { color: rgb(249,131,80); }
H1.HeaderClassName
{
color: #F98350;
}
.AnyTagClassName
{
color: #F98350;
}
</style>
background-color css
<style>
a { background-color: #F98350; }
a { background-color: rgb(249,131,80); }
div.DivClassName
{
background-color: #F98350;
}
.BgClassName
{
background-color: #F98350;
}
</style>
border-color css
<style>
span { border-color: #F98350; }
span { border-color: rgb(249,131,80); }
td.TdClassName
{
border-color: #F98350;
}
.TagClassName
{
border-color: #F98350;
}
</style>