Shades of Orange Red #F2390F
Tints of Orange Red #F2390F
RGB
CMYK
RGB Variations
Color information
#F2390F (or 0xF2390F) is known color: Orange Red. HEX triplet: F2, 39 and 0F. RGB value is (242,57,15). Sum of RGB (Red+Green+Blue) = 242+57+15=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F2390F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2390F is #0DC6F0. Grayscale: #6B6B6B. Windows color (decimal): -902897 or 997874. OLE color: 997874.
HSL color Cylindrical-coordinate representation of color #F2390F: hue angle of 11.1º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2390F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 15 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.05 |
| HSL | 11.1º | 0.9% | 0.5% | - |
| HSV(B) | 11.1º | 0.94% | 0.95% | - |
| XYZ | 38.17 | 21.84 | 2.66 | - |
| YUV | 107.53 | 75.79 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 15 | 0 | 0.76 | 0.94 | 0.05 | 11.1 | 0.9 | 0.5 |
| Hex | F2 | 39 | F | 0 | 4C | 5E | 5 | B | 5A | 32 |
| Octal | 362 | 71 | 17 | 0 | 114 | 136 | 5 | 13 | 132 | 62 |
| Binary | 11110010 | 111001 | 1111 | 0 | 1001100 | 1011110 | 101 | 1011 | 1011010 | 110010 |
Color Harmonies of #F2390F
Complementary color
Monochromatic Colors of #F2390F
Black with #F2390F
Text Example
Text Example
White with #F2390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2390F; }
p { color: rgb(242,57,15); }
H1.HeaderClassName
{
color: #F2390F;
}
.AnyTagClassName
{
color: #F2390F;
}
</style>
background-color css
<style>
a { background-color: #F2390F; }
a { background-color: rgb(242,57,15); }
div.DivClassName
{
background-color: #F2390F;
}
.BgClassName
{
background-color: #F2390F;
}
</style>
border-color css
<style>
span { border-color: #F2390F; }
span { border-color: rgb(242,57,15); }
td.TdClassName
{
border-color: #F2390F;
}
.TagClassName
{
border-color: #F2390F;
}
</style>