Shades of Red Orange #F73326
Tints of Red Orange #F73326
RGB
CMYK
RGB Variations
Color information
#F73326 (or 0xF73326) is known color: Red Orange. HEX triplet: F7, 33 and 26. RGB value is (247,51,38). Sum of RGB (Red+Green+Blue) = 247+51+38=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F73326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73326 is #08CCD9. Grayscale: #6C6C6C. Windows color (decimal): -576730 or 2503671. OLE color: 2503671.
HSL color Cylindrical-coordinate representation of color #F73326: hue angle of 3.73º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F73326 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 38 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.03 |
| HSL | 3.73º | 0.93% | 0.56% | - |
| HSV(B) | 3.73º | 0.85% | 0.97% | - |
| XYZ | 39.89 | 22.28 | 4.03 | - |
| YUV | 108.12 | 88.43 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 38 | 0 | 0.79 | 0.85 | 0.03 | 3.73 | 0.93 | 0.56 |
| Hex | F7 | 33 | 26 | 0 | 4F | 55 | 3 | 4 | 5D | 38 |
| Octal | 367 | 63 | 46 | 0 | 117 | 125 | 3 | 4 | 135 | 70 |
| Binary | 11110111 | 110011 | 100110 | 0 | 1001111 | 1010101 | 11 | 100 | 1011101 | 111000 |
Color Harmonies of #F73326
Complementary color
Monochromatic Colors of #F73326
Black with #F73326
Text Example
Text Example
White with #F73326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73326; }
p { color: rgb(247,51,38); }
H1.HeaderClassName
{
color: #F73326;
}
.AnyTagClassName
{
color: #F73326;
}
</style>
background-color css
<style>
a { background-color: #F73326; }
a { background-color: rgb(247,51,38); }
div.DivClassName
{
background-color: #F73326;
}
.BgClassName
{
background-color: #F73326;
}
</style>
border-color css
<style>
span { border-color: #F73326; }
span { border-color: rgb(247,51,38); }
td.TdClassName
{
border-color: #F73326;
}
.TagClassName
{
border-color: #F73326;
}
</style>