Shades of Red Orange #F24232
Tints of Red Orange #F24232
RGB
CMYK
RGB Variations
Color information
#F24232 (or 0xF24232) is known color: Red Orange. HEX triplet: F2, 42 and 32. RGB value is (242,66,50). Sum of RGB (Red+Green+Blue) = 242+66+50=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F24232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24232 is #0DBDCD. Grayscale: #757575. Windows color (decimal): -900558 or 3293938. OLE color: 3293938.
HSL color Cylindrical-coordinate representation of color #F24232: hue angle of 5º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F24232 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 50 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.05 |
| HSL | 5º | 0.88% | 0.57% | - |
| HSV(B) | 5º | 0.79% | 0.95% | - |
| XYZ | 39.14 | 23 | 5.39 | - |
| YUV | 116.8 | 90.31 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 50 | 0 | 0.73 | 0.79 | 0.05 | 5 | 0.88 | 0.57 |
| Hex | F2 | 42 | 32 | 0 | 49 | 4F | 5 | 5 | 58 | 39 |
| Octal | 362 | 102 | 62 | 0 | 111 | 117 | 5 | 5 | 130 | 71 |
| Binary | 11110010 | 1000010 | 110010 | 0 | 1001001 | 1001111 | 101 | 101 | 1011000 | 111001 |
Color Harmonies of #F24232
Complementary color
Monochromatic Colors of #F24232
Black with #F24232
Text Example
Text Example
White with #F24232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24232; }
p { color: rgb(242,66,50); }
H1.HeaderClassName
{
color: #F24232;
}
.AnyTagClassName
{
color: #F24232;
}
</style>
background-color css
<style>
a { background-color: #F24232; }
a { background-color: rgb(242,66,50); }
div.DivClassName
{
background-color: #F24232;
}
.BgClassName
{
background-color: #F24232;
}
</style>
border-color css
<style>
span { border-color: #F24232; }
span { border-color: rgb(242,66,50); }
td.TdClassName
{
border-color: #F24232;
}
.TagClassName
{
border-color: #F24232;
}
</style>