Shades of Red Orange #F24239
Tints of Red Orange #F24239
RGB
CMYK
RGB Variations
Color information
#F24239 (or 0xF24239) is known color: Red Orange. HEX triplet: F2, 42 and 39. RGB value is (242,66,57). Sum of RGB (Red+Green+Blue) = 242+66+57=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F24239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24239 is #0DBDC6. Grayscale: #757575. Windows color (decimal): -900551 or 3752690. OLE color: 3752690.
HSL color Cylindrical-coordinate representation of color #F24239: hue angle of 2.92º 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 #F24239 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 57 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.05 |
| HSL | 2.92º | 0.88% | 0.59% | - |
| HSV(B) | 2.92º | 0.76% | 0.95% | - |
| XYZ | 39.3 | 23.07 | 6.25 | - |
| YUV | 117.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 57 | 0 | 0.73 | 0.76 | 0.05 | 2.92 | 0.88 | 0.59 |
| Hex | F2 | 42 | 39 | 0 | 49 | 4C | 5 | 3 | 58 | 3B |
| Octal | 362 | 102 | 71 | 0 | 111 | 114 | 5 | 3 | 130 | 73 |
| Binary | 11110010 | 1000010 | 111001 | 0 | 1001001 | 1001100 | 101 | 11 | 1011000 | 111011 |
Color Harmonies of #F24239
Complementary color
Monochromatic Colors of #F24239
Black with #F24239
Text Example
Text Example
White with #F24239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24239; }
p { color: rgb(242,66,57); }
H1.HeaderClassName
{
color: #F24239;
}
.AnyTagClassName
{
color: #F24239;
}
</style>
background-color css
<style>
a { background-color: #F24239; }
a { background-color: rgb(242,66,57); }
div.DivClassName
{
background-color: #F24239;
}
.BgClassName
{
background-color: #F24239;
}
</style>
border-color css
<style>
span { border-color: #F24239; }
span { border-color: rgb(242,66,57); }
td.TdClassName
{
border-color: #F24239;
}
.TagClassName
{
border-color: #F24239;
}
</style>