Shades of Orange Red #F44011
Tints of Orange Red #F44011
RGB
CMYK
RGB Variations
Color information
#F44011 (or 0xF44011) is known color: Orange Red. HEX triplet: F4, 40 and 11. RGB value is (244,64,17). Sum of RGB (Red+Green+Blue) = 244+64+17=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F44011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44011 is #0BBFEE. Grayscale: #707070. Windows color (decimal): -770031 or 1130740. OLE color: 1130740.
HSL color Cylindrical-coordinate representation of color #F44011: hue angle of 12.42º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F44011 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 17 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.04 |
| HSL | 12.42º | 0.91% | 0.51% | - |
| HSV(B) | 12.42º | 0.93% | 0.96% | - |
| XYZ | 39.24 | 22.94 | 2.89 | - |
| YUV | 112.46 | 74.13 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 17 | 0 | 0.74 | 0.93 | 0.04 | 12.42 | 0.91 | 0.51 |
| Hex | F4 | 40 | 11 | 0 | 4A | 5D | 4 | C | 5B | 33 |
| Octal | 364 | 100 | 21 | 0 | 112 | 135 | 4 | 14 | 133 | 63 |
| Binary | 11110100 | 1000000 | 10001 | 0 | 1001010 | 1011101 | 100 | 1100 | 1011011 | 110011 |
Color Harmonies of #F44011
Complementary color
Monochromatic Colors of #F44011
Black with #F44011
Text Example
Text Example
White with #F44011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44011; }
p { color: rgb(244,64,17); }
H1.HeaderClassName
{
color: #F44011;
}
.AnyTagClassName
{
color: #F44011;
}
</style>
background-color css
<style>
a { background-color: #F44011; }
a { background-color: rgb(244,64,17); }
div.DivClassName
{
background-color: #F44011;
}
.BgClassName
{
background-color: #F44011;
}
</style>
border-color css
<style>
span { border-color: #F44011; }
span { border-color: rgb(244,64,17); }
td.TdClassName
{
border-color: #F44011;
}
.TagClassName
{
border-color: #F44011;
}
</style>