Shades of Orange Red #F6411A
Tints of Orange Red #F6411A
RGB
CMYK
RGB Variations
Color information
#F6411A (or 0xF6411A) is known color: Orange Red. HEX triplet: F6, 41 and 1A. RGB value is (246,65,26). Sum of RGB (Red+Green+Blue) = 246+65+26=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F6411A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6411A is #09BEE5. Grayscale: #737373. Windows color (decimal): -638694 or 1720822. OLE color: 1720822.
HSL color Cylindrical-coordinate representation of color #F6411A: hue angle of 10.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6411A is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 26 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.04 |
| HSL | 10.64º | 0.92% | 0.53% | - |
| HSV(B) | 10.64º | 0.89% | 0.96% | - |
| XYZ | 40.08 | 23.45 | 3.39 | - |
| YUV | 114.67 | 77.97 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 26 | 0 | 0.74 | 0.89 | 0.04 | 10.64 | 0.92 | 0.53 |
| Hex | F6 | 41 | 1A | 0 | 4A | 59 | 4 | B | 5C | 35 |
| Octal | 366 | 101 | 32 | 0 | 112 | 131 | 4 | 13 | 134 | 65 |
| Binary | 11110110 | 1000001 | 11010 | 0 | 1001010 | 1011001 | 100 | 1011 | 1011100 | 110101 |
Color Harmonies of #F6411A
Complementary color
Monochromatic Colors of #F6411A
Black with #F6411A
Text Example
Text Example
White with #F6411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6411A; }
p { color: rgb(246,65,26); }
H1.HeaderClassName
{
color: #F6411A;
}
.AnyTagClassName
{
color: #F6411A;
}
</style>
background-color css
<style>
a { background-color: #F6411A; }
a { background-color: rgb(246,65,26); }
div.DivClassName
{
background-color: #F6411A;
}
.BgClassName
{
background-color: #F6411A;
}
</style>
border-color css
<style>
span { border-color: #F6411A; }
span { border-color: rgb(246,65,26); }
td.TdClassName
{
border-color: #F6411A;
}
.TagClassName
{
border-color: #F6411A;
}
</style>