Shades of Red Orange #F7301E
Tints of Red Orange #F7301E
RGB
CMYK
RGB Variations
Color information
#F7301E (or 0xF7301E) is known color: Red Orange. HEX triplet: F7, 30 and 1E. RGB value is (247,48,30). Sum of RGB (Red+Green+Blue) = 247+48+30=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7301E is #08CFE1. Grayscale: #696969. Windows color (decimal): -577506 or 1978615. OLE color: 1978615.
HSL color Cylindrical-coordinate representation of color #F7301E: hue angle of 4.98º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7301E is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 30 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.03 |
| HSL | 4.98º | 0.93% | 0.54% | - |
| HSV(B) | 4.98º | 0.88% | 0.97% | - |
| XYZ | 39.65 | 21.98 | 3.38 | - |
| YUV | 105.45 | 85.43 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 30 | 0 | 0.81 | 0.88 | 0.03 | 4.98 | 0.93 | 0.54 |
| Hex | F7 | 30 | 1E | 0 | 51 | 58 | 3 | 5 | 5D | 36 |
| Octal | 367 | 60 | 36 | 0 | 121 | 130 | 3 | 5 | 135 | 66 |
| Binary | 11110111 | 110000 | 11110 | 0 | 1010001 | 1011000 | 11 | 101 | 1011101 | 110110 |
Color Harmonies of #F7301E
Complementary color
Monochromatic Colors of #F7301E
Black with #F7301E
Text Example
Text Example
White with #F7301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7301E; }
p { color: rgb(247,48,30); }
H1.HeaderClassName
{
color: #F7301E;
}
.AnyTagClassName
{
color: #F7301E;
}
</style>
background-color css
<style>
a { background-color: #F7301E; }
a { background-color: rgb(247,48,30); }
div.DivClassName
{
background-color: #F7301E;
}
.BgClassName
{
background-color: #F7301E;
}
</style>
border-color css
<style>
span { border-color: #F7301E; }
span { border-color: rgb(247,48,30); }
td.TdClassName
{
border-color: #F7301E;
}
.TagClassName
{
border-color: #F7301E;
}
</style>