Shades of Orange Red #F4401A
Tints of Orange Red #F4401A
RGB
CMYK
RGB Variations
Color information
#F4401A (or 0xF4401A) is known color: Orange Red. HEX triplet: F4, 40 and 1A. RGB value is (244,64,26). Sum of RGB (Red+Green+Blue) = 244+64+26=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F4401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4401A is #0BBFE5. Grayscale: #717171. Windows color (decimal): -770022 or 1720564. OLE color: 1720564.
HSL color Cylindrical-coordinate representation of color #F4401A: hue angle of 10.46º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4401A is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 26 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.04 |
| HSL | 10.46º | 0.91% | 0.53% | - |
| HSV(B) | 10.46º | 0.89% | 0.96% | - |
| XYZ | 39.33 | 22.97 | 3.34 | - |
| YUV | 113.49 | 78.63 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 26 | 0 | 0.74 | 0.89 | 0.04 | 10.46 | 0.91 | 0.53 |
| Hex | F4 | 40 | 1A | 0 | 4A | 59 | 4 | A | 5B | 35 |
| Octal | 364 | 100 | 32 | 0 | 112 | 131 | 4 | 12 | 133 | 65 |
| Binary | 11110100 | 1000000 | 11010 | 0 | 1001010 | 1011001 | 100 | 1010 | 1011011 | 110101 |
Color Harmonies of #F4401A
Complementary color
Monochromatic Colors of #F4401A
Black with #F4401A
Text Example
Text Example
White with #F4401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4401A; }
p { color: rgb(244,64,26); }
H1.HeaderClassName
{
color: #F4401A;
}
.AnyTagClassName
{
color: #F4401A;
}
</style>
background-color css
<style>
a { background-color: #F4401A; }
a { background-color: rgb(244,64,26); }
div.DivClassName
{
background-color: #F4401A;
}
.BgClassName
{
background-color: #F4401A;
}
</style>
border-color css
<style>
span { border-color: #F4401A; }
span { border-color: rgb(244,64,26); }
td.TdClassName
{
border-color: #F4401A;
}
.TagClassName
{
border-color: #F4401A;
}
</style>