Shades of Red Orange #F24127
Tints of Red Orange #F24127
RGB
CMYK
RGB Variations
Color information
#F24127 (or 0xF24127) is known color: Red Orange. HEX triplet: F2, 41 and 27. RGB value is (242,65,39). Sum of RGB (Red+Green+Blue) = 242+65+39=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F24127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24127 is #0DBED8. Grayscale: #737373. Windows color (decimal): -900825 or 2572786. OLE color: 2572786.
HSL color Cylindrical-coordinate representation of color #F24127: hue angle of 7.68º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F24127 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 39 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.05 |
| HSL | 7.68º | 0.89% | 0.55% | - |
| HSV(B) | 7.68º | 0.84% | 0.95% | - |
| XYZ | 38.87 | 22.8 | 4.27 | - |
| YUV | 114.96 | 85.14 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 39 | 0 | 0.73 | 0.84 | 0.05 | 7.68 | 0.89 | 0.55 |
| Hex | F2 | 41 | 27 | 0 | 49 | 54 | 5 | 8 | 59 | 37 |
| Octal | 362 | 101 | 47 | 0 | 111 | 124 | 5 | 10 | 131 | 67 |
| Binary | 11110010 | 1000001 | 100111 | 0 | 1001001 | 1010100 | 101 | 1000 | 1011001 | 110111 |
Color Harmonies of #F24127
Complementary color
Monochromatic Colors of #F24127
Black with #F24127
Text Example
Text Example
White with #F24127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24127; }
p { color: rgb(242,65,39); }
H1.HeaderClassName
{
color: #F24127;
}
.AnyTagClassName
{
color: #F24127;
}
</style>
background-color css
<style>
a { background-color: #F24127; }
a { background-color: rgb(242,65,39); }
div.DivClassName
{
background-color: #F24127;
}
.BgClassName
{
background-color: #F24127;
}
</style>
border-color css
<style>
span { border-color: #F24127; }
span { border-color: rgb(242,65,39); }
td.TdClassName
{
border-color: #F24127;
}
.TagClassName
{
border-color: #F24127;
}
</style>