Shades of Orange Red #F2460B
Tints of Orange Red #F2460B
RGB
CMYK
RGB Variations
Color information
#F2460B (or 0xF2460B) is known color: Orange Red. HEX triplet: F2, 46 and 0B. RGB value is (242,70,11). Sum of RGB (Red+Green+Blue) = 242+70+11=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F2460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2460B is #0DB9F4. Grayscale: #737373. Windows color (decimal): -899573 or 739058. OLE color: 739058.
HSL color Cylindrical-coordinate representation of color #F2460B: hue angle of 15.32º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2460B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.05 |
| HSL | 15.32º | 0.91% | 0.5% | - |
| HSV(B) | 15.32º | 0.95% | 0.95% | - |
| XYZ | 38.87 | 23.28 | 2.76 | - |
| YUV | 114.7 | 69.48 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 11 | 0 | 0.71 | 0.95 | 0.05 | 15.32 | 0.91 | 0.5 |
| Hex | F2 | 46 | B | 0 | 47 | 5F | 5 | F | 5B | 32 |
| Octal | 362 | 106 | 13 | 0 | 107 | 137 | 5 | 17 | 133 | 62 |
| Binary | 11110010 | 1000110 | 1011 | 0 | 1000111 | 1011111 | 101 | 1111 | 1011011 | 110010 |
Color Harmonies of #F2460B
Complementary color
Monochromatic Colors of #F2460B
Black with #F2460B
Text Example
Text Example
White with #F2460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2460B; }
p { color: rgb(242,70,11); }
H1.HeaderClassName
{
color: #F2460B;
}
.AnyTagClassName
{
color: #F2460B;
}
</style>
background-color css
<style>
a { background-color: #F2460B; }
a { background-color: rgb(242,70,11); }
div.DivClassName
{
background-color: #F2460B;
}
.BgClassName
{
background-color: #F2460B;
}
</style>
border-color css
<style>
span { border-color: #F2460B; }
span { border-color: rgb(242,70,11); }
td.TdClassName
{
border-color: #F2460B;
}
.TagClassName
{
border-color: #F2460B;
}
</style>