Shades of Crusta #F98255
Tints of Crusta #F98255
RGB
CMYK
RGB Variations
Color information
#F98255 (or 0xF98255) is known color: Crusta. HEX triplet: F9, 82 and 55. RGB value is (249,130,85). Sum of RGB (Red+Green+Blue) = 249+130+85=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F98255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98255 is #067DAA. Grayscale: #A0A0A0. Windows color (decimal): -425387 or 5604089. OLE color: 5604089.
HSL color Cylindrical-coordinate representation of color #F98255: hue angle of 16.46º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F98255 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 85 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.02 |
| HSL | 16.46º | 0.93% | 0.65% | - |
| HSV(B) | 16.46º | 0.66% | 0.98% | - |
| XYZ | 48.69 | 36.76 | 13.12 | - |
| YUV | 160.45 | 85.42 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 85 | 0 | 0.48 | 0.66 | 0.02 | 16.46 | 0.93 | 0.65 |
| Hex | F9 | 82 | 55 | 0 | 30 | 42 | 2 | 10 | 5D | 41 |
| Octal | 371 | 202 | 125 | 0 | 60 | 102 | 2 | 20 | 135 | 101 |
| Binary | 11111001 | 10000010 | 1010101 | 0 | 110000 | 1000010 | 10 | 10000 | 1011101 | 1000001 |
Color Harmonies of #F98255
Complementary color
Monochromatic Colors of #F98255
Black with #F98255
Text Example
Text Example
White with #F98255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98255; }
p { color: rgb(249,130,85); }
H1.HeaderClassName
{
color: #F98255;
}
.AnyTagClassName
{
color: #F98255;
}
</style>
background-color css
<style>
a { background-color: #F98255; }
a { background-color: rgb(249,130,85); }
div.DivClassName
{
background-color: #F98255;
}
.BgClassName
{
background-color: #F98255;
}
</style>
border-color css
<style>
span { border-color: #F98255; }
span { border-color: rgb(249,130,85); }
td.TdClassName
{
border-color: #F98255;
}
.TagClassName
{
border-color: #F98255;
}
</style>