Shades of Orange Red #F7400E
Tints of Orange Red #F7400E
RGB
CMYK
RGB Variations
Color information
#F7400E (or 0xF7400E) is known color: Orange Red. HEX triplet: F7, 40 and 0E. RGB value is (247,64,14). Sum of RGB (Red+Green+Blue) = 247+64+14=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7400E is #08BFF1. Grayscale: #717171. Windows color (decimal): -573426 or 934135. OLE color: 934135.
HSL color Cylindrical-coordinate representation of color #F7400E: hue angle of 12.88º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7400E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.03 |
| HSL | 12.88º | 0.94% | 0.51% | - |
| HSV(B) | 12.88º | 0.94% | 0.97% | - |
| XYZ | 40.27 | 23.47 | 2.82 | - |
| YUV | 113.02 | 72.13 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 14 | 0 | 0.74 | 0.94 | 0.03 | 12.88 | 0.94 | 0.51 |
| Hex | F7 | 40 | E | 0 | 4A | 5E | 3 | D | 5E | 33 |
| Octal | 367 | 100 | 16 | 0 | 112 | 136 | 3 | 15 | 136 | 63 |
| Binary | 11110111 | 1000000 | 1110 | 0 | 1001010 | 1011110 | 11 | 1101 | 1011110 | 110011 |
Color Harmonies of #F7400E
Complementary color
Monochromatic Colors of #F7400E
Black with #F7400E
Text Example
Text Example
White with #F7400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7400E; }
p { color: rgb(247,64,14); }
H1.HeaderClassName
{
color: #F7400E;
}
.AnyTagClassName
{
color: #F7400E;
}
</style>
background-color css
<style>
a { background-color: #F7400E; }
a { background-color: rgb(247,64,14); }
div.DivClassName
{
background-color: #F7400E;
}
.BgClassName
{
background-color: #F7400E;
}
</style>
border-color css
<style>
span { border-color: #F7400E; }
span { border-color: rgb(247,64,14); }
td.TdClassName
{
border-color: #F7400E;
}
.TagClassName
{
border-color: #F7400E;
}
</style>