Shades of Red Orange #F24229
Tints of Red Orange #F24229
RGB
CMYK
RGB Variations
Color information
#F24229 (or 0xF24229) is known color: Red Orange. HEX triplet: F2, 42 and 29. RGB value is (242,66,41). Sum of RGB (Red+Green+Blue) = 242+66+41=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F24229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24229 is #0DBDD6. Grayscale: #747474. Windows color (decimal): -900567 or 2704114. OLE color: 2704114.
HSL color Cylindrical-coordinate representation of color #F24229: hue angle of 7.46º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F24229 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 41 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.05 |
| HSL | 7.46º | 0.89% | 0.55% | - |
| HSV(B) | 7.46º | 0.83% | 0.95% | - |
| XYZ | 38.97 | 22.93 | 4.47 | - |
| YUV | 115.77 | 85.81 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 41 | 0 | 0.73 | 0.83 | 0.05 | 7.46 | 0.89 | 0.55 |
| Hex | F2 | 42 | 29 | 0 | 49 | 53 | 5 | 7 | 59 | 37 |
| Octal | 362 | 102 | 51 | 0 | 111 | 123 | 5 | 7 | 131 | 67 |
| Binary | 11110010 | 1000010 | 101001 | 0 | 1001001 | 1010011 | 101 | 111 | 1011001 | 110111 |
Color Harmonies of #F24229
Complementary color
Monochromatic Colors of #F24229
Black with #F24229
Text Example
Text Example
White with #F24229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24229; }
p { color: rgb(242,66,41); }
H1.HeaderClassName
{
color: #F24229;
}
.AnyTagClassName
{
color: #F24229;
}
</style>
background-color css
<style>
a { background-color: #F24229; }
a { background-color: rgb(242,66,41); }
div.DivClassName
{
background-color: #F24229;
}
.BgClassName
{
background-color: #F24229;
}
</style>
border-color css
<style>
span { border-color: #F24229; }
span { border-color: rgb(242,66,41); }
td.TdClassName
{
border-color: #F24229;
}
.TagClassName
{
border-color: #F24229;
}
</style>