Shades of Orange Red #F74102
Tints of Orange Red #F74102
RGB
CMYK
RGB Variations
Color information
#F74102 (or 0xF74102) is known color: Orange Red. HEX triplet: F7, 41 and 02. RGB value is (247,65,2). Sum of RGB (Red+Green+Blue) = 247+65+2=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F74102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74102 is #08BEFD. Grayscale: #707070. Windows color (decimal): -573182 or 147959. OLE color: 147959.
HSL color Cylindrical-coordinate representation of color #F74102: hue angle of 15.43º 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 #F74102 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.03 |
| HSL | 15.43º | 0.98% | 0.49% | - |
| HSV(B) | 15.43º | 0.99% | 0.97% | - |
| XYZ | 40.26 | 23.56 | 2.48 | - |
| YUV | 112.24 | 65.8 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 2 | 0 | 0.74 | 0.99 | 0.03 | 15.43 | 0.98 | 0.49 |
| Hex | F7 | 41 | 2 | 0 | 4A | 63 | 3 | F | 62 | 31 |
| Octal | 367 | 101 | 2 | 0 | 112 | 143 | 3 | 17 | 142 | 61 |
| Binary | 11110111 | 1000001 | 10 | 0 | 1001010 | 1100011 | 11 | 1111 | 1100010 | 110001 |
Color Harmonies of #F74102
Complementary color
Monochromatic Colors of #F74102
Black with #F74102
Text Example
Text Example
White with #F74102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74102; }
p { color: rgb(247,65,2); }
H1.HeaderClassName
{
color: #F74102;
}
.AnyTagClassName
{
color: #F74102;
}
</style>
background-color css
<style>
a { background-color: #F74102; }
a { background-color: rgb(247,65,2); }
div.DivClassName
{
background-color: #F74102;
}
.BgClassName
{
background-color: #F74102;
}
</style>
border-color css
<style>
span { border-color: #F74102; }
span { border-color: rgb(247,65,2); }
td.TdClassName
{
border-color: #F74102;
}
.TagClassName
{
border-color: #F74102;
}
</style>