Shades of Red Orange #F24139
Tints of Red Orange #F24139
RGB
CMYK
RGB Variations
Color information
#F24139 (or 0xF24139) is known color: Red Orange. HEX triplet: F2, 41 and 39. RGB value is (242,65,57). Sum of RGB (Red+Green+Blue) = 242+65+57=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F24139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24139 is #0DBEC6. Grayscale: #757575. Windows color (decimal): -900807 or 3752434. OLE color: 3752434.
HSL color Cylindrical-coordinate representation of color #F24139: hue angle of 2.59º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F24139 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 57 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.05 |
| HSL | 2.59º | 0.88% | 0.59% | - |
| HSV(B) | 2.59º | 0.76% | 0.95% | - |
| XYZ | 39.25 | 22.95 | 6.23 | - |
| YUV | 117.01 | 94.14 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 57 | 0 | 0.73 | 0.76 | 0.05 | 2.59 | 0.88 | 0.59 |
| Hex | F2 | 41 | 39 | 0 | 49 | 4C | 5 | 3 | 58 | 3B |
| Octal | 362 | 101 | 71 | 0 | 111 | 114 | 5 | 3 | 130 | 73 |
| Binary | 11110010 | 1000001 | 111001 | 0 | 1001001 | 1001100 | 101 | 11 | 1011000 | 111011 |
Color Harmonies of #F24139
Complementary color
Monochromatic Colors of #F24139
Black with #F24139
Text Example
Text Example
White with #F24139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24139; }
p { color: rgb(242,65,57); }
H1.HeaderClassName
{
color: #F24139;
}
.AnyTagClassName
{
color: #F24139;
}
</style>
background-color css
<style>
a { background-color: #F24139; }
a { background-color: rgb(242,65,57); }
div.DivClassName
{
background-color: #F24139;
}
.BgClassName
{
background-color: #F24139;
}
</style>
border-color css
<style>
span { border-color: #F24139; }
span { border-color: rgb(242,65,57); }
td.TdClassName
{
border-color: #F24139;
}
.TagClassName
{
border-color: #F24139;
}
</style>