Shades of Red Orange #F74238
Tints of Red Orange #F74238
RGB
CMYK
RGB Variations
Color information
#F74238 (or 0xF74238) is known color: Red Orange. HEX triplet: F7, 42 and 38. RGB value is (247,66,56). Sum of RGB (Red+Green+Blue) = 247+66+56=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F74238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74238 is #08BDC7. Grayscale: #777777. Windows color (decimal): -572872 or 3687159. OLE color: 3687159.
HSL color Cylindrical-coordinate representation of color #F74238: hue angle of 3.14º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F74238 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 56 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.03 |
| HSL | 3.14º | 0.92% | 0.59% | - |
| HSV(B) | 3.14º | 0.77% | 0.97% | - |
| XYZ | 41.02 | 23.96 | 6.2 | - |
| YUV | 118.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 56 | 0 | 0.73 | 0.77 | 0.03 | 3.14 | 0.92 | 0.59 |
| Hex | F7 | 42 | 38 | 0 | 49 | 4D | 3 | 3 | 5C | 3B |
| Octal | 367 | 102 | 70 | 0 | 111 | 115 | 3 | 3 | 134 | 73 |
| Binary | 11110111 | 1000010 | 111000 | 0 | 1001001 | 1001101 | 11 | 11 | 1011100 | 111011 |
Color Harmonies of #F74238
Complementary color
Monochromatic Colors of #F74238
Black with #F74238
Text Example
Text Example
White with #F74238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74238; }
p { color: rgb(247,66,56); }
H1.HeaderClassName
{
color: #F74238;
}
.AnyTagClassName
{
color: #F74238;
}
</style>
background-color css
<style>
a { background-color: #F74238; }
a { background-color: rgb(247,66,56); }
div.DivClassName
{
background-color: #F74238;
}
.BgClassName
{
background-color: #F74238;
}
</style>
border-color css
<style>
span { border-color: #F74238; }
span { border-color: rgb(247,66,56); }
td.TdClassName
{
border-color: #F74238;
}
.TagClassName
{
border-color: #F74238;
}
</style>