Shades of Red Orange #F8322F
Tints of Red Orange #F8322F
RGB
CMYK
RGB Variations
Color information
#F8322F (or 0xF8322F) is known color: Red Orange. HEX triplet: F8, 32 and 2F. RGB value is (248,50,47). Sum of RGB (Red+Green+Blue) = 248+50+47=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8322F is #07CDD0. Grayscale: #6D6D6D. Windows color (decimal): -511441 or 3093240. OLE color: 3093240.
HSL color Cylindrical-coordinate representation of color #F8322F: hue angle of 0.9º degrees, saturation: 0.93, 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 #F8322F is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 47 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.03 |
| HSL | 0.9º | 0.93% | 0.58% | - |
| HSV(B) | 0.9º | 0.81% | 0.97% | - |
| XYZ | 40.37 | 22.44 | 4.89 | - |
| YUV | 108.86 | 93.1 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 47 | 0 | 0.80 | 0.81 | 0.03 | 0.9 | 0.93 | 0.58 |
| Hex | F8 | 32 | 2F | 0 | 50 | 51 | 3 | 1 | 5D | 3A |
| Octal | 370 | 62 | 57 | 0 | 120 | 121 | 3 | 1 | 135 | 72 |
| Binary | 11111000 | 110010 | 101111 | 0 | 1010000 | 1010001 | 11 | 1 | 1011101 | 111010 |
Color Harmonies of #F8322F
Complementary color
Monochromatic Colors of #F8322F
Black with #F8322F
Text Example
Text Example
White with #F8322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8322F; }
p { color: rgb(248,50,47); }
H1.HeaderClassName
{
color: #F8322F;
}
.AnyTagClassName
{
color: #F8322F;
}
</style>
background-color css
<style>
a { background-color: #F8322F; }
a { background-color: rgb(248,50,47); }
div.DivClassName
{
background-color: #F8322F;
}
.BgClassName
{
background-color: #F8322F;
}
</style>
border-color css
<style>
span { border-color: #F8322F; }
span { border-color: rgb(248,50,47); }
td.TdClassName
{
border-color: #F8322F;
}
.TagClassName
{
border-color: #F8322F;
}
</style>