Shades of Orange Red #F0460A
Tints of Orange Red #F0460A
RGB
CMYK
RGB Variations
Color information
#F0460A (or 0xF0460A) is known color: Orange Red. HEX triplet: F0, 46 and 0A. RGB value is (240,70,10). Sum of RGB (Red+Green+Blue) = 240+70+10=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0460A is #0FB9F5. Grayscale: #727272. Windows color (decimal): -1030646 or 673520. OLE color: 673520.
HSL color Cylindrical-coordinate representation of color #F0460A: hue angle of 15.65º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0460A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.06 |
| HSL | 15.65º | 0.92% | 0.49% | - |
| HSV(B) | 15.65º | 0.96% | 0.94% | - |
| XYZ | 38.18 | 22.93 | 2.7 | - |
| YUV | 113.99 | 69.32 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 10 | 0 | 0.71 | 0.96 | 0.06 | 15.65 | 0.92 | 0.49 |
| Hex | F0 | 46 | A | 0 | 47 | 60 | 6 | 10 | 5C | 31 |
| Octal | 360 | 106 | 12 | 0 | 107 | 140 | 6 | 20 | 134 | 61 |
| Binary | 11110000 | 1000110 | 1010 | 0 | 1000111 | 1100000 | 110 | 10000 | 1011100 | 110001 |
Color Harmonies of #F0460A
Complementary color
Monochromatic Colors of #F0460A
Black with #F0460A
Text Example
Text Example
White with #F0460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0460A; }
p { color: rgb(240,70,10); }
H1.HeaderClassName
{
color: #F0460A;
}
.AnyTagClassName
{
color: #F0460A;
}
</style>
background-color css
<style>
a { background-color: #F0460A; }
a { background-color: rgb(240,70,10); }
div.DivClassName
{
background-color: #F0460A;
}
.BgClassName
{
background-color: #F0460A;
}
</style>
border-color css
<style>
span { border-color: #F0460A; }
span { border-color: rgb(240,70,10); }
td.TdClassName
{
border-color: #F0460A;
}
.TagClassName
{
border-color: #F0460A;
}
</style>