Shades of Red Orange #F44C20
Tints of Red Orange #F44C20
RGB
CMYK
RGB Variations
Color information
#F44C20 (or 0xF44C20) is known color: Red Orange. HEX triplet: F4, 4C and 20. RGB value is (244,76,32). Sum of RGB (Red+Green+Blue) = 244+76+32=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44C20 is #0BB3DF. Grayscale: #797979. Windows color (decimal): -766944 or 2116852. OLE color: 2116852.
HSL color Cylindrical-coordinate representation of color #F44C20: hue angle of 12.45º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F44C20 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 32 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.04 |
| HSL | 12.45º | 0.91% | 0.54% | - |
| HSV(B) | 12.45º | 0.87% | 0.96% | - |
| XYZ | 40.15 | 24.51 | 3.98 | - |
| YUV | 121.22 | 77.66 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 32 | 0 | 0.69 | 0.87 | 0.04 | 12.45 | 0.91 | 0.54 |
| Hex | F4 | 4C | 20 | 0 | 45 | 57 | 4 | C | 5B | 36 |
| Octal | 364 | 114 | 40 | 0 | 105 | 127 | 4 | 14 | 133 | 66 |
| Binary | 11110100 | 1001100 | 100000 | 0 | 1000101 | 1010111 | 100 | 1100 | 1011011 | 110110 |
Color Harmonies of #F44C20
Complementary color
Monochromatic Colors of #F44C20
Black with #F44C20
Text Example
Text Example
White with #F44C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C20; }
p { color: rgb(244,76,32); }
H1.HeaderClassName
{
color: #F44C20;
}
.AnyTagClassName
{
color: #F44C20;
}
</style>
background-color css
<style>
a { background-color: #F44C20; }
a { background-color: rgb(244,76,32); }
div.DivClassName
{
background-color: #F44C20;
}
.BgClassName
{
background-color: #F44C20;
}
</style>
border-color css
<style>
span { border-color: #F44C20; }
span { border-color: rgb(244,76,32); }
td.TdClassName
{
border-color: #F44C20;
}
.TagClassName
{
border-color: #F44C20;
}
</style>