Shades of Red Orange #F64022
Tints of Red Orange #F64022
RGB
CMYK
RGB Variations
Color information
#F64022 (or 0xF64022) is known color: Red Orange. HEX triplet: F6, 40 and 22. RGB value is (246,64,34). Sum of RGB (Red+Green+Blue) = 246+64+34=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F64022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64022 is #09BFDD. Grayscale: #737373. Windows color (decimal): -638942 or 2244854. OLE color: 2244854.
HSL color Cylindrical-coordinate representation of color #F64022: hue angle of 8.49º 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 #F64022 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 34 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.04 |
| HSL | 8.49º | 0.92% | 0.55% | - |
| HSV(B) | 8.49º | 0.86% | 0.96% | - |
| XYZ | 40.13 | 23.38 | 3.91 | - |
| YUV | 115 | 82.3 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 34 | 0 | 0.74 | 0.86 | 0.04 | 8.49 | 0.92 | 0.55 |
| Hex | F6 | 40 | 22 | 0 | 4A | 56 | 4 | 8 | 5C | 37 |
| Octal | 366 | 100 | 42 | 0 | 112 | 126 | 4 | 10 | 134 | 67 |
| Binary | 11110110 | 1000000 | 100010 | 0 | 1001010 | 1010110 | 100 | 1000 | 1011100 | 110111 |
Color Harmonies of #F64022
Complementary color
Monochromatic Colors of #F64022
Black with #F64022
Text Example
Text Example
White with #F64022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64022; }
p { color: rgb(246,64,34); }
H1.HeaderClassName
{
color: #F64022;
}
.AnyTagClassName
{
color: #F64022;
}
</style>
background-color css
<style>
a { background-color: #F64022; }
a { background-color: rgb(246,64,34); }
div.DivClassName
{
background-color: #F64022;
}
.BgClassName
{
background-color: #F64022;
}
</style>
border-color css
<style>
span { border-color: #F64022; }
span { border-color: rgb(246,64,34); }
td.TdClassName
{
border-color: #F64022;
}
.TagClassName
{
border-color: #F64022;
}
</style>