Shades of Orange Red #F2491B
Tints of Orange Red #F2491B
RGB
CMYK
RGB Variations
Color information
#F2491B (or 0xF2491B) is known color: Orange Red. HEX triplet: F2, 49 and 1B. RGB value is (242,73,27). Sum of RGB (Red+Green+Blue) = 242+73+27=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F2491B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2491B is #0DB6E4. Grayscale: #767676. Windows color (decimal): -898789 or 1788402. OLE color: 1788402.
HSL color Cylindrical-coordinate representation of color #F2491B: hue angle of 12.84º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2491B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 27 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.05 |
| HSL | 12.84º | 0.89% | 0.53% | - |
| HSV(B) | 12.84º | 0.89% | 0.95% | - |
| XYZ | 39.2 | 23.72 | 3.55 | - |
| YUV | 118.29 | 76.49 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 27 | 0 | 0.70 | 0.89 | 0.05 | 12.84 | 0.89 | 0.53 |
| Hex | F2 | 49 | 1B | 0 | 46 | 59 | 5 | D | 59 | 35 |
| Octal | 362 | 111 | 33 | 0 | 106 | 131 | 5 | 15 | 131 | 65 |
| Binary | 11110010 | 1001001 | 11011 | 0 | 1000110 | 1011001 | 101 | 1101 | 1011001 | 110101 |
Color Harmonies of #F2491B
Complementary color
Monochromatic Colors of #F2491B
Black with #F2491B
Text Example
Text Example
White with #F2491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2491B; }
p { color: rgb(242,73,27); }
H1.HeaderClassName
{
color: #F2491B;
}
.AnyTagClassName
{
color: #F2491B;
}
</style>
background-color css
<style>
a { background-color: #F2491B; }
a { background-color: rgb(242,73,27); }
div.DivClassName
{
background-color: #F2491B;
}
.BgClassName
{
background-color: #F2491B;
}
</style>
border-color css
<style>
span { border-color: #F2491B; }
span { border-color: rgb(242,73,27); }
td.TdClassName
{
border-color: #F2491B;
}
.TagClassName
{
border-color: #F2491B;
}
</style>