Shades of Red Orange #F6401C
Tints of Red Orange #F6401C
RGB
CMYK
RGB Variations
Color information
#F6401C (or 0xF6401C) is known color: Red Orange. HEX triplet: F6, 40 and 1C. RGB value is (246,64,28). Sum of RGB (Red+Green+Blue) = 246+64+28=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F6401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6401C is #09BFE3. Grayscale: #727272. Windows color (decimal): -638948 or 1851638. OLE color: 1851638.
HSL color Cylindrical-coordinate representation of color #F6401C: hue angle of 9.91º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6401C is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 28 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.04 |
| HSL | 9.91º | 0.92% | 0.54% | - |
| HSV(B) | 9.91º | 0.89% | 0.96% | - |
| XYZ | 40.05 | 23.34 | 3.49 | - |
| YUV | 114.31 | 79.3 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 28 | 0 | 0.74 | 0.89 | 0.04 | 9.91 | 0.92 | 0.54 |
| Hex | F6 | 40 | 1C | 0 | 4A | 59 | 4 | A | 5C | 36 |
| Octal | 366 | 100 | 34 | 0 | 112 | 131 | 4 | 12 | 134 | 66 |
| Binary | 11110110 | 1000000 | 11100 | 0 | 1001010 | 1011001 | 100 | 1010 | 1011100 | 110110 |
Color Harmonies of #F6401C
Complementary color
Monochromatic Colors of #F6401C
Black with #F6401C
Text Example
Text Example
White with #F6401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6401C; }
p { color: rgb(246,64,28); }
H1.HeaderClassName
{
color: #F6401C;
}
.AnyTagClassName
{
color: #F6401C;
}
</style>
background-color css
<style>
a { background-color: #F6401C; }
a { background-color: rgb(246,64,28); }
div.DivClassName
{
background-color: #F6401C;
}
.BgClassName
{
background-color: #F6401C;
}
</style>
border-color css
<style>
span { border-color: #F6401C; }
span { border-color: rgb(246,64,28); }
td.TdClassName
{
border-color: #F6401C;
}
.TagClassName
{
border-color: #F6401C;
}
</style>