Shades of Red Orange #F63422
Tints of Red Orange #F63422
RGB
CMYK
RGB Variations
Color information
#F63422 (or 0xF63422) is known color: Red Orange. HEX triplet: F6, 34 and 22. RGB value is (246,52,34). Sum of RGB (Red+Green+Blue) = 246+52+34=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F63422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63422 is #09CBDD. Grayscale: #6C6C6C. Windows color (decimal): -642014 or 2241782. OLE color: 2241782.
HSL color Cylindrical-coordinate representation of color #F63422: hue angle of 5.09º 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 #F63422 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 34 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.04 |
| HSL | 5.09º | 0.92% | 0.55% | - |
| HSV(B) | 5.09º | 0.86% | 0.96% | - |
| XYZ | 39.52 | 22.16 | 3.71 | - |
| YUV | 107.95 | 86.27 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 34 | 0 | 0.79 | 0.86 | 0.04 | 5.09 | 0.92 | 0.55 |
| Hex | F6 | 34 | 22 | 0 | 4F | 56 | 4 | 5 | 5C | 37 |
| Octal | 366 | 64 | 42 | 0 | 117 | 126 | 4 | 5 | 134 | 67 |
| Binary | 11110110 | 110100 | 100010 | 0 | 1001111 | 1010110 | 100 | 101 | 1011100 | 110111 |
Color Harmonies of #F63422
Complementary color
Monochromatic Colors of #F63422
Black with #F63422
Text Example
Text Example
White with #F63422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63422; }
p { color: rgb(246,52,34); }
H1.HeaderClassName
{
color: #F63422;
}
.AnyTagClassName
{
color: #F63422;
}
</style>
background-color css
<style>
a { background-color: #F63422; }
a { background-color: rgb(246,52,34); }
div.DivClassName
{
background-color: #F63422;
}
.BgClassName
{
background-color: #F63422;
}
</style>
border-color css
<style>
span { border-color: #F63422; }
span { border-color: rgb(246,52,34); }
td.TdClassName
{
border-color: #F63422;
}
.TagClassName
{
border-color: #F63422;
}
</style>