Shades of Orange Red #F73702
Tints of Orange Red #F73702
RGB
CMYK
RGB Variations
Color information
#F73702 (or 0xF73702) is known color: Orange Red. HEX triplet: F7, 37 and 02. RGB value is (247,55,2). Sum of RGB (Red+Green+Blue) = 247+55+2=304 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.25% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 247 - color contains mainly: red. Hex color #F73702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73702 is #08C8FD. Grayscale: #6A6A6A. Windows color (decimal): -575742 or 145399. OLE color: 145399.
HSL color Cylindrical-coordinate representation of color #F73702: hue angle of 12.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F73702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.03 |
| HSL | 12.98º | 0.98% | 0.49% | - |
| HSV(B) | 12.98º | 0.99% | 0.97% | - |
| XYZ | 39.73 | 22.51 | 2.31 | - |
| YUV | 106.37 | 69.11 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 2 | 0 | 0.78 | 0.99 | 0.03 | 12.98 | 0.98 | 0.49 |
| Hex | F7 | 37 | 2 | 0 | 4E | 63 | 3 | D | 62 | 31 |
| Octal | 367 | 67 | 2 | 0 | 116 | 143 | 3 | 15 | 142 | 61 |
| Binary | 11110111 | 110111 | 10 | 0 | 1001110 | 1100011 | 11 | 1101 | 1100010 | 110001 |
Color Harmonies of #F73702
Complementary color
Monochromatic Colors of #F73702
Black with #F73702
Text Example
Text Example
White with #F73702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73702; }
p { color: rgb(247,55,2); }
H1.HeaderClassName
{
color: #F73702;
}
.AnyTagClassName
{
color: #F73702;
}
</style>
background-color css
<style>
a { background-color: #F73702; }
a { background-color: rgb(247,55,2); }
div.DivClassName
{
background-color: #F73702;
}
.BgClassName
{
background-color: #F73702;
}
</style>
border-color css
<style>
span { border-color: #F73702; }
span { border-color: rgb(247,55,2); }
td.TdClassName
{
border-color: #F73702;
}
.TagClassName
{
border-color: #F73702;
}
</style>