Shades of Orange Red #F2490C
Tints of Orange Red #F2490C
RGB
CMYK
RGB Variations
Color information
#F2490C (or 0xF2490C) is known color: Orange Red. HEX triplet: F2, 49 and 0C. RGB value is (242,73,12). Sum of RGB (Red+Green+Blue) = 242+73+12=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F2490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2490C is #0DB6F3. Grayscale: #747474. Windows color (decimal): -898804 or 805362. OLE color: 805362.
HSL color Cylindrical-coordinate representation of color #F2490C: hue angle of 15.91º 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 #F2490C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.05 |
| HSL | 15.91º | 0.91% | 0.5% | - |
| HSV(B) | 15.91º | 0.95% | 0.95% | - |
| XYZ | 39.07 | 23.67 | 2.86 | - |
| YUV | 116.58 | 68.99 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 12 | 0 | 0.70 | 0.95 | 0.05 | 15.91 | 0.91 | 0.5 |
| Hex | F2 | 49 | C | 0 | 46 | 5F | 5 | 10 | 5B | 32 |
| Octal | 362 | 111 | 14 | 0 | 106 | 137 | 5 | 20 | 133 | 62 |
| Binary | 11110010 | 1001001 | 1100 | 0 | 1000110 | 1011111 | 101 | 10000 | 1011011 | 110010 |
Color Harmonies of #F2490C
Complementary color
Monochromatic Colors of #F2490C
Black with #F2490C
Text Example
Text Example
White with #F2490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2490C; }
p { color: rgb(242,73,12); }
H1.HeaderClassName
{
color: #F2490C;
}
.AnyTagClassName
{
color: #F2490C;
}
</style>
background-color css
<style>
a { background-color: #F2490C; }
a { background-color: rgb(242,73,12); }
div.DivClassName
{
background-color: #F2490C;
}
.BgClassName
{
background-color: #F2490C;
}
</style>
border-color css
<style>
span { border-color: #F2490C; }
span { border-color: rgb(242,73,12); }
td.TdClassName
{
border-color: #F2490C;
}
.TagClassName
{
border-color: #F2490C;
}
</style>