Shades of Red Orange #F64E2E
Tints of Red Orange #F64E2E
RGB
CMYK
RGB Variations
Color information
#F64E2E (or 0xF64E2E) is known color: Red Orange. HEX triplet: F6, 4E and 2E. RGB value is (246,78,46). Sum of RGB (Red+Green+Blue) = 246+78+46=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64E2E is #09B1D1. Grayscale: #7C7C7C. Windows color (decimal): -635346 or 3034870. OLE color: 3034870.
HSL color Cylindrical-coordinate representation of color #F64E2E: hue angle of 9.6º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F64E2E is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 46 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.04 |
| HSL | 9.6º | 0.92% | 0.57% | - |
| HSV(B) | 9.6º | 0.81% | 0.96% | - |
| XYZ | 41.22 | 25.24 | 5.28 | - |
| YUV | 124.58 | 83.66 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 46 | 0 | 0.68 | 0.81 | 0.04 | 9.6 | 0.92 | 0.57 |
| Hex | F6 | 4E | 2E | 0 | 44 | 51 | 4 | A | 5C | 39 |
| Octal | 366 | 116 | 56 | 0 | 104 | 121 | 4 | 12 | 134 | 71 |
| Binary | 11110110 | 1001110 | 101110 | 0 | 1000100 | 1010001 | 100 | 1010 | 1011100 | 111001 |
Color Harmonies of #F64E2E
Complementary color
Monochromatic Colors of #F64E2E
Black with #F64E2E
Text Example
Text Example
White with #F64E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E2E; }
p { color: rgb(246,78,46); }
H1.HeaderClassName
{
color: #F64E2E;
}
.AnyTagClassName
{
color: #F64E2E;
}
</style>
background-color css
<style>
a { background-color: #F64E2E; }
a { background-color: rgb(246,78,46); }
div.DivClassName
{
background-color: #F64E2E;
}
.BgClassName
{
background-color: #F64E2E;
}
</style>
border-color css
<style>
span { border-color: #F64E2E; }
span { border-color: rgb(246,78,46); }
td.TdClassName
{
border-color: #F64E2E;
}
.TagClassName
{
border-color: #F64E2E;
}
</style>