Shades of Red Orange #F74338
Tints of Red Orange #F74338
RGB
CMYK
RGB Variations
Color information
#F74338 (or 0xF74338) is known color: Red Orange. HEX triplet: F7, 43 and 38. RGB value is (247,67,56). Sum of RGB (Red+Green+Blue) = 247+67+56=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F74338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74338 is #08BCC7. Grayscale: #777777. Windows color (decimal): -572616 or 3687415. OLE color: 3687415.
HSL color Cylindrical-coordinate representation of color #F74338: hue angle of 3.46º 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 #F74338 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 56 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.03 |
| HSL | 3.46º | 0.92% | 0.59% | - |
| HSV(B) | 3.46º | 0.77% | 0.97% | - |
| XYZ | 41.08 | 24.07 | 6.22 | - |
| YUV | 119.57 | 92.13 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 56 | 0 | 0.73 | 0.77 | 0.03 | 3.46 | 0.92 | 0.59 |
| Hex | F7 | 43 | 38 | 0 | 49 | 4D | 3 | 3 | 5C | 3B |
| Octal | 367 | 103 | 70 | 0 | 111 | 115 | 3 | 3 | 134 | 73 |
| Binary | 11110111 | 1000011 | 111000 | 0 | 1001001 | 1001101 | 11 | 11 | 1011100 | 111011 |
Color Harmonies of #F74338
Complementary color
Monochromatic Colors of #F74338
Black with #F74338
Text Example
Text Example
White with #F74338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74338; }
p { color: rgb(247,67,56); }
H1.HeaderClassName
{
color: #F74338;
}
.AnyTagClassName
{
color: #F74338;
}
</style>
background-color css
<style>
a { background-color: #F74338; }
a { background-color: rgb(247,67,56); }
div.DivClassName
{
background-color: #F74338;
}
.BgClassName
{
background-color: #F74338;
}
</style>
border-color css
<style>
span { border-color: #F74338; }
span { border-color: rgb(247,67,56); }
td.TdClassName
{
border-color: #F74338;
}
.TagClassName
{
border-color: #F74338;
}
</style>