Shades of Red Orange #F6461D
Tints of Red Orange #F6461D
RGB
CMYK
RGB Variations
Color information
#F6461D (or 0xF6461D) is known color: Red Orange. HEX triplet: F6, 46 and 1D. RGB value is (246,70,29). Sum of RGB (Red+Green+Blue) = 246+70+29=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6461D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6461D is #09B9E2. Grayscale: #767676. Windows color (decimal): -637411 or 1918710. OLE color: 1918710.
HSL color Cylindrical-coordinate representation of color #F6461D: hue angle of 11.34º 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 #F6461D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.04 |
| HSL | 11.34º | 0.92% | 0.54% | - |
| HSV(B) | 11.34º | 0.88% | 0.96% | - |
| XYZ | 40.42 | 24.06 | 3.68 | - |
| YUV | 117.95 | 77.81 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 29 | 0 | 0.72 | 0.88 | 0.04 | 11.34 | 0.92 | 0.54 |
| Hex | F6 | 46 | 1D | 0 | 48 | 58 | 4 | B | 5C | 36 |
| Octal | 366 | 106 | 35 | 0 | 110 | 130 | 4 | 13 | 134 | 66 |
| Binary | 11110110 | 1000110 | 11101 | 0 | 1001000 | 1011000 | 100 | 1011 | 1011100 | 110110 |
Color Harmonies of #F6461D
Complementary color
Monochromatic Colors of #F6461D
Black with #F6461D
Text Example
Text Example
White with #F6461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6461D; }
p { color: rgb(246,70,29); }
H1.HeaderClassName
{
color: #F6461D;
}
.AnyTagClassName
{
color: #F6461D;
}
</style>
background-color css
<style>
a { background-color: #F6461D; }
a { background-color: rgb(246,70,29); }
div.DivClassName
{
background-color: #F6461D;
}
.BgClassName
{
background-color: #F6461D;
}
</style>
border-color css
<style>
span { border-color: #F6461D; }
span { border-color: rgb(246,70,29); }
td.TdClassName
{
border-color: #F6461D;
}
.TagClassName
{
border-color: #F6461D;
}
</style>