Shades of Orange Red #F74418
Tints of Orange Red #F74418
RGB
CMYK
RGB Variations
Color information
#F74418 (or 0xF74418) is known color: Orange Red. HEX triplet: F7, 44 and 18. RGB value is (247,68,24). Sum of RGB (Red+Green+Blue) = 247+68+24=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F74418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74418 is #08BBE7. Grayscale: #747474. Windows color (decimal): -572392 or 1590519. OLE color: 1590519.
HSL color Cylindrical-coordinate representation of color #F74418: hue angle of 11.84º 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 #F74418 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 24 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.03 |
| HSL | 11.84º | 0.93% | 0.53% | - |
| HSV(B) | 11.84º | 0.9% | 0.97% | - |
| XYZ | 40.59 | 23.97 | 3.35 | - |
| YUV | 116.51 | 75.8 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 24 | 0 | 0.72 | 0.90 | 0.03 | 11.84 | 0.93 | 0.53 |
| Hex | F7 | 44 | 18 | 0 | 48 | 5A | 3 | C | 5D | 35 |
| Octal | 367 | 104 | 30 | 0 | 110 | 132 | 3 | 14 | 135 | 65 |
| Binary | 11110111 | 1000100 | 11000 | 0 | 1001000 | 1011010 | 11 | 1100 | 1011101 | 110101 |
Color Harmonies of #F74418
Complementary color
Monochromatic Colors of #F74418
Black with #F74418
Text Example
Text Example
White with #F74418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74418; }
p { color: rgb(247,68,24); }
H1.HeaderClassName
{
color: #F74418;
}
.AnyTagClassName
{
color: #F74418;
}
</style>
background-color css
<style>
a { background-color: #F74418; }
a { background-color: rgb(247,68,24); }
div.DivClassName
{
background-color: #F74418;
}
.BgClassName
{
background-color: #F74418;
}
</style>
border-color css
<style>
span { border-color: #F74418; }
span { border-color: rgb(247,68,24); }
td.TdClassName
{
border-color: #F74418;
}
.TagClassName
{
border-color: #F74418;
}
</style>