Shades of Red Orange #F73F2B
Tints of Red Orange #F73F2B
RGB
CMYK
RGB Variations
Color information
#F73F2B (or 0xF73F2B) is known color: Red Orange. HEX triplet: F7, 3F and 2B. RGB value is (247,63,43). Sum of RGB (Red+Green+Blue) = 247+63+43=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73F2B is #08C0D4. Grayscale: #737373. Windows color (decimal): -573653 or 2834423. OLE color: 2834423.
HSL color Cylindrical-coordinate representation of color #F73F2B: hue angle of 5.88º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F73F2B is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 63 | 43 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.03 |
| HSL | 5.88º | 0.93% | 0.57% | - |
| HSV(B) | 5.88º | 0.83% | 0.97% | - |
| XYZ | 40.57 | 23.5 | 4.68 | - |
| YUV | 115.74 | 86.96 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 63 | 43 | 0 | 0.74 | 0.83 | 0.03 | 5.88 | 0.93 | 0.57 |
| Hex | F7 | 3F | 2B | 0 | 4A | 53 | 3 | 6 | 5D | 39 |
| Octal | 367 | 77 | 53 | 0 | 112 | 123 | 3 | 6 | 135 | 71 |
| Binary | 11110111 | 111111 | 101011 | 0 | 1001010 | 1010011 | 11 | 110 | 1011101 | 111001 |
Color Harmonies of #F73F2B
Complementary color
Monochromatic Colors of #F73F2B
Black with #F73F2B
Text Example
Text Example
White with #F73F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73F2B; }
p { color: rgb(247,63,43); }
H1.HeaderClassName
{
color: #F73F2B;
}
.AnyTagClassName
{
color: #F73F2B;
}
</style>
background-color css
<style>
a { background-color: #F73F2B; }
a { background-color: rgb(247,63,43); }
div.DivClassName
{
background-color: #F73F2B;
}
.BgClassName
{
background-color: #F73F2B;
}
</style>
border-color css
<style>
span { border-color: #F73F2B; }
span { border-color: rgb(247,63,43); }
td.TdClassName
{
border-color: #F73F2B;
}
.TagClassName
{
border-color: #F73F2B;
}
</style>