Shades of Red Orange #F7412B
Tints of Red Orange #F7412B
RGB
CMYK
RGB Variations
Color information
#F7412B (or 0xF7412B) is known color: Red Orange. HEX triplet: F7, 41 and 2B. RGB value is (247,65,43). Sum of RGB (Red+Green+Blue) = 247+65+43=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F7412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7412B is #08BED4. Grayscale: #757575. Windows color (decimal): -573141 or 2834935. OLE color: 2834935.
HSL color Cylindrical-coordinate representation of color #F7412B: hue angle of 6.47º 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 #F7412B is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 43 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.03 |
| HSL | 6.47º | 0.93% | 0.57% | - |
| HSV(B) | 6.47º | 0.83% | 0.97% | - |
| XYZ | 40.68 | 23.73 | 4.72 | - |
| YUV | 116.91 | 86.3 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 43 | 0 | 0.74 | 0.83 | 0.03 | 6.47 | 0.93 | 0.57 |
| Hex | F7 | 41 | 2B | 0 | 4A | 53 | 3 | 6 | 5D | 39 |
| Octal | 367 | 101 | 53 | 0 | 112 | 123 | 3 | 6 | 135 | 71 |
| Binary | 11110111 | 1000001 | 101011 | 0 | 1001010 | 1010011 | 11 | 110 | 1011101 | 111001 |
Color Harmonies of #F7412B
Complementary color
Monochromatic Colors of #F7412B
Black with #F7412B
Text Example
Text Example
White with #F7412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7412B; }
p { color: rgb(247,65,43); }
H1.HeaderClassName
{
color: #F7412B;
}
.AnyTagClassName
{
color: #F7412B;
}
</style>
background-color css
<style>
a { background-color: #F7412B; }
a { background-color: rgb(247,65,43); }
div.DivClassName
{
background-color: #F7412B;
}
.BgClassName
{
background-color: #F7412B;
}
</style>
border-color css
<style>
span { border-color: #F7412B; }
span { border-color: rgb(247,65,43); }
td.TdClassName
{
border-color: #F7412B;
}
.TagClassName
{
border-color: #F7412B;
}
</style>