Shades of Red Orange #F74E2F
Tints of Red Orange #F74E2F
RGB
CMYK
RGB Variations
Color information
#F74E2F (or 0xF74E2F) is known color: Red Orange. HEX triplet: F7, 4E and 2F. RGB value is (247,78,47). Sum of RGB (Red+Green+Blue) = 247+78+47=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F74E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74E2F is #08B1D0. Grayscale: #7D7D7D. Windows color (decimal): -569809 or 3100407. OLE color: 3100407.
HSL color Cylindrical-coordinate representation of color #F74E2F: hue angle of 9.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F74E2F is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 47 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.03 |
| HSL | 9.3º | 0.93% | 0.58% | - |
| HSV(B) | 9.3º | 0.81% | 0.97% | - |
| XYZ | 41.6 | 25.43 | 5.41 | - |
| YUV | 125 | 83.99 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 47 | 0 | 0.68 | 0.81 | 0.03 | 9.3 | 0.93 | 0.58 |
| Hex | F7 | 4E | 2F | 0 | 44 | 51 | 3 | 9 | 5D | 3A |
| Octal | 367 | 116 | 57 | 0 | 104 | 121 | 3 | 11 | 135 | 72 |
| Binary | 11110111 | 1001110 | 101111 | 0 | 1000100 | 1010001 | 11 | 1001 | 1011101 | 111010 |
Color Harmonies of #F74E2F
Complementary color
Monochromatic Colors of #F74E2F
Black with #F74E2F
Text Example
Text Example
White with #F74E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74E2F; }
p { color: rgb(247,78,47); }
H1.HeaderClassName
{
color: #F74E2F;
}
.AnyTagClassName
{
color: #F74E2F;
}
</style>
background-color css
<style>
a { background-color: #F74E2F; }
a { background-color: rgb(247,78,47); }
div.DivClassName
{
background-color: #F74E2F;
}
.BgClassName
{
background-color: #F74E2F;
}
</style>
border-color css
<style>
span { border-color: #F74E2F; }
span { border-color: rgb(247,78,47); }
td.TdClassName
{
border-color: #F74E2F;
}
.TagClassName
{
border-color: #F74E2F;
}
</style>