Shades of Red Orange #F63127
Tints of Red Orange #F63127
RGB
CMYK
RGB Variations
Color information
#F63127 (or 0xF63127) is known color: Red Orange. HEX triplet: F6, 31 and 27. RGB value is (246,49,39). Sum of RGB (Red+Green+Blue) = 246+49+39=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F63127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63127 is #09CED8. Grayscale: #6B6B6B. Windows color (decimal): -642777 or 2568694. OLE color: 2568694.
HSL color Cylindrical-coordinate representation of color #F63127: hue angle of 2.9º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F63127 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 39 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.04 |
| HSL | 2.9º | 0.92% | 0.56% | - |
| HSV(B) | 2.9º | 0.84% | 0.96% | - |
| XYZ | 39.47 | 21.94 | 4.07 | - |
| YUV | 106.76 | 89.77 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 39 | 0 | 0.80 | 0.84 | 0.04 | 2.9 | 0.92 | 0.56 |
| Hex | F6 | 31 | 27 | 0 | 50 | 54 | 4 | 3 | 5C | 38 |
| Octal | 366 | 61 | 47 | 0 | 120 | 124 | 4 | 3 | 134 | 70 |
| Binary | 11110110 | 110001 | 100111 | 0 | 1010000 | 1010100 | 100 | 11 | 1011100 | 111000 |
Color Harmonies of #F63127
Complementary color
Monochromatic Colors of #F63127
Black with #F63127
Text Example
Text Example
White with #F63127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63127; }
p { color: rgb(246,49,39); }
H1.HeaderClassName
{
color: #F63127;
}
.AnyTagClassName
{
color: #F63127;
}
</style>
background-color css
<style>
a { background-color: #F63127; }
a { background-color: rgb(246,49,39); }
div.DivClassName
{
background-color: #F63127;
}
.BgClassName
{
background-color: #F63127;
}
</style>
border-color css
<style>
span { border-color: #F63127; }
span { border-color: rgb(246,49,39); }
td.TdClassName
{
border-color: #F63127;
}
.TagClassName
{
border-color: #F63127;
}
</style>