Shades of Red Orange #F64421
Tints of Red Orange #F64421
RGB
CMYK
RGB Variations
Color information
#F64421 (or 0xF64421) is known color: Red Orange. HEX triplet: F6, 44 and 21. RGB value is (246,68,33). Sum of RGB (Red+Green+Blue) = 246+68+33=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F64421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64421 is #09BBDE. Grayscale: #757575. Windows color (decimal): -637919 or 2180342. OLE color: 2180342.
HSL color Cylindrical-coordinate representation of color #F64421: hue angle of 9.86º 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 #F64421 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 33 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.04 |
| HSL | 9.86º | 0.92% | 0.55% | - |
| HSV(B) | 9.86º | 0.87% | 0.96% | - |
| XYZ | 40.35 | 23.84 | 3.91 | - |
| YUV | 117.23 | 80.47 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 33 | 0 | 0.72 | 0.87 | 0.04 | 9.86 | 0.92 | 0.55 |
| Hex | F6 | 44 | 21 | 0 | 48 | 57 | 4 | A | 5C | 37 |
| Octal | 366 | 104 | 41 | 0 | 110 | 127 | 4 | 12 | 134 | 67 |
| Binary | 11110110 | 1000100 | 100001 | 0 | 1001000 | 1010111 | 100 | 1010 | 1011100 | 110111 |
Color Harmonies of #F64421
Complementary color
Monochromatic Colors of #F64421
Black with #F64421
Text Example
Text Example
White with #F64421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64421; }
p { color: rgb(246,68,33); }
H1.HeaderClassName
{
color: #F64421;
}
.AnyTagClassName
{
color: #F64421;
}
</style>
background-color css
<style>
a { background-color: #F64421; }
a { background-color: rgb(246,68,33); }
div.DivClassName
{
background-color: #F64421;
}
.BgClassName
{
background-color: #F64421;
}
</style>
border-color css
<style>
span { border-color: #F64421; }
span { border-color: rgb(246,68,33); }
td.TdClassName
{
border-color: #F64421;
}
.TagClassName
{
border-color: #F64421;
}
</style>