Shades of Crusta #F98256
Tints of Crusta #F98256
RGB
CMYK
RGB Variations
Color information
#F98256 (or 0xF98256) is known color: Crusta. HEX triplet: F9, 82 and 56. RGB value is (249,130,86). Sum of RGB (Red+Green+Blue) = 249+130+86=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F98256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98256 is #067DA9. Grayscale: #A0A0A0. Windows color (decimal): -425386 or 5669625. OLE color: 5669625.
HSL color Cylindrical-coordinate representation of color #F98256: hue angle of 16.2º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F98256 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 86 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.02 |
| HSL | 16.2º | 0.93% | 0.66% | - |
| HSV(B) | 16.2º | 0.65% | 0.98% | - |
| XYZ | 48.73 | 36.78 | 13.33 | - |
| YUV | 160.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 86 | 0 | 0.48 | 0.65 | 0.02 | 16.2 | 0.93 | 0.66 |
| Hex | F9 | 82 | 56 | 0 | 30 | 41 | 2 | 10 | 5D | 42 |
| Octal | 371 | 202 | 126 | 0 | 60 | 101 | 2 | 20 | 135 | 102 |
| Binary | 11111001 | 10000010 | 1010110 | 0 | 110000 | 1000001 | 10 | 10000 | 1011101 | 1000010 |
Color Harmonies of #F98256
Complementary color
Monochromatic Colors of #F98256
Black with #F98256
Text Example
Text Example
White with #F98256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98256; }
p { color: rgb(249,130,86); }
H1.HeaderClassName
{
color: #F98256;
}
.AnyTagClassName
{
color: #F98256;
}
</style>
background-color css
<style>
a { background-color: #F98256; }
a { background-color: rgb(249,130,86); }
div.DivClassName
{
background-color: #F98256;
}
.BgClassName
{
background-color: #F98256;
}
</style>
border-color css
<style>
span { border-color: #F98256; }
span { border-color: rgb(249,130,86); }
td.TdClassName
{
border-color: #F98256;
}
.TagClassName
{
border-color: #F98256;
}
</style>