Shades of Red Orange #F74334
Tints of Red Orange #F74334
RGB
CMYK
RGB Variations
Color information
#F74334 (or 0xF74334) is known color: Red Orange. HEX triplet: F7, 43 and 34. RGB value is (247,67,52). Sum of RGB (Red+Green+Blue) = 247+67+52=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F74334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74334 is #08BCCB. Grayscale: #777777. Windows color (decimal): -572620 or 3425271. OLE color: 3425271.
HSL color Cylindrical-coordinate representation of color #F74334: hue angle of 4.62º 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 #F74334 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 52 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.03 |
| HSL | 4.62º | 0.92% | 0.59% | - |
| HSV(B) | 4.62º | 0.79% | 0.97% | - |
| XYZ | 40.98 | 24.04 | 5.73 | - |
| YUV | 119.11 | 90.13 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 52 | 0 | 0.73 | 0.79 | 0.03 | 4.62 | 0.92 | 0.59 |
| Hex | F7 | 43 | 34 | 0 | 49 | 4F | 3 | 5 | 5C | 3B |
| Octal | 367 | 103 | 64 | 0 | 111 | 117 | 3 | 5 | 134 | 73 |
| Binary | 11110111 | 1000011 | 110100 | 0 | 1001001 | 1001111 | 11 | 101 | 1011100 | 111011 |
Color Harmonies of #F74334
Complementary color
Monochromatic Colors of #F74334
Black with #F74334
Text Example
Text Example
White with #F74334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74334; }
p { color: rgb(247,67,52); }
H1.HeaderClassName
{
color: #F74334;
}
.AnyTagClassName
{
color: #F74334;
}
</style>
background-color css
<style>
a { background-color: #F74334; }
a { background-color: rgb(247,67,52); }
div.DivClassName
{
background-color: #F74334;
}
.BgClassName
{
background-color: #F74334;
}
</style>
border-color css
<style>
span { border-color: #F74334; }
span { border-color: rgb(247,67,52); }
td.TdClassName
{
border-color: #F74334;
}
.TagClassName
{
border-color: #F74334;
}
</style>