Shades of Red Orange #F6401D
Tints of Red Orange #F6401D
RGB
CMYK
RGB Variations
Color information
#F6401D (or 0xF6401D) is known color: Red Orange. HEX triplet: F6, 40 and 1D. RGB value is (246,64,29). Sum of RGB (Red+Green+Blue) = 246+64+29=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F6401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6401D is #09BFE2. Grayscale: #727272. Windows color (decimal): -638947 or 1917174. OLE color: 1917174.
HSL color Cylindrical-coordinate representation of color #F6401D: hue angle of 9.68º 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 #F6401D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 29 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.04 |
| HSL | 9.68º | 0.92% | 0.54% | - |
| HSV(B) | 9.68º | 0.88% | 0.96% | - |
| XYZ | 40.06 | 23.35 | 3.56 | - |
| YUV | 114.43 | 79.8 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 29 | 0 | 0.74 | 0.88 | 0.04 | 9.68 | 0.92 | 0.54 |
| Hex | F6 | 40 | 1D | 0 | 4A | 58 | 4 | A | 5C | 36 |
| Octal | 366 | 100 | 35 | 0 | 112 | 130 | 4 | 12 | 134 | 66 |
| Binary | 11110110 | 1000000 | 11101 | 0 | 1001010 | 1011000 | 100 | 1010 | 1011100 | 110110 |
Color Harmonies of #F6401D
Complementary color
Monochromatic Colors of #F6401D
Black with #F6401D
Text Example
Text Example
White with #F6401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6401D; }
p { color: rgb(246,64,29); }
H1.HeaderClassName
{
color: #F6401D;
}
.AnyTagClassName
{
color: #F6401D;
}
</style>
background-color css
<style>
a { background-color: #F6401D; }
a { background-color: rgb(246,64,29); }
div.DivClassName
{
background-color: #F6401D;
}
.BgClassName
{
background-color: #F6401D;
}
</style>
border-color css
<style>
span { border-color: #F6401D; }
span { border-color: rgb(246,64,29); }
td.TdClassName
{
border-color: #F6401D;
}
.TagClassName
{
border-color: #F6401D;
}
</style>