Shades of Red Orange #F7322F
Tints of Red Orange #F7322F
RGB
CMYK
RGB Variations
Color information
#F7322F (or 0xF7322F) is known color: Red Orange. HEX triplet: F7, 32 and 2F. RGB value is (247,50,47). Sum of RGB (Red+Green+Blue) = 247+50+47=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F7322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7322F is #08CDD0. Grayscale: #6C6C6C. Windows color (decimal): -576977 or 3093239. OLE color: 3093239.
HSL color Cylindrical-coordinate representation of color #F7322F: 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 #F7322F is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 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.01 | 22.26 | 4.88 | - |
| YUV | 108.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 47 | 0 | 0.80 | 0.81 | 0.03 | 0.9 | 0.93 | 0.58 |
| Hex | F7 | 32 | 2F | 0 | 50 | 51 | 3 | 1 | 5D | 3A |
| Octal | 367 | 62 | 57 | 0 | 120 | 121 | 3 | 1 | 135 | 72 |
| Binary | 11110111 | 110010 | 101111 | 0 | 1010000 | 1010001 | 11 | 1 | 1011101 | 111010 |
Color Harmonies of #F7322F
Complementary color
Monochromatic Colors of #F7322F
Black with #F7322F
Text Example
Text Example
White with #F7322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7322F; }
p { color: rgb(247,50,47); }
H1.HeaderClassName
{
color: #F7322F;
}
.AnyTagClassName
{
color: #F7322F;
}
</style>
background-color css
<style>
a { background-color: #F7322F; }
a { background-color: rgb(247,50,47); }
div.DivClassName
{
background-color: #F7322F;
}
.BgClassName
{
background-color: #F7322F;
}
</style>
border-color css
<style>
span { border-color: #F7322F; }
span { border-color: rgb(247,50,47); }
td.TdClassName
{
border-color: #F7322F;
}
.TagClassName
{
border-color: #F7322F;
}
</style>