Shades of Red Orange #F7422A
Tints of Red Orange #F7422A
RGB
CMYK
RGB Variations
Color information
#F7422A (or 0xF7422A) is known color: Red Orange. HEX triplet: F7, 42 and 2A. RGB value is (247,66,42). Sum of RGB (Red+Green+Blue) = 247+66+42=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F7422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7422A is #08BDD5. Grayscale: #757575. Windows color (decimal): -572886 or 2769655. OLE color: 2769655.
HSL color Cylindrical-coordinate representation of color #F7422A: hue angle of 7.02º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7422A is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 42 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.03 |
| HSL | 7.02º | 0.93% | 0.57% | - |
| HSV(B) | 7.02º | 0.83% | 0.97% | - |
| XYZ | 40.72 | 23.84 | 4.65 | - |
| YUV | 117.38 | 85.47 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 42 | 0 | 0.73 | 0.83 | 0.03 | 7.02 | 0.93 | 0.57 |
| Hex | F7 | 42 | 2A | 0 | 49 | 53 | 3 | 7 | 5D | 39 |
| Octal | 367 | 102 | 52 | 0 | 111 | 123 | 3 | 7 | 135 | 71 |
| Binary | 11110111 | 1000010 | 101010 | 0 | 1001001 | 1010011 | 11 | 111 | 1011101 | 111001 |
Color Harmonies of #F7422A
Complementary color
Monochromatic Colors of #F7422A
Black with #F7422A
Text Example
Text Example
White with #F7422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7422A; }
p { color: rgb(247,66,42); }
H1.HeaderClassName
{
color: #F7422A;
}
.AnyTagClassName
{
color: #F7422A;
}
</style>
background-color css
<style>
a { background-color: #F7422A; }
a { background-color: rgb(247,66,42); }
div.DivClassName
{
background-color: #F7422A;
}
.BgClassName
{
background-color: #F7422A;
}
</style>
border-color css
<style>
span { border-color: #F7422A; }
span { border-color: rgb(247,66,42); }
td.TdClassName
{
border-color: #F7422A;
}
.TagClassName
{
border-color: #F7422A;
}
</style>