Shades of Red Orange #F64332
Tints of Red Orange #F64332
RGB
CMYK
RGB Variations
Color information
#F64332 (or 0xF64332) is known color: Red Orange. HEX triplet: F6, 43 and 32. RGB value is (246,67,50). Sum of RGB (Red+Green+Blue) = 246+67+50=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F64332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64332 is #09BCCD. Grayscale: #767676. Windows color (decimal): -638158 or 3294198. OLE color: 3294198.
HSL color Cylindrical-coordinate representation of color #F64332: hue angle of 5.2º 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 #F64332 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 50 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.04 |
| HSL | 5.2º | 0.92% | 0.58% | - |
| HSV(B) | 5.2º | 0.8% | 0.96% | - |
| XYZ | 40.59 | 23.84 | 5.48 | - |
| YUV | 118.58 | 89.3 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 50 | 0 | 0.73 | 0.80 | 0.04 | 5.2 | 0.92 | 0.58 |
| Hex | F6 | 43 | 32 | 0 | 49 | 50 | 4 | 5 | 5C | 3A |
| Octal | 366 | 103 | 62 | 0 | 111 | 120 | 4 | 5 | 134 | 72 |
| Binary | 11110110 | 1000011 | 110010 | 0 | 1001001 | 1010000 | 100 | 101 | 1011100 | 111010 |
Color Harmonies of #F64332
Complementary color
Monochromatic Colors of #F64332
Black with #F64332
Text Example
Text Example
White with #F64332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64332; }
p { color: rgb(246,67,50); }
H1.HeaderClassName
{
color: #F64332;
}
.AnyTagClassName
{
color: #F64332;
}
</style>
background-color css
<style>
a { background-color: #F64332; }
a { background-color: rgb(246,67,50); }
div.DivClassName
{
background-color: #F64332;
}
.BgClassName
{
background-color: #F64332;
}
</style>
border-color css
<style>
span { border-color: #F64332; }
span { border-color: rgb(246,67,50); }
td.TdClassName
{
border-color: #F64332;
}
.TagClassName
{
border-color: #F64332;
}
</style>