Shades of Orange Red #F4491C
Tints of Orange Red #F4491C
RGB
CMYK
RGB Variations
Color information
#F4491C (or 0xF4491C) is known color: Orange Red. HEX triplet: F4, 49 and 1C. RGB value is (244,73,28). Sum of RGB (Red+Green+Blue) = 244+73+28=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F4491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4491C is #0BB6E3. Grayscale: #777777. Windows color (decimal): -767716 or 1853940. OLE color: 1853940.
HSL color Cylindrical-coordinate representation of color #F4491C: hue angle of 12.5º 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 #F4491C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 28 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.04 |
| HSL | 12.5º | 0.91% | 0.53% | - |
| HSV(B) | 12.5º | 0.89% | 0.96% | - |
| XYZ | 39.9 | 24.08 | 3.64 | - |
| YUV | 119 | 76.65 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 28 | 0 | 0.70 | 0.89 | 0.04 | 12.5 | 0.91 | 0.53 |
| Hex | F4 | 49 | 1C | 0 | 46 | 59 | 4 | C | 5B | 35 |
| Octal | 364 | 111 | 34 | 0 | 106 | 131 | 4 | 14 | 133 | 65 |
| Binary | 11110100 | 1001001 | 11100 | 0 | 1000110 | 1011001 | 100 | 1100 | 1011011 | 110101 |
Color Harmonies of #F4491C
Complementary color
Monochromatic Colors of #F4491C
Black with #F4491C
Text Example
Text Example
White with #F4491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4491C; }
p { color: rgb(244,73,28); }
H1.HeaderClassName
{
color: #F4491C;
}
.AnyTagClassName
{
color: #F4491C;
}
</style>
background-color css
<style>
a { background-color: #F4491C; }
a { background-color: rgb(244,73,28); }
div.DivClassName
{
background-color: #F4491C;
}
.BgClassName
{
background-color: #F4491C;
}
</style>
border-color css
<style>
span { border-color: #F4491C; }
span { border-color: rgb(244,73,28); }
td.TdClassName
{
border-color: #F4491C;
}
.TagClassName
{
border-color: #F4491C;
}
</style>