Shades of Red Orange #F73A1F
Tints of Red Orange #F73A1F
RGB
CMYK
RGB Variations
Color information
#F73A1F (or 0xF73A1F) is known color: Red Orange. HEX triplet: F7, 3A and 1F. RGB value is (247,58,31). Sum of RGB (Red+Green+Blue) = 247+58+31=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73A1F is #08C5E0. Grayscale: #6F6F6F. Windows color (decimal): -574945 or 2046711. OLE color: 2046711.
HSL color Cylindrical-coordinate representation of color #F73A1F: hue angle of 7.5º 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 #F73A1F is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 58 | 31 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.03 |
| HSL | 7.5º | 0.93% | 0.55% | - |
| HSV(B) | 7.5º | 0.87% | 0.97% | - |
| XYZ | 40.12 | 22.9 | 3.6 | - |
| YUV | 111.43 | 82.62 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 58 | 31 | 0 | 0.77 | 0.87 | 0.03 | 7.5 | 0.93 | 0.55 |
| Hex | F7 | 3A | 1F | 0 | 4D | 57 | 3 | 8 | 5D | 37 |
| Octal | 367 | 72 | 37 | 0 | 115 | 127 | 3 | 10 | 135 | 67 |
| Binary | 11110111 | 111010 | 11111 | 0 | 1001101 | 1010111 | 11 | 1000 | 1011101 | 110111 |
Color Harmonies of #F73A1F
Complementary color
Monochromatic Colors of #F73A1F
Black with #F73A1F
Text Example
Text Example
White with #F73A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73A1F; }
p { color: rgb(247,58,31); }
H1.HeaderClassName
{
color: #F73A1F;
}
.AnyTagClassName
{
color: #F73A1F;
}
</style>
background-color css
<style>
a { background-color: #F73A1F; }
a { background-color: rgb(247,58,31); }
div.DivClassName
{
background-color: #F73A1F;
}
.BgClassName
{
background-color: #F73A1F;
}
</style>
border-color css
<style>
span { border-color: #F73A1F; }
span { border-color: rgb(247,58,31); }
td.TdClassName
{
border-color: #F73A1F;
}
.TagClassName
{
border-color: #F73A1F;
}
</style>