Shades of Red Orange #F7413A
Tints of Red Orange #F7413A
RGB
CMYK
RGB Variations
Color information
#F7413A (or 0xF7413A) is known color: Red Orange. HEX triplet: F7, 41 and 3A. RGB value is (247,65,58). Sum of RGB (Red+Green+Blue) = 247+65+58=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F7413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7413A is #08BEC5. Grayscale: #767676. Windows color (decimal): -573126 or 3817975. OLE color: 3817975.
HSL color Cylindrical-coordinate representation of color #F7413A: hue angle of 2.22º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7413A is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 58 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.03 |
| HSL | 2.22º | 0.92% | 0.6% | - |
| HSV(B) | 2.22º | 0.77% | 0.97% | - |
| XYZ | 41.01 | 23.86 | 6.45 | - |
| YUV | 118.62 | 93.8 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 58 | 0 | 0.74 | 0.77 | 0.03 | 2.22 | 0.92 | 0.6 |
| Hex | F7 | 41 | 3A | 0 | 4A | 4D | 3 | 2 | 5C | 3C |
| Octal | 367 | 101 | 72 | 0 | 112 | 115 | 3 | 2 | 134 | 74 |
| Binary | 11110111 | 1000001 | 111010 | 0 | 1001010 | 1001101 | 11 | 10 | 1011100 | 111100 |
Color Harmonies of #F7413A
Complementary color
Monochromatic Colors of #F7413A
Black with #F7413A
Text Example
Text Example
White with #F7413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7413A; }
p { color: rgb(247,65,58); }
H1.HeaderClassName
{
color: #F7413A;
}
.AnyTagClassName
{
color: #F7413A;
}
</style>
background-color css
<style>
a { background-color: #F7413A; }
a { background-color: rgb(247,65,58); }
div.DivClassName
{
background-color: #F7413A;
}
.BgClassName
{
background-color: #F7413A;
}
</style>
border-color css
<style>
span { border-color: #F7413A; }
span { border-color: rgb(247,65,58); }
td.TdClassName
{
border-color: #F7413A;
}
.TagClassName
{
border-color: #F7413A;
}
</style>