Shades of Red Orange #F6422C
Tints of Red Orange #F6422C
RGB
CMYK
RGB Variations
Color information
#F6422C (or 0xF6422C) is known color: Red Orange. HEX triplet: F6, 42 and 2C. RGB value is (246,66,44). Sum of RGB (Red+Green+Blue) = 246+66+44=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6422C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6422C is #09BDD3. Grayscale: #757575. Windows color (decimal): -638420 or 2900726. OLE color: 2900726.
HSL color Cylindrical-coordinate representation of color #F6422C: hue angle of 6.53º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6422C is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 44 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.04 |
| HSL | 6.53º | 0.92% | 0.57% | - |
| HSV(B) | 6.53º | 0.82% | 0.96% | - |
| XYZ | 40.41 | 23.67 | 4.82 | - |
| YUV | 117.31 | 86.63 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 44 | 0 | 0.73 | 0.82 | 0.04 | 6.53 | 0.92 | 0.57 |
| Hex | F6 | 42 | 2C | 0 | 49 | 52 | 4 | 7 | 5C | 39 |
| Octal | 366 | 102 | 54 | 0 | 111 | 122 | 4 | 7 | 134 | 71 |
| Binary | 11110110 | 1000010 | 101100 | 0 | 1001001 | 1010010 | 100 | 111 | 1011100 | 111001 |
Color Harmonies of #F6422C
Complementary color
Monochromatic Colors of #F6422C
Black with #F6422C
Text Example
Text Example
White with #F6422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6422C; }
p { color: rgb(246,66,44); }
H1.HeaderClassName
{
color: #F6422C;
}
.AnyTagClassName
{
color: #F6422C;
}
</style>
background-color css
<style>
a { background-color: #F6422C; }
a { background-color: rgb(246,66,44); }
div.DivClassName
{
background-color: #F6422C;
}
.BgClassName
{
background-color: #F6422C;
}
</style>
border-color css
<style>
span { border-color: #F6422C; }
span { border-color: rgb(246,66,44); }
td.TdClassName
{
border-color: #F6422C;
}
.TagClassName
{
border-color: #F6422C;
}
</style>