Shades of Red Orange #F64931
Tints of Red Orange #F64931
RGB
CMYK
RGB Variations
Color information
#F64931 (or 0xF64931) is known color: Red Orange. HEX triplet: F6, 49 and 31. RGB value is (246,73,49). Sum of RGB (Red+Green+Blue) = 246+73+49=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F64931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64931 is #09B6CE. Grayscale: #7A7A7A. Windows color (decimal): -636623 or 3230198. OLE color: 3230198.
HSL color Cylindrical-coordinate representation of color #F64931: hue angle of 7.31º 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 #F64931 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 49 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.04 |
| HSL | 7.31º | 0.92% | 0.58% | - |
| HSV(B) | 7.31º | 0.8% | 0.96% | - |
| XYZ | 40.94 | 24.58 | 5.49 | - |
| YUV | 121.99 | 86.81 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 49 | 0 | 0.70 | 0.80 | 0.04 | 7.31 | 0.92 | 0.58 |
| Hex | F6 | 49 | 31 | 0 | 46 | 50 | 4 | 7 | 5C | 3A |
| Octal | 366 | 111 | 61 | 0 | 106 | 120 | 4 | 7 | 134 | 72 |
| Binary | 11110110 | 1001001 | 110001 | 0 | 1000110 | 1010000 | 100 | 111 | 1011100 | 111010 |
Color Harmonies of #F64931
Complementary color
Monochromatic Colors of #F64931
Black with #F64931
Text Example
Text Example
White with #F64931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64931; }
p { color: rgb(246,73,49); }
H1.HeaderClassName
{
color: #F64931;
}
.AnyTagClassName
{
color: #F64931;
}
</style>
background-color css
<style>
a { background-color: #F64931; }
a { background-color: rgb(246,73,49); }
div.DivClassName
{
background-color: #F64931;
}
.BgClassName
{
background-color: #F64931;
}
</style>
border-color css
<style>
span { border-color: #F64931; }
span { border-color: rgb(246,73,49); }
td.TdClassName
{
border-color: #F64931;
}
.TagClassName
{
border-color: #F64931;
}
</style>