Shades of Red Orange #F9322E
Tints of Red Orange #F9322E
RGB
CMYK
RGB Variations
Color information
#F9322E (or 0xF9322E) is known color: Red Orange. HEX triplet: F9, 32 and 2E. RGB value is (249,50,46). Sum of RGB (Red+Green+Blue) = 249+50+46=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F9322E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9322E is #06CDD1. Grayscale: #6D6D6D. Windows color (decimal): -445906 or 3027705. OLE color: 3027705.
HSL color Cylindrical-coordinate representation of color #F9322E: hue angle of 1.18º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9322E is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 46 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.02 |
| HSL | 1.18º | 0.94% | 0.58% | - |
| HSV(B) | 1.18º | 0.82% | 0.98% | - |
| XYZ | 40.7 | 22.62 | 4.81 | - |
| YUV | 109.05 | 92.43 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 46 | 0 | 0.80 | 0.82 | 0.02 | 1.18 | 0.94 | 0.58 |
| Hex | F9 | 32 | 2E | 0 | 50 | 52 | 2 | 1 | 5E | 3A |
| Octal | 371 | 62 | 56 | 0 | 120 | 122 | 2 | 1 | 136 | 72 |
| Binary | 11111001 | 110010 | 101110 | 0 | 1010000 | 1010010 | 10 | 1 | 1011110 | 111010 |
Color Harmonies of #F9322E
Complementary color
Monochromatic Colors of #F9322E
Black with #F9322E
Text Example
Text Example
White with #F9322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9322E; }
p { color: rgb(249,50,46); }
H1.HeaderClassName
{
color: #F9322E;
}
.AnyTagClassName
{
color: #F9322E;
}
</style>
background-color css
<style>
a { background-color: #F9322E; }
a { background-color: rgb(249,50,46); }
div.DivClassName
{
background-color: #F9322E;
}
.BgClassName
{
background-color: #F9322E;
}
</style>
border-color css
<style>
span { border-color: #F9322E; }
span { border-color: rgb(249,50,46); }
td.TdClassName
{
border-color: #F9322E;
}
.TagClassName
{
border-color: #F9322E;
}
</style>