Shades of Red Orange #F73C1F
Tints of Red Orange #F73C1F
RGB
CMYK
RGB Variations
Color information
#F73C1F (or 0xF73C1F) is known color: Red Orange. HEX triplet: F7, 3C and 1F. RGB value is (247,60,31). Sum of RGB (Red+Green+Blue) = 247+60+31=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73C1F is #08C3E0. Grayscale: #707070. Windows color (decimal): -574433 or 2047223. OLE color: 2047223.
HSL color Cylindrical-coordinate representation of color #F73C1F: hue angle of 8.06º 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 #F73C1F is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 31 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.03 |
| HSL | 8.06º | 0.93% | 0.55% | - |
| HSV(B) | 8.06º | 0.87% | 0.97% | - |
| XYZ | 40.22 | 23.1 | 3.64 | - |
| YUV | 112.61 | 81.95 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 31 | 0 | 0.76 | 0.87 | 0.03 | 8.06 | 0.93 | 0.55 |
| Hex | F7 | 3C | 1F | 0 | 4C | 57 | 3 | 8 | 5D | 37 |
| Octal | 367 | 74 | 37 | 0 | 114 | 127 | 3 | 10 | 135 | 67 |
| Binary | 11110111 | 111100 | 11111 | 0 | 1001100 | 1010111 | 11 | 1000 | 1011101 | 110111 |
Color Harmonies of #F73C1F
Complementary color
Monochromatic Colors of #F73C1F
Black with #F73C1F
Text Example
Text Example
White with #F73C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C1F; }
p { color: rgb(247,60,31); }
H1.HeaderClassName
{
color: #F73C1F;
}
.AnyTagClassName
{
color: #F73C1F;
}
</style>
background-color css
<style>
a { background-color: #F73C1F; }
a { background-color: rgb(247,60,31); }
div.DivClassName
{
background-color: #F73C1F;
}
.BgClassName
{
background-color: #F73C1F;
}
</style>
border-color css
<style>
span { border-color: #F73C1F; }
span { border-color: rgb(247,60,31); }
td.TdClassName
{
border-color: #F73C1F;
}
.TagClassName
{
border-color: #F73C1F;
}
</style>