Shades of Orange Red #F74200
Tints of Orange Red #F74200
RGB
CMYK
RGB Variations
Color information
#F74200 (or 0xF74200) is known color: Orange Red. HEX triplet: F7, 42 and 00. RGB value is (247,66,0). Sum of RGB (Red+Green+Blue) = 247+66+0=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F74200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74200 is #08BDFF. Grayscale: #717171. Windows color (decimal): -572928 or 17143. OLE color: 17143.
HSL color Cylindrical-coordinate representation of color #F74200: hue angle of 16.03º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F74200 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.03 |
| HSL | 16.03º | 1% | 0.48% | - |
| HSV(B) | 16.03º | 1% | 0.97% | - |
| XYZ | 40.31 | 23.67 | 2.44 | - |
| YUV | 112.6 | 64.47 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 0 | 0 | 0.73 | 1 | 0.03 | 16.03 | 1 | 0.48 |
| Hex | F7 | 42 | 0 | 0 | 49 | 64 | 3 | 10 | 64 | 30 |
| Octal | 367 | 102 | 0 | 0 | 111 | 144 | 3 | 20 | 144 | 60 |
| Binary | 11110111 | 1000010 | 0 | 0 | 1001001 | 1100100 | 11 | 10000 | 1100100 | 110000 |
Color Harmonies of #F74200
Complementary color
Monochromatic Colors of #F74200
Black with #F74200
Text Example
Text Example
White with #F74200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74200; }
p { color: rgb(247,66,0); }
H1.HeaderClassName
{
color: #F74200;
}
.AnyTagClassName
{
color: #F74200;
}
</style>
background-color css
<style>
a { background-color: #F74200; }
a { background-color: rgb(247,66,0); }
div.DivClassName
{
background-color: #F74200;
}
.BgClassName
{
background-color: #F74200;
}
</style>
border-color css
<style>
span { border-color: #F74200; }
span { border-color: rgb(247,66,0); }
td.TdClassName
{
border-color: #F74200;
}
.TagClassName
{
border-color: #F74200;
}
</style>