Shades of Red Orange #F74034
Tints of Red Orange #F74034
RGB
CMYK
RGB Variations
Color information
#F74034 (or 0xF74034) is known color: Red Orange. HEX triplet: F7, 40 and 34. RGB value is (247,64,52). Sum of RGB (Red+Green+Blue) = 247+64+52=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F74034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74034 is #08BFCB. Grayscale: #757575. Windows color (decimal): -573388 or 3424503. OLE color: 3424503.
HSL color Cylindrical-coordinate representation of color #F74034: hue angle of 3.69º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F74034 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 52 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.03 |
| HSL | 3.69º | 0.92% | 0.59% | - |
| HSV(B) | 3.69º | 0.79% | 0.97% | - |
| XYZ | 40.81 | 23.69 | 5.67 | - |
| YUV | 117.35 | 91.13 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 52 | 0 | 0.74 | 0.79 | 0.03 | 3.69 | 0.92 | 0.59 |
| Hex | F7 | 40 | 34 | 0 | 4A | 4F | 3 | 4 | 5C | 3B |
| Octal | 367 | 100 | 64 | 0 | 112 | 117 | 3 | 4 | 134 | 73 |
| Binary | 11110111 | 1000000 | 110100 | 0 | 1001010 | 1001111 | 11 | 100 | 1011100 | 111011 |
Color Harmonies of #F74034
Complementary color
Monochromatic Colors of #F74034
Black with #F74034
Text Example
Text Example
White with #F74034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74034; }
p { color: rgb(247,64,52); }
H1.HeaderClassName
{
color: #F74034;
}
.AnyTagClassName
{
color: #F74034;
}
</style>
background-color css
<style>
a { background-color: #F74034; }
a { background-color: rgb(247,64,52); }
div.DivClassName
{
background-color: #F74034;
}
.BgClassName
{
background-color: #F74034;
}
</style>
border-color css
<style>
span { border-color: #F74034; }
span { border-color: rgb(247,64,52); }
td.TdClassName
{
border-color: #F74034;
}
.TagClassName
{
border-color: #F74034;
}
</style>