Shades of Orange Red #F73D0B
Tints of Orange Red #F73D0B
RGB
CMYK
RGB Variations
Color information
#F73D0B (or 0xF73D0B) is known color: Orange Red. HEX triplet: F7, 3D and 0B. RGB value is (247,61,11). Sum of RGB (Red+Green+Blue) = 247+61+11=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73D0B is #08C2F4. Grayscale: #6F6F6F. Windows color (decimal): -574197 or 736759. OLE color: 736759.
HSL color Cylindrical-coordinate representation of color #F73D0B: hue angle of 12.71º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F73D0B is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 11 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.03 |
| HSL | 12.71º | 0.94% | 0.51% | - |
| HSV(B) | 12.71º | 0.96% | 0.97% | - |
| XYZ | 40.09 | 23.14 | 2.67 | - |
| YUV | 110.91 | 71.62 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 11 | 0 | 0.75 | 0.96 | 0.03 | 12.71 | 0.94 | 0.51 |
| Hex | F7 | 3D | B | 0 | 4B | 60 | 3 | D | 5E | 33 |
| Octal | 367 | 75 | 13 | 0 | 113 | 140 | 3 | 15 | 136 | 63 |
| Binary | 11110111 | 111101 | 1011 | 0 | 1001011 | 1100000 | 11 | 1101 | 1011110 | 110011 |
Color Harmonies of #F73D0B
Complementary color
Monochromatic Colors of #F73D0B
Black with #F73D0B
Text Example
Text Example
White with #F73D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D0B; }
p { color: rgb(247,61,11); }
H1.HeaderClassName
{
color: #F73D0B;
}
.AnyTagClassName
{
color: #F73D0B;
}
</style>
background-color css
<style>
a { background-color: #F73D0B; }
a { background-color: rgb(247,61,11); }
div.DivClassName
{
background-color: #F73D0B;
}
.BgClassName
{
background-color: #F73D0B;
}
</style>
border-color css
<style>
span { border-color: #F73D0B; }
span { border-color: rgb(247,61,11); }
td.TdClassName
{
border-color: #F73D0B;
}
.TagClassName
{
border-color: #F73D0B;
}
</style>