Shades of Red Orange #F64E20
Tints of Red Orange #F64E20
RGB
CMYK
RGB Variations
Color information
#F64E20 (or 0xF64E20) is known color: Red Orange. HEX triplet: F6, 4E and 20. RGB value is (246,78,32). Sum of RGB (Red+Green+Blue) = 246+78+32=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64E20 is #09B1DF. Grayscale: #7B7B7B. Windows color (decimal): -635360 or 2117366. OLE color: 2117366.
HSL color Cylindrical-coordinate representation of color #F64E20: hue angle of 12.9º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F64E20 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 32 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.04 |
| HSL | 12.9º | 0.92% | 0.55% | - |
| HSV(B) | 12.9º | 0.87% | 0.96% | - |
| XYZ | 40.99 | 25.15 | 4.06 | - |
| YUV | 122.99 | 76.66 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 32 | 0 | 0.68 | 0.87 | 0.04 | 12.9 | 0.92 | 0.55 |
| Hex | F6 | 4E | 20 | 0 | 44 | 57 | 4 | D | 5C | 37 |
| Octal | 366 | 116 | 40 | 0 | 104 | 127 | 4 | 15 | 134 | 67 |
| Binary | 11110110 | 1001110 | 100000 | 0 | 1000100 | 1010111 | 100 | 1101 | 1011100 | 110111 |
Color Harmonies of #F64E20
Complementary color
Monochromatic Colors of #F64E20
Black with #F64E20
Text Example
Text Example
White with #F64E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E20; }
p { color: rgb(246,78,32); }
H1.HeaderClassName
{
color: #F64E20;
}
.AnyTagClassName
{
color: #F64E20;
}
</style>
background-color css
<style>
a { background-color: #F64E20; }
a { background-color: rgb(246,78,32); }
div.DivClassName
{
background-color: #F64E20;
}
.BgClassName
{
background-color: #F64E20;
}
</style>
border-color css
<style>
span { border-color: #F64E20; }
span { border-color: rgb(246,78,32); }
td.TdClassName
{
border-color: #F64E20;
}
.TagClassName
{
border-color: #F64E20;
}
</style>