Shades of Orange Red #F7410A
Tints of Orange Red #F7410A
RGB
CMYK
RGB Variations
Color information
#F7410A (or 0xF7410A) is known color: Orange Red. HEX triplet: F7, 41 and 0A. RGB value is (247,65,10). Sum of RGB (Red+Green+Blue) = 247+65+10=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F7410A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7410A is #08BEF5. Grayscale: #717171. Windows color (decimal): -573174 or 672247. OLE color: 672247.
HSL color Cylindrical-coordinate representation of color #F7410A: hue angle of 13.92º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7410A is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 10 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.03 |
| HSL | 13.92º | 0.94% | 0.5% | - |
| HSV(B) | 13.92º | 0.96% | 0.97% | - |
| XYZ | 40.3 | 23.58 | 2.71 | - |
| YUV | 113.15 | 69.8 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 10 | 0 | 0.74 | 0.96 | 0.03 | 13.92 | 0.94 | 0.5 |
| Hex | F7 | 41 | A | 0 | 4A | 60 | 3 | E | 5E | 32 |
| Octal | 367 | 101 | 12 | 0 | 112 | 140 | 3 | 16 | 136 | 62 |
| Binary | 11110111 | 1000001 | 1010 | 0 | 1001010 | 1100000 | 11 | 1110 | 1011110 | 110010 |
Color Harmonies of #F7410A
Complementary color
Monochromatic Colors of #F7410A
Black with #F7410A
Text Example
Text Example
White with #F7410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7410A; }
p { color: rgb(247,65,10); }
H1.HeaderClassName
{
color: #F7410A;
}
.AnyTagClassName
{
color: #F7410A;
}
</style>
background-color css
<style>
a { background-color: #F7410A; }
a { background-color: rgb(247,65,10); }
div.DivClassName
{
background-color: #F7410A;
}
.BgClassName
{
background-color: #F7410A;
}
</style>
border-color css
<style>
span { border-color: #F7410A; }
span { border-color: rgb(247,65,10); }
td.TdClassName
{
border-color: #F7410A;
}
.TagClassName
{
border-color: #F7410A;
}
</style>