Shades of Orange Red #F73F0E
Tints of Orange Red #F73F0E
RGB
CMYK
RGB Variations
Color information
#F73F0E (or 0xF73F0E) is known color: Orange Red. HEX triplet: F7, 3F and 0E. RGB value is (247,63,14). Sum of RGB (Red+Green+Blue) = 247+63+14=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73F0E is #08C0F1. Grayscale: #707070. Windows color (decimal): -573682 or 933879. OLE color: 933879.
HSL color Cylindrical-coordinate representation of color #F73F0E: hue angle of 12.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F73F0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 63 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.03 |
| HSL | 12.62º | 0.94% | 0.51% | - |
| HSV(B) | 12.62º | 0.94% | 0.97% | - |
| XYZ | 40.21 | 23.36 | 2.81 | - |
| YUV | 112.43 | 72.46 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 63 | 14 | 0 | 0.74 | 0.94 | 0.03 | 12.62 | 0.94 | 0.51 |
| Hex | F7 | 3F | E | 0 | 4A | 5E | 3 | D | 5E | 33 |
| Octal | 367 | 77 | 16 | 0 | 112 | 136 | 3 | 15 | 136 | 63 |
| Binary | 11110111 | 111111 | 1110 | 0 | 1001010 | 1011110 | 11 | 1101 | 1011110 | 110011 |
Color Harmonies of #F73F0E
Complementary color
Monochromatic Colors of #F73F0E
Black with #F73F0E
Text Example
Text Example
White with #F73F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73F0E; }
p { color: rgb(247,63,14); }
H1.HeaderClassName
{
color: #F73F0E;
}
.AnyTagClassName
{
color: #F73F0E;
}
</style>
background-color css
<style>
a { background-color: #F73F0E; }
a { background-color: rgb(247,63,14); }
div.DivClassName
{
background-color: #F73F0E;
}
.BgClassName
{
background-color: #F73F0E;
}
</style>
border-color css
<style>
span { border-color: #F73F0E; }
span { border-color: rgb(247,63,14); }
td.TdClassName
{
border-color: #F73F0E;
}
.TagClassName
{
border-color: #F73F0E;
}
</style>