Shades of Red Orange #F64731
Tints of Red Orange #F64731
RGB
CMYK
RGB Variations
Color information
#F64731 (or 0xF64731) is known color: Red Orange. HEX triplet: F6, 47 and 31. RGB value is (246,71,49). Sum of RGB (Red+Green+Blue) = 246+71+49=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F64731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64731 is #09B8CE. Grayscale: #797979. Windows color (decimal): -637135 or 3229686. OLE color: 3229686.
HSL color Cylindrical-coordinate representation of color #F64731: hue angle of 6.7º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F64731 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 49 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.04 |
| HSL | 6.7º | 0.92% | 0.58% | - |
| HSV(B) | 6.7º | 0.8% | 0.96% | - |
| XYZ | 40.81 | 24.32 | 5.45 | - |
| YUV | 120.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 49 | 0 | 0.71 | 0.80 | 0.04 | 6.7 | 0.92 | 0.58 |
| Hex | F6 | 47 | 31 | 0 | 47 | 50 | 4 | 7 | 5C | 3A |
| Octal | 366 | 107 | 61 | 0 | 107 | 120 | 4 | 7 | 134 | 72 |
| Binary | 11110110 | 1000111 | 110001 | 0 | 1000111 | 1010000 | 100 | 111 | 1011100 | 111010 |
Color Harmonies of #F64731
Complementary color
Monochromatic Colors of #F64731
Black with #F64731
Text Example
Text Example
White with #F64731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64731; }
p { color: rgb(246,71,49); }
H1.HeaderClassName
{
color: #F64731;
}
.AnyTagClassName
{
color: #F64731;
}
</style>
background-color css
<style>
a { background-color: #F64731; }
a { background-color: rgb(246,71,49); }
div.DivClassName
{
background-color: #F64731;
}
.BgClassName
{
background-color: #F64731;
}
</style>
border-color css
<style>
span { border-color: #F64731; }
span { border-color: rgb(246,71,49); }
td.TdClassName
{
border-color: #F64731;
}
.TagClassName
{
border-color: #F64731;
}
</style>