Shades of Red Orange #F24122
Tints of Red Orange #F24122
RGB
CMYK
RGB Variations
Color information
#F24122 (or 0xF24122) is known color: Red Orange. HEX triplet: F2, 41 and 22. RGB value is (242,65,34). Sum of RGB (Red+Green+Blue) = 242+65+34=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F24122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24122 is #0DBEDD. Grayscale: #727272. Windows color (decimal): -900830 or 2245106. OLE color: 2245106.
HSL color Cylindrical-coordinate representation of color #F24122: hue angle of 8.94º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F24122 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 34 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.05 |
| HSL | 8.94º | 0.89% | 0.54% | - |
| HSV(B) | 8.94º | 0.86% | 0.95% | - |
| XYZ | 38.8 | 22.77 | 3.86 | - |
| YUV | 114.39 | 82.64 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 34 | 0 | 0.73 | 0.86 | 0.05 | 8.94 | 0.89 | 0.54 |
| Hex | F2 | 41 | 22 | 0 | 49 | 56 | 5 | 9 | 59 | 36 |
| Octal | 362 | 101 | 42 | 0 | 111 | 126 | 5 | 11 | 131 | 66 |
| Binary | 11110010 | 1000001 | 100010 | 0 | 1001001 | 1010110 | 101 | 1001 | 1011001 | 110110 |
Color Harmonies of #F24122
Complementary color
Monochromatic Colors of #F24122
Black with #F24122
Text Example
Text Example
White with #F24122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24122; }
p { color: rgb(242,65,34); }
H1.HeaderClassName
{
color: #F24122;
}
.AnyTagClassName
{
color: #F24122;
}
</style>
background-color css
<style>
a { background-color: #F24122; }
a { background-color: rgb(242,65,34); }
div.DivClassName
{
background-color: #F24122;
}
.BgClassName
{
background-color: #F24122;
}
</style>
border-color css
<style>
span { border-color: #F24122; }
span { border-color: rgb(242,65,34); }
td.TdClassName
{
border-color: #F24122;
}
.TagClassName
{
border-color: #F24122;
}
</style>