Shades of Orange Red #F2390A
Tints of Orange Red #F2390A
RGB
CMYK
RGB Variations
Color information
#F2390A (or 0xF2390A) is known color: Orange Red. HEX triplet: F2, 39 and 0A. RGB value is (242,57,10). Sum of RGB (Red+Green+Blue) = 242+57+10=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F2390A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2390A is #0DC6F5. Grayscale: #6B6B6B. Windows color (decimal): -902902 or 670194. OLE color: 670194.
HSL color Cylindrical-coordinate representation of color #F2390A: hue angle of 12.16º 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 #F2390A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.05 |
| HSL | 12.16º | 0.92% | 0.49% | - |
| HSV(B) | 12.16º | 0.96% | 0.95% | - |
| XYZ | 38.14 | 21.83 | 2.49 | - |
| YUV | 106.96 | 73.29 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 10 | 0 | 0.76 | 0.96 | 0.05 | 12.16 | 0.92 | 0.49 |
| Hex | F2 | 39 | A | 0 | 4C | 60 | 5 | C | 5C | 31 |
| Octal | 362 | 71 | 12 | 0 | 114 | 140 | 5 | 14 | 134 | 61 |
| Binary | 11110010 | 111001 | 1010 | 0 | 1001100 | 1100000 | 101 | 1100 | 1011100 | 110001 |
Color Harmonies of #F2390A
Complementary color
Monochromatic Colors of #F2390A
Black with #F2390A
Text Example
Text Example
White with #F2390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2390A; }
p { color: rgb(242,57,10); }
H1.HeaderClassName
{
color: #F2390A;
}
.AnyTagClassName
{
color: #F2390A;
}
</style>
background-color css
<style>
a { background-color: #F2390A; }
a { background-color: rgb(242,57,10); }
div.DivClassName
{
background-color: #F2390A;
}
.BgClassName
{
background-color: #F2390A;
}
</style>
border-color css
<style>
span { border-color: #F2390A; }
span { border-color: rgb(242,57,10); }
td.TdClassName
{
border-color: #F2390A;
}
.TagClassName
{
border-color: #F2390A;
}
</style>