Shades of Red Orange #F24631
Tints of Red Orange #F24631
RGB
CMYK
RGB Variations
Color information
#F24631 (or 0xF24631) is known color: Red Orange. HEX triplet: F2, 46 and 31. RGB value is (242,70,49). Sum of RGB (Red+Green+Blue) = 242+70+49=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F24631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24631 is #0DB9CE. Grayscale: #777777. Windows color (decimal): -899535 or 3229426. OLE color: 3229426.
HSL color Cylindrical-coordinate representation of color #F24631: hue angle of 6.53º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F24631 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 49 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.05 |
| HSL | 6.53º | 0.88% | 0.57% | - |
| HSV(B) | 6.53º | 0.8% | 0.95% | - |
| XYZ | 39.36 | 23.48 | 5.36 | - |
| YUV | 119.03 | 88.48 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 49 | 0 | 0.71 | 0.80 | 0.05 | 6.53 | 0.88 | 0.57 |
| Hex | F2 | 46 | 31 | 0 | 47 | 50 | 5 | 7 | 58 | 39 |
| Octal | 362 | 106 | 61 | 0 | 107 | 120 | 5 | 7 | 130 | 71 |
| Binary | 11110010 | 1000110 | 110001 | 0 | 1000111 | 1010000 | 101 | 111 | 1011000 | 111001 |
Color Harmonies of #F24631
Complementary color
Monochromatic Colors of #F24631
Black with #F24631
Text Example
Text Example
White with #F24631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24631; }
p { color: rgb(242,70,49); }
H1.HeaderClassName
{
color: #F24631;
}
.AnyTagClassName
{
color: #F24631;
}
</style>
background-color css
<style>
a { background-color: #F24631; }
a { background-color: rgb(242,70,49); }
div.DivClassName
{
background-color: #F24631;
}
.BgClassName
{
background-color: #F24631;
}
</style>
border-color css
<style>
span { border-color: #F24631; }
span { border-color: rgb(242,70,49); }
td.TdClassName
{
border-color: #F24631;
}
.TagClassName
{
border-color: #F24631;
}
</style>