Shades of Orange Red #F74407
Tints of Orange Red #F74407
RGB
CMYK
RGB Variations
Color information
#F74407 (or 0xF74407) is known color: Orange Red. HEX triplet: F7, 44 and 07. RGB value is (247,68,7). Sum of RGB (Red+Green+Blue) = 247+68+7=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F74407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74407 is #08BBF8. Grayscale: #727272. Windows color (decimal): -572409 or 476407. OLE color: 476407.
HSL color Cylindrical-coordinate representation of color #F74407: hue angle of 15.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F74407 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.03 |
| HSL | 15.25º | 0.94% | 0.5% | - |
| HSV(B) | 15.25º | 0.97% | 0.97% | - |
| XYZ | 40.46 | 23.92 | 2.69 | - |
| YUV | 114.57 | 67.3 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 7 | 0 | 0.72 | 0.97 | 0.03 | 15.25 | 0.94 | 0.5 |
| Hex | F7 | 44 | 7 | 0 | 48 | 61 | 3 | F | 5E | 32 |
| Octal | 367 | 104 | 7 | 0 | 110 | 141 | 3 | 17 | 136 | 62 |
| Binary | 11110111 | 1000100 | 111 | 0 | 1001000 | 1100001 | 11 | 1111 | 1011110 | 110010 |
Color Harmonies of #F74407
Complementary color
Monochromatic Colors of #F74407
Black with #F74407
Text Example
Text Example
White with #F74407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74407; }
p { color: rgb(247,68,7); }
H1.HeaderClassName
{
color: #F74407;
}
.AnyTagClassName
{
color: #F74407;
}
</style>
background-color css
<style>
a { background-color: #F74407; }
a { background-color: rgb(247,68,7); }
div.DivClassName
{
background-color: #F74407;
}
.BgClassName
{
background-color: #F74407;
}
</style>
border-color css
<style>
span { border-color: #F74407; }
span { border-color: rgb(247,68,7); }
td.TdClassName
{
border-color: #F74407;
}
.TagClassName
{
border-color: #F74407;
}
</style>