Shades of Orange Red #F74402
Tints of Orange Red #F74402
RGB
CMYK
RGB Variations
Color information
#F74402 (or 0xF74402) is known color: Orange Red. HEX triplet: F7, 44 and 02. RGB value is (247,68,2). Sum of RGB (Red+Green+Blue) = 247+68+2=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F74402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74402 is #08BBFD. Grayscale: #727272. Windows color (decimal): -572414 or 148727. OLE color: 148727.
HSL color Cylindrical-coordinate representation of color #F74402: hue angle of 16.16º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F74402 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.03 |
| HSL | 16.16º | 0.98% | 0.49% | - |
| HSV(B) | 16.16º | 0.99% | 0.97% | - |
| XYZ | 40.44 | 23.91 | 2.54 | - |
| YUV | 114 | 64.8 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 2 | 0 | 0.72 | 0.99 | 0.03 | 16.16 | 0.98 | 0.49 |
| Hex | F7 | 44 | 2 | 0 | 48 | 63 | 3 | 10 | 62 | 31 |
| Octal | 367 | 104 | 2 | 0 | 110 | 143 | 3 | 20 | 142 | 61 |
| Binary | 11110111 | 1000100 | 10 | 0 | 1001000 | 1100011 | 11 | 10000 | 1100010 | 110001 |
Color Harmonies of #F74402
Complementary color
Monochromatic Colors of #F74402
Black with #F74402
Text Example
Text Example
White with #F74402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74402; }
p { color: rgb(247,68,2); }
H1.HeaderClassName
{
color: #F74402;
}
.AnyTagClassName
{
color: #F74402;
}
</style>
background-color css
<style>
a { background-color: #F74402; }
a { background-color: rgb(247,68,2); }
div.DivClassName
{
background-color: #F74402;
}
.BgClassName
{
background-color: #F74402;
}
</style>
border-color css
<style>
span { border-color: #F74402; }
span { border-color: rgb(247,68,2); }
td.TdClassName
{
border-color: #F74402;
}
.TagClassName
{
border-color: #F74402;
}
</style>