Shades of Red Orange #F7301F
Tints of Red Orange #F7301F
RGB
CMYK
RGB Variations
Color information
#F7301F (or 0xF7301F) is known color: Red Orange. HEX triplet: F7, 30 and 1F. RGB value is (247,48,31). Sum of RGB (Red+Green+Blue) = 247+48+31=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F7301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7301F is #08CFE0. Grayscale: #696969. Windows color (decimal): -577505 or 2044151. OLE color: 2044151.
HSL color Cylindrical-coordinate representation of color #F7301F: hue angle of 4.72º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7301F is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 31 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.03 |
| HSL | 4.72º | 0.93% | 0.55% | - |
| HSV(B) | 4.72º | 0.87% | 0.97% | - |
| XYZ | 39.66 | 21.99 | 3.45 | - |
| YUV | 105.56 | 85.93 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 31 | 0 | 0.81 | 0.87 | 0.03 | 4.72 | 0.93 | 0.55 |
| Hex | F7 | 30 | 1F | 0 | 51 | 57 | 3 | 5 | 5D | 37 |
| Octal | 367 | 60 | 37 | 0 | 121 | 127 | 3 | 5 | 135 | 67 |
| Binary | 11110111 | 110000 | 11111 | 0 | 1010001 | 1010111 | 11 | 101 | 1011101 | 110111 |
Color Harmonies of #F7301F
Complementary color
Monochromatic Colors of #F7301F
Black with #F7301F
Text Example
Text Example
White with #F7301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7301F; }
p { color: rgb(247,48,31); }
H1.HeaderClassName
{
color: #F7301F;
}
.AnyTagClassName
{
color: #F7301F;
}
</style>
background-color css
<style>
a { background-color: #F7301F; }
a { background-color: rgb(247,48,31); }
div.DivClassName
{
background-color: #F7301F;
}
.BgClassName
{
background-color: #F7301F;
}
</style>
border-color css
<style>
span { border-color: #F7301F; }
span { border-color: rgb(247,48,31); }
td.TdClassName
{
border-color: #F7301F;
}
.TagClassName
{
border-color: #F7301F;
}
</style>