Shades of Orange Red #F74114
Tints of Orange Red #F74114
RGB
CMYK
RGB Variations
Color information
#F74114 (or 0xF74114) is known color: Orange Red. HEX triplet: F7, 41 and 14. RGB value is (247,65,20). Sum of RGB (Red+Green+Blue) = 247+65+20=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F74114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74114 is #08BEEB. Grayscale: #727272. Windows color (decimal): -573164 or 1327607. OLE color: 1327607.
HSL color Cylindrical-coordinate representation of color #F74114: hue angle of 11.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F74114 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 20 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.03 |
| HSL | 11.89º | 0.93% | 0.52% | - |
| HSV(B) | 11.89º | 0.92% | 0.97% | - |
| XYZ | 40.37 | 23.61 | 3.09 | - |
| YUV | 114.29 | 74.8 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 20 | 0 | 0.74 | 0.92 | 0.03 | 11.89 | 0.93 | 0.52 |
| Hex | F7 | 41 | 14 | 0 | 4A | 5C | 3 | C | 5D | 34 |
| Octal | 367 | 101 | 24 | 0 | 112 | 134 | 3 | 14 | 135 | 64 |
| Binary | 11110111 | 1000001 | 10100 | 0 | 1001010 | 1011100 | 11 | 1100 | 1011101 | 110100 |
Color Harmonies of #F74114
Complementary color
Monochromatic Colors of #F74114
Black with #F74114
Text Example
Text Example
White with #F74114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74114; }
p { color: rgb(247,65,20); }
H1.HeaderClassName
{
color: #F74114;
}
.AnyTagClassName
{
color: #F74114;
}
</style>
background-color css
<style>
a { background-color: #F74114; }
a { background-color: rgb(247,65,20); }
div.DivClassName
{
background-color: #F74114;
}
.BgClassName
{
background-color: #F74114;
}
</style>
border-color css
<style>
span { border-color: #F74114; }
span { border-color: rgb(247,65,20); }
td.TdClassName
{
border-color: #F74114;
}
.TagClassName
{
border-color: #F74114;
}
</style>