Shades of Orange Red #F44010
Tints of Orange Red #F44010
RGB
CMYK
RGB Variations
Color information
#F44010 (or 0xF44010) is known color: Orange Red. HEX triplet: F4, 40 and 10. RGB value is (244,64,16). Sum of RGB (Red+Green+Blue) = 244+64+16=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F44010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44010 is #0BBFEF. Grayscale: #707070. Windows color (decimal): -770032 or 1065204. OLE color: 1065204.
HSL color Cylindrical-coordinate representation of color #F44010: hue angle of 12.63º 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 #F44010 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 16 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.04 |
| HSL | 12.63º | 0.91% | 0.51% | - |
| HSV(B) | 12.63º | 0.93% | 0.96% | - |
| XYZ | 39.24 | 22.94 | 2.85 | - |
| YUV | 112.35 | 73.63 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 16 | 0 | 0.74 | 0.93 | 0.04 | 12.63 | 0.91 | 0.51 |
| Hex | F4 | 40 | 10 | 0 | 4A | 5D | 4 | D | 5B | 33 |
| Octal | 364 | 100 | 20 | 0 | 112 | 135 | 4 | 15 | 133 | 63 |
| Binary | 11110100 | 1000000 | 10000 | 0 | 1001010 | 1011101 | 100 | 1101 | 1011011 | 110011 |
Color Harmonies of #F44010
Complementary color
Monochromatic Colors of #F44010
Black with #F44010
Text Example
Text Example
White with #F44010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44010; }
p { color: rgb(244,64,16); }
H1.HeaderClassName
{
color: #F44010;
}
.AnyTagClassName
{
color: #F44010;
}
</style>
background-color css
<style>
a { background-color: #F44010; }
a { background-color: rgb(244,64,16); }
div.DivClassName
{
background-color: #F44010;
}
.BgClassName
{
background-color: #F44010;
}
</style>
border-color css
<style>
span { border-color: #F44010; }
span { border-color: rgb(244,64,16); }
td.TdClassName
{
border-color: #F44010;
}
.TagClassName
{
border-color: #F44010;
}
</style>