Shades of Orange Red #F73D0A
Tints of Orange Red #F73D0A
RGB
CMYK
RGB Variations
Color information
#F73D0A (or 0xF73D0A) is known color: Orange Red. HEX triplet: F7, 3D and 0A. RGB value is (247,61,10). Sum of RGB (Red+Green+Blue) = 247+61+10=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73D0A is #08C2F5. Grayscale: #6F6F6F. Windows color (decimal): -574198 or 671223. OLE color: 671223.
HSL color Cylindrical-coordinate representation of color #F73D0A: hue angle of 12.91º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F73D0A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.03 |
| HSL | 12.91º | 0.94% | 0.5% | - |
| HSV(B) | 12.91º | 0.96% | 0.97% | - |
| XYZ | 40.08 | 23.13 | 2.64 | - |
| YUV | 110.8 | 71.12 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 10 | 0 | 0.75 | 0.96 | 0.03 | 12.91 | 0.94 | 0.5 |
| Hex | F7 | 3D | A | 0 | 4B | 60 | 3 | D | 5E | 32 |
| Octal | 367 | 75 | 12 | 0 | 113 | 140 | 3 | 15 | 136 | 62 |
| Binary | 11110111 | 111101 | 1010 | 0 | 1001011 | 1100000 | 11 | 1101 | 1011110 | 110010 |
Color Harmonies of #F73D0A
Complementary color
Monochromatic Colors of #F73D0A
Black with #F73D0A
Text Example
Text Example
White with #F73D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D0A; }
p { color: rgb(247,61,10); }
H1.HeaderClassName
{
color: #F73D0A;
}
.AnyTagClassName
{
color: #F73D0A;
}
</style>
background-color css
<style>
a { background-color: #F73D0A; }
a { background-color: rgb(247,61,10); }
div.DivClassName
{
background-color: #F73D0A;
}
.BgClassName
{
background-color: #F73D0A;
}
</style>
border-color css
<style>
span { border-color: #F73D0A; }
span { border-color: rgb(247,61,10); }
td.TdClassName
{
border-color: #F73D0A;
}
.TagClassName
{
border-color: #F73D0A;
}
</style>