Shades of Red Orange #F64031
Tints of Red Orange #F64031
RGB
CMYK
RGB Variations
Color information
#F64031 (or 0xF64031) is known color: Red Orange. HEX triplet: F6, 40 and 31. RGB value is (246,64,49). Sum of RGB (Red+Green+Blue) = 246+64+49=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F64031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64031 is #09BFCE. Grayscale: #747474. Windows color (decimal): -638927 or 3227894. OLE color: 3227894.
HSL color Cylindrical-coordinate representation of color #F64031: hue angle of 4.57º 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 #F64031 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 49 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.04 |
| HSL | 4.57º | 0.92% | 0.58% | - |
| HSV(B) | 4.57º | 0.8% | 0.96% | - |
| XYZ | 40.39 | 23.48 | 5.31 | - |
| YUV | 116.71 | 89.8 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 49 | 0 | 0.74 | 0.80 | 0.04 | 4.57 | 0.92 | 0.58 |
| Hex | F6 | 40 | 31 | 0 | 4A | 50 | 4 | 5 | 5C | 3A |
| Octal | 366 | 100 | 61 | 0 | 112 | 120 | 4 | 5 | 134 | 72 |
| Binary | 11110110 | 1000000 | 110001 | 0 | 1001010 | 1010000 | 100 | 101 | 1011100 | 111010 |
Color Harmonies of #F64031
Complementary color
Monochromatic Colors of #F64031
Black with #F64031
Text Example
Text Example
White with #F64031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64031; }
p { color: rgb(246,64,49); }
H1.HeaderClassName
{
color: #F64031;
}
.AnyTagClassName
{
color: #F64031;
}
</style>
background-color css
<style>
a { background-color: #F64031; }
a { background-color: rgb(246,64,49); }
div.DivClassName
{
background-color: #F64031;
}
.BgClassName
{
background-color: #F64031;
}
</style>
border-color css
<style>
span { border-color: #F64031; }
span { border-color: rgb(246,64,49); }
td.TdClassName
{
border-color: #F64031;
}
.TagClassName
{
border-color: #F64031;
}
</style>