Shades of Red Orange #F24322
Tints of Red Orange #F24322
RGB
CMYK
RGB Variations
Color information
#F24322 (or 0xF24322) is known color: Red Orange. HEX triplet: F2, 43 and 22. RGB value is (242,67,34). Sum of RGB (Red+Green+Blue) = 242+67+34=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F24322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24322 is #0DBCDD. Grayscale: #737373. Windows color (decimal): -900318 or 2245618. OLE color: 2245618.
HSL color Cylindrical-coordinate representation of color #F24322: hue angle of 9.52º 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 #F24322 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 34 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.05 |
| HSL | 9.52º | 0.89% | 0.54% | - |
| HSV(B) | 9.52º | 0.86% | 0.95% | - |
| XYZ | 38.91 | 23.01 | 3.9 | - |
| YUV | 115.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 34 | 0 | 0.72 | 0.86 | 0.05 | 9.52 | 0.89 | 0.54 |
| Hex | F2 | 43 | 22 | 0 | 48 | 56 | 5 | A | 59 | 36 |
| Octal | 362 | 103 | 42 | 0 | 110 | 126 | 5 | 12 | 131 | 66 |
| Binary | 11110010 | 1000011 | 100010 | 0 | 1001000 | 1010110 | 101 | 1010 | 1011001 | 110110 |
Color Harmonies of #F24322
Complementary color
Monochromatic Colors of #F24322
Black with #F24322
Text Example
Text Example
White with #F24322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24322; }
p { color: rgb(242,67,34); }
H1.HeaderClassName
{
color: #F24322;
}
.AnyTagClassName
{
color: #F24322;
}
</style>
background-color css
<style>
a { background-color: #F24322; }
a { background-color: rgb(242,67,34); }
div.DivClassName
{
background-color: #F24322;
}
.BgClassName
{
background-color: #F24322;
}
</style>
border-color css
<style>
span { border-color: #F24322; }
span { border-color: rgb(242,67,34); }
td.TdClassName
{
border-color: #F24322;
}
.TagClassName
{
border-color: #F24322;
}
</style>