Shades of Red Orange #F73A1E
Tints of Red Orange #F73A1E
RGB
CMYK
RGB Variations
Color information
#F73A1E (or 0xF73A1E) is known color: Red Orange. HEX triplet: F7, 3A and 1E. RGB value is (247,58,30). Sum of RGB (Red+Green+Blue) = 247+58+30=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73A1E is #08C5E1. Grayscale: #6F6F6F. Windows color (decimal): -574946 or 1981175. OLE color: 1981175.
HSL color Cylindrical-coordinate representation of color #F73A1E: hue angle of 7.74º 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 #F73A1E is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 58 | 30 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.03 |
| HSL | 7.74º | 0.93% | 0.54% | - |
| HSV(B) | 7.74º | 0.88% | 0.97% | - |
| XYZ | 40.11 | 22.89 | 3.53 | - |
| YUV | 111.32 | 82.12 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 58 | 30 | 0 | 0.77 | 0.88 | 0.03 | 7.74 | 0.93 | 0.54 |
| Hex | F7 | 3A | 1E | 0 | 4D | 58 | 3 | 8 | 5D | 36 |
| Octal | 367 | 72 | 36 | 0 | 115 | 130 | 3 | 10 | 135 | 66 |
| Binary | 11110111 | 111010 | 11110 | 0 | 1001101 | 1011000 | 11 | 1000 | 1011101 | 110110 |
Color Harmonies of #F73A1E
Complementary color
Monochromatic Colors of #F73A1E
Black with #F73A1E
Text Example
Text Example
White with #F73A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73A1E; }
p { color: rgb(247,58,30); }
H1.HeaderClassName
{
color: #F73A1E;
}
.AnyTagClassName
{
color: #F73A1E;
}
</style>
background-color css
<style>
a { background-color: #F73A1E; }
a { background-color: rgb(247,58,30); }
div.DivClassName
{
background-color: #F73A1E;
}
.BgClassName
{
background-color: #F73A1E;
}
</style>
border-color css
<style>
span { border-color: #F73A1E; }
span { border-color: rgb(247,58,30); }
td.TdClassName
{
border-color: #F73A1E;
}
.TagClassName
{
border-color: #F73A1E;
}
</style>