Shades of Red Orange #F6411D
Tints of Red Orange #F6411D
RGB
CMYK
RGB Variations
Color information
#F6411D (or 0xF6411D) is known color: Red Orange. HEX triplet: F6, 41 and 1D. RGB value is (246,65,29). Sum of RGB (Red+Green+Blue) = 246+65+29=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F6411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6411D is #09BEE2. Grayscale: #737373. Windows color (decimal): -638691 or 1917430. OLE color: 1917430.
HSL color Cylindrical-coordinate representation of color #F6411D: hue angle of 9.95º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6411D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 29 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.04 |
| HSL | 9.95º | 0.92% | 0.54% | - |
| HSV(B) | 9.95º | 0.88% | 0.96% | - |
| XYZ | 40.12 | 23.46 | 3.58 | - |
| YUV | 115.02 | 79.47 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 29 | 0 | 0.74 | 0.88 | 0.04 | 9.95 | 0.92 | 0.54 |
| Hex | F6 | 41 | 1D | 0 | 4A | 58 | 4 | A | 5C | 36 |
| Octal | 366 | 101 | 35 | 0 | 112 | 130 | 4 | 12 | 134 | 66 |
| Binary | 11110110 | 1000001 | 11101 | 0 | 1001010 | 1011000 | 100 | 1010 | 1011100 | 110110 |
Color Harmonies of #F6411D
Complementary color
Monochromatic Colors of #F6411D
Black with #F6411D
Text Example
Text Example
White with #F6411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6411D; }
p { color: rgb(246,65,29); }
H1.HeaderClassName
{
color: #F6411D;
}
.AnyTagClassName
{
color: #F6411D;
}
</style>
background-color css
<style>
a { background-color: #F6411D; }
a { background-color: rgb(246,65,29); }
div.DivClassName
{
background-color: #F6411D;
}
.BgClassName
{
background-color: #F6411D;
}
</style>
border-color css
<style>
span { border-color: #F6411D; }
span { border-color: rgb(246,65,29); }
td.TdClassName
{
border-color: #F6411D;
}
.TagClassName
{
border-color: #F6411D;
}
</style>