Shades of Orange Red #F4460A
Tints of Orange Red #F4460A
RGB
CMYK
RGB Variations
Color information
#F4460A (or 0xF4460A) is known color: Orange Red. HEX triplet: F4, 46 and 0A. RGB value is (244,70,10). Sum of RGB (Red+Green+Blue) = 244+70+10=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F4460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4460A is #0BB9F5. Grayscale: #737373. Windows color (decimal): -768502 or 673524. OLE color: 673524.
HSL color Cylindrical-coordinate representation of color #F4460A: hue angle of 15.38º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4460A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.04 |
| HSL | 15.38º | 0.92% | 0.5% | - |
| HSV(B) | 15.38º | 0.96% | 0.96% | - |
| XYZ | 39.55 | 23.64 | 2.76 | - |
| YUV | 115.19 | 68.65 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 10 | 0 | 0.71 | 0.96 | 0.04 | 15.38 | 0.92 | 0.5 |
| Hex | F4 | 46 | A | 0 | 47 | 60 | 4 | F | 5C | 32 |
| Octal | 364 | 106 | 12 | 0 | 107 | 140 | 4 | 17 | 134 | 62 |
| Binary | 11110100 | 1000110 | 1010 | 0 | 1000111 | 1100000 | 100 | 1111 | 1011100 | 110010 |
Color Harmonies of #F4460A
Complementary color
Monochromatic Colors of #F4460A
Black with #F4460A
Text Example
Text Example
White with #F4460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4460A; }
p { color: rgb(244,70,10); }
H1.HeaderClassName
{
color: #F4460A;
}
.AnyTagClassName
{
color: #F4460A;
}
</style>
background-color css
<style>
a { background-color: #F4460A; }
a { background-color: rgb(244,70,10); }
div.DivClassName
{
background-color: #F4460A;
}
.BgClassName
{
background-color: #F4460A;
}
</style>
border-color css
<style>
span { border-color: #F4460A; }
span { border-color: rgb(244,70,10); }
td.TdClassName
{
border-color: #F4460A;
}
.TagClassName
{
border-color: #F4460A;
}
</style>