Shades of Orange Red #F44A16
Tints of Orange Red #F44A16
RGB
CMYK
RGB Variations
Color information
#F44A16 (or 0xF44A16) is known color: Orange Red. HEX triplet: F4, 4A and 16. RGB value is (244,74,22). Sum of RGB (Red+Green+Blue) = 244+74+22=340 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.76% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44A16 is #0BB5E9. Grayscale: #777777. Windows color (decimal): -767466 or 1460980. OLE color: 1460980.
HSL color Cylindrical-coordinate representation of color #F44A16: hue angle of 14.05º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F44A16 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.04 |
| HSL | 14.05º | 0.91% | 0.52% | - |
| HSV(B) | 14.05º | 0.91% | 0.96% | - |
| XYZ | 39.9 | 24.19 | 3.32 | - |
| YUV | 118.9 | 73.32 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 22 | 0 | 0.70 | 0.91 | 0.04 | 14.05 | 0.91 | 0.52 |
| Hex | F4 | 4A | 16 | 0 | 46 | 5B | 4 | E | 5B | 34 |
| Octal | 364 | 112 | 26 | 0 | 106 | 133 | 4 | 16 | 133 | 64 |
| Binary | 11110100 | 1001010 | 10110 | 0 | 1000110 | 1011011 | 100 | 1110 | 1011011 | 110100 |
Color Harmonies of #F44A16
Complementary color
Monochromatic Colors of #F44A16
Black with #F44A16
Text Example
Text Example
White with #F44A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A16; }
p { color: rgb(244,74,22); }
H1.HeaderClassName
{
color: #F44A16;
}
.AnyTagClassName
{
color: #F44A16;
}
</style>
background-color css
<style>
a { background-color: #F44A16; }
a { background-color: rgb(244,74,22); }
div.DivClassName
{
background-color: #F44A16;
}
.BgClassName
{
background-color: #F44A16;
}
</style>
border-color css
<style>
span { border-color: #F44A16; }
span { border-color: rgb(244,74,22); }
td.TdClassName
{
border-color: #F44A16;
}
.TagClassName
{
border-color: #F44A16;
}
</style>