Shades of Red Orange #F64120
Tints of Red Orange #F64120
RGB
CMYK
RGB Variations
Color information
#F64120 (or 0xF64120) is known color: Red Orange. HEX triplet: F6, 41 and 20. RGB value is (246,65,32). Sum of RGB (Red+Green+Blue) = 246+65+32=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F64120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64120 is #09BEDF. Grayscale: #737373. Windows color (decimal): -638688 or 2114038. OLE color: 2114038.
HSL color Cylindrical-coordinate representation of color #F64120: hue angle of 9.25º 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 #F64120 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 32 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.04 |
| HSL | 9.25º | 0.92% | 0.55% | - |
| HSV(B) | 9.25º | 0.87% | 0.96% | - |
| XYZ | 40.16 | 23.48 | 3.78 | - |
| YUV | 115.36 | 80.97 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 32 | 0 | 0.74 | 0.87 | 0.04 | 9.25 | 0.92 | 0.55 |
| Hex | F6 | 41 | 20 | 0 | 4A | 57 | 4 | 9 | 5C | 37 |
| Octal | 366 | 101 | 40 | 0 | 112 | 127 | 4 | 11 | 134 | 67 |
| Binary | 11110110 | 1000001 | 100000 | 0 | 1001010 | 1010111 | 100 | 1001 | 1011100 | 110111 |
Color Harmonies of #F64120
Complementary color
Monochromatic Colors of #F64120
Black with #F64120
Text Example
Text Example
White with #F64120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64120; }
p { color: rgb(246,65,32); }
H1.HeaderClassName
{
color: #F64120;
}
.AnyTagClassName
{
color: #F64120;
}
</style>
background-color css
<style>
a { background-color: #F64120; }
a { background-color: rgb(246,65,32); }
div.DivClassName
{
background-color: #F64120;
}
.BgClassName
{
background-color: #F64120;
}
</style>
border-color css
<style>
span { border-color: #F64120; }
span { border-color: rgb(246,65,32); }
td.TdClassName
{
border-color: #F64120;
}
.TagClassName
{
border-color: #F64120;
}
</style>