Shades of Red Orange #F8322E
Tints of Red Orange #F8322E
RGB
CMYK
RGB Variations
Color information
#F8322E (or 0xF8322E) is known color: Red Orange. HEX triplet: F8, 32 and 2E. RGB value is (248,50,46). Sum of RGB (Red+Green+Blue) = 248+50+46=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F8322E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8322E is #07CDD1. Grayscale: #6C6C6C. Windows color (decimal): -511442 or 3027704. OLE color: 3027704.
HSL color Cylindrical-coordinate representation of color #F8322E: hue angle of 1.19º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8322E is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 46 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.03 |
| HSL | 1.19º | 0.94% | 0.58% | - |
| HSV(B) | 1.19º | 0.81% | 0.97% | - |
| XYZ | 40.35 | 22.43 | 4.79 | - |
| YUV | 108.75 | 92.6 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 46 | 0 | 0.80 | 0.81 | 0.03 | 1.19 | 0.94 | 0.58 |
| Hex | F8 | 32 | 2E | 0 | 50 | 51 | 3 | 1 | 5E | 3A |
| Octal | 370 | 62 | 56 | 0 | 120 | 121 | 3 | 1 | 136 | 72 |
| Binary | 11111000 | 110010 | 101110 | 0 | 1010000 | 1010001 | 11 | 1 | 1011110 | 111010 |
Color Harmonies of #F8322E
Complementary color
Monochromatic Colors of #F8322E
Black with #F8322E
Text Example
Text Example
White with #F8322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8322E; }
p { color: rgb(248,50,46); }
H1.HeaderClassName
{
color: #F8322E;
}
.AnyTagClassName
{
color: #F8322E;
}
</style>
background-color css
<style>
a { background-color: #F8322E; }
a { background-color: rgb(248,50,46); }
div.DivClassName
{
background-color: #F8322E;
}
.BgClassName
{
background-color: #F8322E;
}
</style>
border-color css
<style>
span { border-color: #F8322E; }
span { border-color: rgb(248,50,46); }
td.TdClassName
{
border-color: #F8322E;
}
.TagClassName
{
border-color: #F8322E;
}
</style>