Shades of Orange Red #F73D10
Tints of Orange Red #F73D10
RGB
CMYK
RGB Variations
Color information
#F73D10 (or 0xF73D10) is known color: Orange Red. HEX triplet: F7, 3D and 10. RGB value is (247,61,16). Sum of RGB (Red+Green+Blue) = 247+61+16=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73D10 is #08C2EF. Grayscale: #6F6F6F. Windows color (decimal): -574192 or 1064439. OLE color: 1064439.
HSL color Cylindrical-coordinate representation of color #F73D10: hue angle of 11.69º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F73D10 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 16 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.03 |
| HSL | 11.69º | 0.94% | 0.52% | - |
| HSV(B) | 11.69º | 0.94% | 0.97% | - |
| XYZ | 40.12 | 23.15 | 2.84 | - |
| YUV | 111.48 | 74.12 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 16 | 0 | 0.75 | 0.94 | 0.03 | 11.69 | 0.94 | 0.52 |
| Hex | F7 | 3D | 10 | 0 | 4B | 5E | 3 | C | 5E | 34 |
| Octal | 367 | 75 | 20 | 0 | 113 | 136 | 3 | 14 | 136 | 64 |
| Binary | 11110111 | 111101 | 10000 | 0 | 1001011 | 1011110 | 11 | 1100 | 1011110 | 110100 |
Color Harmonies of #F73D10
Complementary color
Monochromatic Colors of #F73D10
Black with #F73D10
Text Example
Text Example
White with #F73D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D10; }
p { color: rgb(247,61,16); }
H1.HeaderClassName
{
color: #F73D10;
}
.AnyTagClassName
{
color: #F73D10;
}
</style>
background-color css
<style>
a { background-color: #F73D10; }
a { background-color: rgb(247,61,16); }
div.DivClassName
{
background-color: #F73D10;
}
.BgClassName
{
background-color: #F73D10;
}
</style>
border-color css
<style>
span { border-color: #F73D10; }
span { border-color: rgb(247,61,16); }
td.TdClassName
{
border-color: #F73D10;
}
.TagClassName
{
border-color: #F73D10;
}
</style>