Shades of Red Orange #F73D31
Tints of Red Orange #F73D31
RGB
CMYK
RGB Variations
Color information
#F73D31 (or 0xF73D31) is known color: Red Orange. HEX triplet: F7, 3D and 31. RGB value is (247,61,49). Sum of RGB (Red+Green+Blue) = 247+61+49=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73D31 is #08C2CE. Grayscale: #737373. Windows color (decimal): -574159 or 3227127. OLE color: 3227127.
HSL color Cylindrical-coordinate representation of color #F73D31: hue angle of 3.64º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73D31 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 49 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.03 |
| HSL | 3.64º | 0.93% | 0.58% | - |
| HSV(B) | 3.64º | 0.8% | 0.97% | - |
| XYZ | 40.58 | 23.33 | 5.27 | - |
| YUV | 115.25 | 90.62 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 49 | 0 | 0.75 | 0.80 | 0.03 | 3.64 | 0.93 | 0.58 |
| Hex | F7 | 3D | 31 | 0 | 4B | 50 | 3 | 4 | 5D | 3A |
| Octal | 367 | 75 | 61 | 0 | 113 | 120 | 3 | 4 | 135 | 72 |
| Binary | 11110111 | 111101 | 110001 | 0 | 1001011 | 1010000 | 11 | 100 | 1011101 | 111010 |
Color Harmonies of #F73D31
Complementary color
Monochromatic Colors of #F73D31
Black with #F73D31
Text Example
Text Example
White with #F73D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D31; }
p { color: rgb(247,61,49); }
H1.HeaderClassName
{
color: #F73D31;
}
.AnyTagClassName
{
color: #F73D31;
}
</style>
background-color css
<style>
a { background-color: #F73D31; }
a { background-color: rgb(247,61,49); }
div.DivClassName
{
background-color: #F73D31;
}
.BgClassName
{
background-color: #F73D31;
}
</style>
border-color css
<style>
span { border-color: #F73D31; }
span { border-color: rgb(247,61,49); }
td.TdClassName
{
border-color: #F73D31;
}
.TagClassName
{
border-color: #F73D31;
}
</style>