Shades of Orange Red #F73B11
Tints of Orange Red #F73B11
RGB
CMYK
RGB Variations
Color information
#F73B11 (or 0xF73B11) is known color: Orange Red. HEX triplet: F7, 3B and 11. RGB value is (247,59,17). Sum of RGB (Red+Green+Blue) = 247+59+17=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73B11 is #08C4EE. Grayscale: #6E6E6E. Windows color (decimal): -574703 or 1129463. OLE color: 1129463.
HSL color Cylindrical-coordinate representation of color #F73B11: hue angle of 10.96º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F73B11 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 59 | 17 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.03 |
| HSL | 10.96º | 0.93% | 0.52% | - |
| HSV(B) | 10.96º | 0.93% | 0.97% | - |
| XYZ | 40.02 | 22.94 | 2.85 | - |
| YUV | 110.42 | 75.28 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 17 | 0 | 0.76 | 0.93 | 0.03 | 10.96 | 0.93 | 0.52 |
| Hex | F7 | 3B | 11 | 0 | 4C | 5D | 3 | B | 5D | 34 |
| Octal | 367 | 73 | 21 | 0 | 114 | 135 | 3 | 13 | 135 | 64 |
| Binary | 11110111 | 111011 | 10001 | 0 | 1001100 | 1011101 | 11 | 1011 | 1011101 | 110100 |
Color Harmonies of #F73B11
Complementary color
Monochromatic Colors of #F73B11
Black with #F73B11
Text Example
Text Example
White with #F73B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73B11; }
p { color: rgb(247,59,17); }
H1.HeaderClassName
{
color: #F73B11;
}
.AnyTagClassName
{
color: #F73B11;
}
</style>
background-color css
<style>
a { background-color: #F73B11; }
a { background-color: rgb(247,59,17); }
div.DivClassName
{
background-color: #F73B11;
}
.BgClassName
{
background-color: #F73B11;
}
</style>
border-color css
<style>
span { border-color: #F73B11; }
span { border-color: rgb(247,59,17); }
td.TdClassName
{
border-color: #F73B11;
}
.TagClassName
{
border-color: #F73B11;
}
</style>