Shades of Red Orange #F2401E
Tints of Red Orange #F2401E
RGB
CMYK
RGB Variations
Color information
#F2401E (or 0xF2401E) is known color: Red Orange. HEX triplet: F2, 40 and 1E. RGB value is (242,64,30). Sum of RGB (Red+Green+Blue) = 242+64+30=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F2401E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2401E is #0DBFE1. Grayscale: #717171. Windows color (decimal): -901090 or 1982706. OLE color: 1982706.
HSL color Cylindrical-coordinate representation of color #F2401E: hue angle of 9.62º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2401E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 30 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.05 |
| HSL | 9.62º | 0.89% | 0.53% | - |
| HSV(B) | 9.62º | 0.88% | 0.95% | - |
| XYZ | 38.69 | 22.64 | 3.56 | - |
| YUV | 113.35 | 80.97 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 30 | 0 | 0.74 | 0.88 | 0.05 | 9.62 | 0.89 | 0.53 |
| Hex | F2 | 40 | 1E | 0 | 4A | 58 | 5 | A | 59 | 35 |
| Octal | 362 | 100 | 36 | 0 | 112 | 130 | 5 | 12 | 131 | 65 |
| Binary | 11110010 | 1000000 | 11110 | 0 | 1001010 | 1011000 | 101 | 1010 | 1011001 | 110101 |
Color Harmonies of #F2401E
Complementary color
Monochromatic Colors of #F2401E
Black with #F2401E
Text Example
Text Example
White with #F2401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2401E; }
p { color: rgb(242,64,30); }
H1.HeaderClassName
{
color: #F2401E;
}
.AnyTagClassName
{
color: #F2401E;
}
</style>
background-color css
<style>
a { background-color: #F2401E; }
a { background-color: rgb(242,64,30); }
div.DivClassName
{
background-color: #F2401E;
}
.BgClassName
{
background-color: #F2401E;
}
</style>
border-color css
<style>
span { border-color: #F2401E; }
span { border-color: rgb(242,64,30); }
td.TdClassName
{
border-color: #F2401E;
}
.TagClassName
{
border-color: #F2401E;
}
</style>