Shades of Orange Red #F74819
Tints of Orange Red #F74819
RGB
CMYK
RGB Variations
Color information
#F74819 (or 0xF74819) is known color: Orange Red. HEX triplet: F7, 48 and 19. RGB value is (247,72,25). Sum of RGB (Red+Green+Blue) = 247+72+25=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F74819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74819 is #08B7E6. Grayscale: #777777. Windows color (decimal): -571367 or 1657079. OLE color: 1657079.
HSL color Cylindrical-coordinate representation of color #F74819: hue angle of 12.7º 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 #F74819 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 25 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.03 |
| HSL | 12.7º | 0.93% | 0.53% | - |
| HSV(B) | 12.7º | 0.9% | 0.97% | - |
| XYZ | 40.85 | 24.48 | 3.49 | - |
| YUV | 118.97 | 74.98 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 25 | 0 | 0.71 | 0.90 | 0.03 | 12.7 | 0.93 | 0.53 |
| Hex | F7 | 48 | 19 | 0 | 47 | 5A | 3 | D | 5D | 35 |
| Octal | 367 | 110 | 31 | 0 | 107 | 132 | 3 | 15 | 135 | 65 |
| Binary | 11110111 | 1001000 | 11001 | 0 | 1000111 | 1011010 | 11 | 1101 | 1011101 | 110101 |
Color Harmonies of #F74819
Complementary color
Monochromatic Colors of #F74819
Black with #F74819
Text Example
Text Example
White with #F74819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74819; }
p { color: rgb(247,72,25); }
H1.HeaderClassName
{
color: #F74819;
}
.AnyTagClassName
{
color: #F74819;
}
</style>
background-color css
<style>
a { background-color: #F74819; }
a { background-color: rgb(247,72,25); }
div.DivClassName
{
background-color: #F74819;
}
.BgClassName
{
background-color: #F74819;
}
</style>
border-color css
<style>
span { border-color: #F74819; }
span { border-color: rgb(247,72,25); }
td.TdClassName
{
border-color: #F74819;
}
.TagClassName
{
border-color: #F74819;
}
</style>