Shades of Red Orange #F74136
Tints of Red Orange #F74136
RGB
CMYK
RGB Variations
Color information
#F74136 (or 0xF74136) is known color: Red Orange. HEX triplet: F7, 41 and 36. RGB value is (247,65,54). Sum of RGB (Red+Green+Blue) = 247+65+54=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F74136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74136 is #08BEC9. Grayscale: #767676. Windows color (decimal): -573130 or 3555831. OLE color: 3555831.
HSL color Cylindrical-coordinate representation of color #F74136: hue angle of 3.42º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F74136 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 54 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.03 |
| HSL | 3.42º | 0.92% | 0.59% | - |
| HSV(B) | 3.42º | 0.78% | 0.97% | - |
| XYZ | 40.91 | 23.82 | 5.93 | - |
| YUV | 118.16 | 91.8 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 54 | 0 | 0.74 | 0.78 | 0.03 | 3.42 | 0.92 | 0.59 |
| Hex | F7 | 41 | 36 | 0 | 4A | 4E | 3 | 3 | 5C | 3B |
| Octal | 367 | 101 | 66 | 0 | 112 | 116 | 3 | 3 | 134 | 73 |
| Binary | 11110111 | 1000001 | 110110 | 0 | 1001010 | 1001110 | 11 | 11 | 1011100 | 111011 |
Color Harmonies of #F74136
Complementary color
Monochromatic Colors of #F74136
Black with #F74136
Text Example
Text Example
White with #F74136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74136; }
p { color: rgb(247,65,54); }
H1.HeaderClassName
{
color: #F74136;
}
.AnyTagClassName
{
color: #F74136;
}
</style>
background-color css
<style>
a { background-color: #F74136; }
a { background-color: rgb(247,65,54); }
div.DivClassName
{
background-color: #F74136;
}
.BgClassName
{
background-color: #F74136;
}
</style>
border-color css
<style>
span { border-color: #F74136; }
span { border-color: rgb(247,65,54); }
td.TdClassName
{
border-color: #F74136;
}
.TagClassName
{
border-color: #F74136;
}
</style>