Shades of Red Orange #F64831
Tints of Red Orange #F64831
RGB
CMYK
RGB Variations
Color information
#F64831 (or 0xF64831) is known color: Red Orange. HEX triplet: F6, 48 and 31. RGB value is (246,72,49). Sum of RGB (Red+Green+Blue) = 246+72+49=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F64831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64831 is #09B7CE. Grayscale: #797979. Windows color (decimal): -636879 or 3229942. OLE color: 3229942.
HSL color Cylindrical-coordinate representation of color #F64831: hue angle of 7.01º 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 #F64831 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 49 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.04 |
| HSL | 7.01º | 0.92% | 0.58% | - |
| HSV(B) | 7.01º | 0.8% | 0.96% | - |
| XYZ | 40.88 | 24.45 | 5.47 | - |
| YUV | 121.4 | 87.15 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 49 | 0 | 0.71 | 0.80 | 0.04 | 7.01 | 0.92 | 0.58 |
| Hex | F6 | 48 | 31 | 0 | 47 | 50 | 4 | 7 | 5C | 3A |
| Octal | 366 | 110 | 61 | 0 | 107 | 120 | 4 | 7 | 134 | 72 |
| Binary | 11110110 | 1001000 | 110001 | 0 | 1000111 | 1010000 | 100 | 111 | 1011100 | 111010 |
Color Harmonies of #F64831
Complementary color
Monochromatic Colors of #F64831
Black with #F64831
Text Example
Text Example
White with #F64831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64831; }
p { color: rgb(246,72,49); }
H1.HeaderClassName
{
color: #F64831;
}
.AnyTagClassName
{
color: #F64831;
}
</style>
background-color css
<style>
a { background-color: #F64831; }
a { background-color: rgb(246,72,49); }
div.DivClassName
{
background-color: #F64831;
}
.BgClassName
{
background-color: #F64831;
}
</style>
border-color css
<style>
span { border-color: #F64831; }
span { border-color: rgb(246,72,49); }
td.TdClassName
{
border-color: #F64831;
}
.TagClassName
{
border-color: #F64831;
}
</style>