Shades of Orange Red #F74419
Tints of Orange Red #F74419
RGB
CMYK
RGB Variations
Color information
#F74419 (or 0xF74419) is known color: Orange Red. HEX triplet: F7, 44 and 19. RGB value is (247,68,25). Sum of RGB (Red+Green+Blue) = 247+68+25=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F74419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74419 is #08BBE6. Grayscale: #747474. Windows color (decimal): -572391 or 1656055. OLE color: 1656055.
HSL color Cylindrical-coordinate representation of color #F74419: hue angle of 11.62º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F74419 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 25 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.03 |
| HSL | 11.62º | 0.93% | 0.53% | - |
| HSV(B) | 11.62º | 0.9% | 0.97% | - |
| XYZ | 40.6 | 23.98 | 3.41 | - |
| YUV | 116.62 | 76.3 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 25 | 0 | 0.72 | 0.90 | 0.03 | 11.62 | 0.93 | 0.53 |
| Hex | F7 | 44 | 19 | 0 | 48 | 5A | 3 | C | 5D | 35 |
| Octal | 367 | 104 | 31 | 0 | 110 | 132 | 3 | 14 | 135 | 65 |
| Binary | 11110111 | 1000100 | 11001 | 0 | 1001000 | 1011010 | 11 | 1100 | 1011101 | 110101 |
Color Harmonies of #F74419
Complementary color
Monochromatic Colors of #F74419
Black with #F74419
Text Example
Text Example
White with #F74419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74419; }
p { color: rgb(247,68,25); }
H1.HeaderClassName
{
color: #F74419;
}
.AnyTagClassName
{
color: #F74419;
}
</style>
background-color css
<style>
a { background-color: #F74419; }
a { background-color: rgb(247,68,25); }
div.DivClassName
{
background-color: #F74419;
}
.BgClassName
{
background-color: #F74419;
}
</style>
border-color css
<style>
span { border-color: #F74419; }
span { border-color: rgb(247,68,25); }
td.TdClassName
{
border-color: #F74419;
}
.TagClassName
{
border-color: #F74419;
}
</style>