Shades of Red Orange #F73E1E
Tints of Red Orange #F73E1E
RGB
CMYK
RGB Variations
Color information
#F73E1E (or 0xF73E1E) is known color: Red Orange. HEX triplet: F7, 3E and 1E. RGB value is (247,62,30). Sum of RGB (Red+Green+Blue) = 247+62+30=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F73E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73E1E is #08C1E1. Grayscale: #717171. Windows color (decimal): -573922 or 1982199. OLE color: 1982199.
HSL color Cylindrical-coordinate representation of color #F73E1E: hue angle of 8.85º 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 #F73E1E is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 62 | 30 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.03 |
| HSL | 8.85º | 0.93% | 0.54% | - |
| HSV(B) | 8.85º | 0.88% | 0.97% | - |
| XYZ | 40.31 | 23.31 | 3.6 | - |
| YUV | 113.67 | 80.79 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 62 | 30 | 0 | 0.75 | 0.88 | 0.03 | 8.85 | 0.93 | 0.54 |
| Hex | F7 | 3E | 1E | 0 | 4B | 58 | 3 | 9 | 5D | 36 |
| Octal | 367 | 76 | 36 | 0 | 113 | 130 | 3 | 11 | 135 | 66 |
| Binary | 11110111 | 111110 | 11110 | 0 | 1001011 | 1011000 | 11 | 1001 | 1011101 | 110110 |
Color Harmonies of #F73E1E
Complementary color
Monochromatic Colors of #F73E1E
Black with #F73E1E
Text Example
Text Example
White with #F73E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73E1E; }
p { color: rgb(247,62,30); }
H1.HeaderClassName
{
color: #F73E1E;
}
.AnyTagClassName
{
color: #F73E1E;
}
</style>
background-color css
<style>
a { background-color: #F73E1E; }
a { background-color: rgb(247,62,30); }
div.DivClassName
{
background-color: #F73E1E;
}
.BgClassName
{
background-color: #F73E1E;
}
</style>
border-color css
<style>
span { border-color: #F73E1E; }
span { border-color: rgb(247,62,30); }
td.TdClassName
{
border-color: #F73E1E;
}
.TagClassName
{
border-color: #F73E1E;
}
</style>