Shades of Red Orange #F72A1E
Tints of Red Orange #F72A1E
RGB
CMYK
RGB Variations
Color information
#F72A1E (or 0xF72A1E) is known color: Red Orange. HEX triplet: F7, 2A and 1E. RGB value is (247,42,30). Sum of RGB (Red+Green+Blue) = 247+42+30=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F72A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72A1E is #08D5E1. Grayscale: #666666. Windows color (decimal): -579042 or 1977079. OLE color: 1977079.
HSL color Cylindrical-coordinate representation of color #F72A1E: hue angle of 3.32º 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 #F72A1E is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 42 | 30 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.03 |
| HSL | 3.32º | 0.93% | 0.54% | - |
| HSV(B) | 3.32º | 0.88% | 0.97% | - |
| XYZ | 39.42 | 21.52 | 3.31 | - |
| YUV | 101.93 | 87.42 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 42 | 30 | 0 | 0.83 | 0.88 | 0.03 | 3.32 | 0.93 | 0.54 |
| Hex | F7 | 2A | 1E | 0 | 53 | 58 | 3 | 3 | 5D | 36 |
| Octal | 367 | 52 | 36 | 0 | 123 | 130 | 3 | 3 | 135 | 66 |
| Binary | 11110111 | 101010 | 11110 | 0 | 1010011 | 1011000 | 11 | 11 | 1011101 | 110110 |
Color Harmonies of #F72A1E
Complementary color
Monochromatic Colors of #F72A1E
Black with #F72A1E
Text Example
Text Example
White with #F72A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72A1E; }
p { color: rgb(247,42,30); }
H1.HeaderClassName
{
color: #F72A1E;
}
.AnyTagClassName
{
color: #F72A1E;
}
</style>
background-color css
<style>
a { background-color: #F72A1E; }
a { background-color: rgb(247,42,30); }
div.DivClassName
{
background-color: #F72A1E;
}
.BgClassName
{
background-color: #F72A1E;
}
</style>
border-color css
<style>
span { border-color: #F72A1E; }
span { border-color: rgb(247,42,30); }
td.TdClassName
{
border-color: #F72A1E;
}
.TagClassName
{
border-color: #F72A1E;
}
</style>