Shades of Red Orange #F74036
Tints of Red Orange #F74036
RGB
CMYK
RGB Variations
Color information
#F74036 (or 0xF74036) is known color: Red Orange. HEX triplet: F7, 40 and 36. RGB value is (247,64,54). Sum of RGB (Red+Green+Blue) = 247+64+54=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F74036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74036 is #08BFC9. Grayscale: #757575. Windows color (decimal): -573386 or 3555575. OLE color: 3555575.
HSL color Cylindrical-coordinate representation of color #F74036: hue angle of 3.11º 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 #F74036 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 54 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.03 |
| HSL | 3.11º | 0.92% | 0.59% | - |
| HSV(B) | 3.11º | 0.78% | 0.97% | - |
| XYZ | 40.86 | 23.71 | 5.91 | - |
| YUV | 117.58 | 92.13 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 54 | 0 | 0.74 | 0.78 | 0.03 | 3.11 | 0.92 | 0.59 |
| Hex | F7 | 40 | 36 | 0 | 4A | 4E | 3 | 3 | 5C | 3B |
| Octal | 367 | 100 | 66 | 0 | 112 | 116 | 3 | 3 | 134 | 73 |
| Binary | 11110111 | 1000000 | 110110 | 0 | 1001010 | 1001110 | 11 | 11 | 1011100 | 111011 |
Color Harmonies of #F74036
Complementary color
Monochromatic Colors of #F74036
Black with #F74036
Text Example
Text Example
White with #F74036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74036; }
p { color: rgb(247,64,54); }
H1.HeaderClassName
{
color: #F74036;
}
.AnyTagClassName
{
color: #F74036;
}
</style>
background-color css
<style>
a { background-color: #F74036; }
a { background-color: rgb(247,64,54); }
div.DivClassName
{
background-color: #F74036;
}
.BgClassName
{
background-color: #F74036;
}
</style>
border-color css
<style>
span { border-color: #F74036; }
span { border-color: rgb(247,64,54); }
td.TdClassName
{
border-color: #F74036;
}
.TagClassName
{
border-color: #F74036;
}
</style>