Shades of Red Orange #F64622
Tints of Red Orange #F64622
RGB
CMYK
RGB Variations
Color information
#F64622 (or 0xF64622) is known color: Red Orange. HEX triplet: F6, 46 and 22. RGB value is (246,70,34). Sum of RGB (Red+Green+Blue) = 246+70+34=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F64622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64622 is #09B9DD. Grayscale: #767676. Windows color (decimal): -637406 or 2246390. OLE color: 2246390.
HSL color Cylindrical-coordinate representation of color #F64622: hue angle of 10.19º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F64622 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 34 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.04 |
| HSL | 10.19º | 0.92% | 0.55% | - |
| HSV(B) | 10.19º | 0.86% | 0.96% | - |
| XYZ | 40.48 | 24.09 | 4.03 | - |
| YUV | 118.52 | 80.31 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 34 | 0 | 0.72 | 0.86 | 0.04 | 10.19 | 0.92 | 0.55 |
| Hex | F6 | 46 | 22 | 0 | 48 | 56 | 4 | A | 5C | 37 |
| Octal | 366 | 106 | 42 | 0 | 110 | 126 | 4 | 12 | 134 | 67 |
| Binary | 11110110 | 1000110 | 100010 | 0 | 1001000 | 1010110 | 100 | 1010 | 1011100 | 110111 |
Color Harmonies of #F64622
Complementary color
Monochromatic Colors of #F64622
Black with #F64622
Text Example
Text Example
White with #F64622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64622; }
p { color: rgb(246,70,34); }
H1.HeaderClassName
{
color: #F64622;
}
.AnyTagClassName
{
color: #F64622;
}
</style>
background-color css
<style>
a { background-color: #F64622; }
a { background-color: rgb(246,70,34); }
div.DivClassName
{
background-color: #F64622;
}
.BgClassName
{
background-color: #F64622;
}
</style>
border-color css
<style>
span { border-color: #F64622; }
span { border-color: rgb(246,70,34); }
td.TdClassName
{
border-color: #F64622;
}
.TagClassName
{
border-color: #F64622;
}
</style>