Shades of Orange Red #F74001
Tints of Orange Red #F74001
RGB
CMYK
RGB Variations
Color information
#F74001 (or 0xF74001) is known color: Orange Red. HEX triplet: F7, 40 and 01. RGB value is (247,64,1). Sum of RGB (Red+Green+Blue) = 247+64+1=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F74001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74001 is #08BFFE. Grayscale: #6F6F6F. Windows color (decimal): -573439 or 82167. OLE color: 82167.
HSL color Cylindrical-coordinate representation of color #F74001: hue angle of 15.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F74001 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.03 |
| HSL | 15.37º | 0.99% | 0.49% | - |
| HSV(B) | 15.37º | 1% | 0.97% | - |
| XYZ | 40.2 | 23.44 | 2.44 | - |
| YUV | 111.54 | 65.63 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 1 | 0 | 0.74 | 1.00 | 0.03 | 15.37 | 0.99 | 0.49 |
| Hex | F7 | 40 | 1 | 0 | 4A | 64 | 3 | F | 63 | 31 |
| Octal | 367 | 100 | 1 | 0 | 112 | 144 | 3 | 17 | 143 | 61 |
| Binary | 11110111 | 1000000 | 1 | 0 | 1001010 | 1100100 | 11 | 1111 | 1100011 | 110001 |
Color Harmonies of #F74001
Complementary color
Monochromatic Colors of #F74001
Black with #F74001
Text Example
Text Example
White with #F74001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74001; }
p { color: rgb(247,64,1); }
H1.HeaderClassName
{
color: #F74001;
}
.AnyTagClassName
{
color: #F74001;
}
</style>
background-color css
<style>
a { background-color: #F74001; }
a { background-color: rgb(247,64,1); }
div.DivClassName
{
background-color: #F74001;
}
.BgClassName
{
background-color: #F74001;
}
</style>
border-color css
<style>
span { border-color: #F74001; }
span { border-color: rgb(247,64,1); }
td.TdClassName
{
border-color: #F74001;
}
.TagClassName
{
border-color: #F74001;
}
</style>