Shades of Orange Red #F74215
Tints of Orange Red #F74215
RGB
CMYK
RGB Variations
Color information
#F74215 (or 0xF74215) is known color: Orange Red. HEX triplet: F7, 42 and 15. RGB value is (247,66,21). Sum of RGB (Red+Green+Blue) = 247+66+21=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F74215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74215 is #08BDEA. Grayscale: #737373. Windows color (decimal): -572907 or 1393399. OLE color: 1393399.
HSL color Cylindrical-coordinate representation of color #F74215: hue angle of 11.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F74215 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 21 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.03 |
| HSL | 11.95º | 0.93% | 0.53% | - |
| HSV(B) | 11.95º | 0.91% | 0.97% | - |
| XYZ | 40.44 | 23.72 | 3.16 | - |
| YUV | 114.99 | 74.97 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 21 | 0 | 0.73 | 0.91 | 0.03 | 11.95 | 0.93 | 0.53 |
| Hex | F7 | 42 | 15 | 0 | 49 | 5B | 3 | C | 5D | 35 |
| Octal | 367 | 102 | 25 | 0 | 111 | 133 | 3 | 14 | 135 | 65 |
| Binary | 11110111 | 1000010 | 10101 | 0 | 1001001 | 1011011 | 11 | 1100 | 1011101 | 110101 |
Color Harmonies of #F74215
Complementary color
Monochromatic Colors of #F74215
Black with #F74215
Text Example
Text Example
White with #F74215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74215; }
p { color: rgb(247,66,21); }
H1.HeaderClassName
{
color: #F74215;
}
.AnyTagClassName
{
color: #F74215;
}
</style>
background-color css
<style>
a { background-color: #F74215; }
a { background-color: rgb(247,66,21); }
div.DivClassName
{
background-color: #F74215;
}
.BgClassName
{
background-color: #F74215;
}
</style>
border-color css
<style>
span { border-color: #F74215; }
span { border-color: rgb(247,66,21); }
td.TdClassName
{
border-color: #F74215;
}
.TagClassName
{
border-color: #F74215;
}
</style>