Shades of Red Orange #F64032
Tints of Red Orange #F64032
RGB
CMYK
RGB Variations
Color information
#F64032 (or 0xF64032) is known color: Red Orange. HEX triplet: F6, 40 and 32. RGB value is (246,64,50). Sum of RGB (Red+Green+Blue) = 246+64+50=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F64032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64032 is #09BFCD. Grayscale: #757575. Windows color (decimal): -638926 or 3293430. OLE color: 3293430.
HSL color Cylindrical-coordinate representation of color #F64032: hue angle of 4.29º 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 #F64032 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 50 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.04 |
| HSL | 4.29º | 0.92% | 0.58% | - |
| HSV(B) | 4.29º | 0.8% | 0.96% | - |
| XYZ | 40.42 | 23.49 | 5.42 | - |
| YUV | 116.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 50 | 0 | 0.74 | 0.80 | 0.04 | 4.29 | 0.92 | 0.58 |
| Hex | F6 | 40 | 32 | 0 | 4A | 50 | 4 | 4 | 5C | 3A |
| Octal | 366 | 100 | 62 | 0 | 112 | 120 | 4 | 4 | 134 | 72 |
| Binary | 11110110 | 1000000 | 110010 | 0 | 1001010 | 1010000 | 100 | 100 | 1011100 | 111010 |
Color Harmonies of #F64032
Complementary color
Monochromatic Colors of #F64032
Black with #F64032
Text Example
Text Example
White with #F64032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64032; }
p { color: rgb(246,64,50); }
H1.HeaderClassName
{
color: #F64032;
}
.AnyTagClassName
{
color: #F64032;
}
</style>
background-color css
<style>
a { background-color: #F64032; }
a { background-color: rgb(246,64,50); }
div.DivClassName
{
background-color: #F64032;
}
.BgClassName
{
background-color: #F64032;
}
</style>
border-color css
<style>
span { border-color: #F64032; }
span { border-color: rgb(246,64,50); }
td.TdClassName
{
border-color: #F64032;
}
.TagClassName
{
border-color: #F64032;
}
</style>