Shades of Orange Red #F2460A
Tints of Orange Red #F2460A
RGB
CMYK
RGB Variations
Color information
#F2460A (or 0xF2460A) is known color: Orange Red. HEX triplet: F2, 46 and 0A. RGB value is (242,70,10). Sum of RGB (Red+Green+Blue) = 242+70+10=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F2460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2460A is #0DB9F5. Grayscale: #727272. Windows color (decimal): -899574 or 673522. OLE color: 673522.
HSL color Cylindrical-coordinate representation of color #F2460A: hue angle of 15.52º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2460A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.05 |
| HSL | 15.52º | 0.92% | 0.49% | - |
| HSV(B) | 15.52º | 0.96% | 0.95% | - |
| XYZ | 38.86 | 23.28 | 2.73 | - |
| YUV | 114.59 | 68.98 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 10 | 0 | 0.71 | 0.96 | 0.05 | 15.52 | 0.92 | 0.49 |
| Hex | F2 | 46 | A | 0 | 47 | 60 | 5 | 10 | 5C | 31 |
| Octal | 362 | 106 | 12 | 0 | 107 | 140 | 5 | 20 | 134 | 61 |
| Binary | 11110010 | 1000110 | 1010 | 0 | 1000111 | 1100000 | 101 | 10000 | 1011100 | 110001 |
Color Harmonies of #F2460A
Complementary color
Monochromatic Colors of #F2460A
Black with #F2460A
Text Example
Text Example
White with #F2460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2460A; }
p { color: rgb(242,70,10); }
H1.HeaderClassName
{
color: #F2460A;
}
.AnyTagClassName
{
color: #F2460A;
}
</style>
background-color css
<style>
a { background-color: #F2460A; }
a { background-color: rgb(242,70,10); }
div.DivClassName
{
background-color: #F2460A;
}
.BgClassName
{
background-color: #F2460A;
}
</style>
border-color css
<style>
span { border-color: #F2460A; }
span { border-color: rgb(242,70,10); }
td.TdClassName
{
border-color: #F2460A;
}
.TagClassName
{
border-color: #F2460A;
}
</style>