Shades of Red Orange #F63226
Tints of Red Orange #F63226
RGB
CMYK
RGB Variations
Color information
#F63226 (or 0xF63226) is known color: Red Orange. HEX triplet: F6, 32 and 26. RGB value is (246,50,38). Sum of RGB (Red+Green+Blue) = 246+50+38=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F63226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63226 is #09CDD9. Grayscale: #6B6B6B. Windows color (decimal): -642522 or 2503414. OLE color: 2503414.
HSL color Cylindrical-coordinate representation of color #F63226: hue angle of 3.46º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F63226 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 38 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.04 |
| HSL | 3.46º | 0.92% | 0.56% | - |
| HSV(B) | 3.46º | 0.85% | 0.96% | - |
| XYZ | 39.5 | 22.01 | 4 | - |
| YUV | 107.24 | 88.93 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 38 | 0 | 0.80 | 0.85 | 0.04 | 3.46 | 0.92 | 0.56 |
| Hex | F6 | 32 | 26 | 0 | 50 | 55 | 4 | 3 | 5C | 38 |
| Octal | 366 | 62 | 46 | 0 | 120 | 125 | 4 | 3 | 134 | 70 |
| Binary | 11110110 | 110010 | 100110 | 0 | 1010000 | 1010101 | 100 | 11 | 1011100 | 111000 |
Color Harmonies of #F63226
Complementary color
Monochromatic Colors of #F63226
Black with #F63226
Text Example
Text Example
White with #F63226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63226; }
p { color: rgb(246,50,38); }
H1.HeaderClassName
{
color: #F63226;
}
.AnyTagClassName
{
color: #F63226;
}
</style>
background-color css
<style>
a { background-color: #F63226; }
a { background-color: rgb(246,50,38); }
div.DivClassName
{
background-color: #F63226;
}
.BgClassName
{
background-color: #F63226;
}
</style>
border-color css
<style>
span { border-color: #F63226; }
span { border-color: rgb(246,50,38); }
td.TdClassName
{
border-color: #F63226;
}
.TagClassName
{
border-color: #F63226;
}
</style>