Shades of Orange Red #F44613
Tints of Orange Red #F44613
RGB
CMYK
RGB Variations
Color information
#F44613 (or 0xF44613) is known color: Orange Red. HEX triplet: F4, 46 and 13. RGB value is (244,70,19). Sum of RGB (Red+Green+Blue) = 244+70+19=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F44613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44613 is #0BB9EC. Grayscale: #747474. Windows color (decimal): -768493 or 1263348. OLE color: 1263348.
HSL color Cylindrical-coordinate representation of color #F44613: hue angle of 13.6º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F44613 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 19 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.04 |
| HSL | 13.6º | 0.91% | 0.52% | - |
| HSV(B) | 13.6º | 0.92% | 0.96% | - |
| XYZ | 39.62 | 23.66 | 3.1 | - |
| YUV | 116.21 | 73.15 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 19 | 0 | 0.71 | 0.92 | 0.04 | 13.6 | 0.91 | 0.52 |
| Hex | F4 | 46 | 13 | 0 | 47 | 5C | 4 | E | 5B | 34 |
| Octal | 364 | 106 | 23 | 0 | 107 | 134 | 4 | 16 | 133 | 64 |
| Binary | 11110100 | 1000110 | 10011 | 0 | 1000111 | 1011100 | 100 | 1110 | 1011011 | 110100 |
Color Harmonies of #F44613
Complementary color
Monochromatic Colors of #F44613
Black with #F44613
Text Example
Text Example
White with #F44613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44613; }
p { color: rgb(244,70,19); }
H1.HeaderClassName
{
color: #F44613;
}
.AnyTagClassName
{
color: #F44613;
}
</style>
background-color css
<style>
a { background-color: #F44613; }
a { background-color: rgb(244,70,19); }
div.DivClassName
{
background-color: #F44613;
}
.BgClassName
{
background-color: #F44613;
}
</style>
border-color css
<style>
span { border-color: #F44613; }
span { border-color: rgb(244,70,19); }
td.TdClassName
{
border-color: #F44613;
}
.TagClassName
{
border-color: #F44613;
}
</style>