Shades of Orange Red #F74007
Tints of Orange Red #F74007
RGB
CMYK
RGB Variations
Color information
#F74007 (or 0xF74007) is known color: Orange Red. HEX triplet: F7, 40 and 07. RGB value is (247,64,7). Sum of RGB (Red+Green+Blue) = 247+64+7=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F74007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74007 is #08BFF8. Grayscale: #707070. Windows color (decimal): -573433 or 475383. OLE color: 475383.
HSL color Cylindrical-coordinate representation of color #F74007: hue angle of 14.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 #F74007 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 7 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.03 |
| HSL | 14.25º | 0.94% | 0.5% | - |
| HSV(B) | 14.25º | 0.97% | 0.97% | - |
| XYZ | 40.23 | 23.46 | 2.61 | - |
| YUV | 112.22 | 68.63 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 7 | 0 | 0.74 | 0.97 | 0.03 | 14.25 | 0.94 | 0.5 |
| Hex | F7 | 40 | 7 | 0 | 4A | 61 | 3 | E | 5E | 32 |
| Octal | 367 | 100 | 7 | 0 | 112 | 141 | 3 | 16 | 136 | 62 |
| Binary | 11110111 | 1000000 | 111 | 0 | 1001010 | 1100001 | 11 | 1110 | 1011110 | 110010 |
Color Harmonies of #F74007
Complementary color
Monochromatic Colors of #F74007
Black with #F74007
Text Example
Text Example
White with #F74007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74007; }
p { color: rgb(247,64,7); }
H1.HeaderClassName
{
color: #F74007;
}
.AnyTagClassName
{
color: #F74007;
}
</style>
background-color css
<style>
a { background-color: #F74007; }
a { background-color: rgb(247,64,7); }
div.DivClassName
{
background-color: #F74007;
}
.BgClassName
{
background-color: #F74007;
}
</style>
border-color css
<style>
span { border-color: #F74007; }
span { border-color: rgb(247,64,7); }
td.TdClassName
{
border-color: #F74007;
}
.TagClassName
{
border-color: #F74007;
}
</style>