Shades of Red Orange #F74D1E
Tints of Red Orange #F74D1E
RGB
CMYK
RGB Variations
Color information
#F74D1E (or 0xF74D1E) is known color: Red Orange. HEX triplet: F7, 4D and 1E. RGB value is (247,77,30). Sum of RGB (Red+Green+Blue) = 247+77+30=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74D1E is #08B2E1. Grayscale: #7A7A7A. Windows color (decimal): -570082 or 1986039. OLE color: 1986039.
HSL color Cylindrical-coordinate representation of color #F74D1E: hue angle of 13º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F74D1E is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 30 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.03 |
| HSL | 13º | 0.93% | 0.54% | - |
| HSV(B) | 13º | 0.88% | 0.97% | - |
| XYZ | 41.25 | 25.18 | 3.91 | - |
| YUV | 122.47 | 75.82 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 30 | 0 | 0.69 | 0.88 | 0.03 | 13 | 0.93 | 0.54 |
| Hex | F7 | 4D | 1E | 0 | 45 | 58 | 3 | D | 5D | 36 |
| Octal | 367 | 115 | 36 | 0 | 105 | 130 | 3 | 15 | 135 | 66 |
| Binary | 11110111 | 1001101 | 11110 | 0 | 1000101 | 1011000 | 11 | 1101 | 1011101 | 110110 |
Color Harmonies of #F74D1E
Complementary color
Monochromatic Colors of #F74D1E
Black with #F74D1E
Text Example
Text Example
White with #F74D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D1E; }
p { color: rgb(247,77,30); }
H1.HeaderClassName
{
color: #F74D1E;
}
.AnyTagClassName
{
color: #F74D1E;
}
</style>
background-color css
<style>
a { background-color: #F74D1E; }
a { background-color: rgb(247,77,30); }
div.DivClassName
{
background-color: #F74D1E;
}
.BgClassName
{
background-color: #F74D1E;
}
</style>
border-color css
<style>
span { border-color: #F74D1E; }
span { border-color: rgb(247,77,30); }
td.TdClassName
{
border-color: #F74D1E;
}
.TagClassName
{
border-color: #F74D1E;
}
</style>