Shades of Red Orange #F24630
Tints of Red Orange #F24630
RGB
CMYK
RGB Variations
Color information
#F24630 (or 0xF24630) is known color: Red Orange. HEX triplet: F2, 46 and 30. RGB value is (242,70,48). Sum of RGB (Red+Green+Blue) = 242+70+48=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F24630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24630 is #0DB9CF. Grayscale: #777777. Windows color (decimal): -899536 or 3163890. OLE color: 3163890.
HSL color Cylindrical-coordinate representation of color #F24630: hue angle of 6.8º 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 #F24630 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 48 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.05 |
| HSL | 6.8º | 0.88% | 0.57% | - |
| HSV(B) | 6.8º | 0.8% | 0.95% | - |
| XYZ | 39.34 | 23.47 | 5.25 | - |
| YUV | 118.92 | 87.98 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 48 | 0 | 0.71 | 0.80 | 0.05 | 6.8 | 0.88 | 0.57 |
| Hex | F2 | 46 | 30 | 0 | 47 | 50 | 5 | 7 | 58 | 39 |
| Octal | 362 | 106 | 60 | 0 | 107 | 120 | 5 | 7 | 130 | 71 |
| Binary | 11110010 | 1000110 | 110000 | 0 | 1000111 | 1010000 | 101 | 111 | 1011000 | 111001 |
Color Harmonies of #F24630
Complementary color
Monochromatic Colors of #F24630
Black with #F24630
Text Example
Text Example
White with #F24630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24630; }
p { color: rgb(242,70,48); }
H1.HeaderClassName
{
color: #F24630;
}
.AnyTagClassName
{
color: #F24630;
}
</style>
background-color css
<style>
a { background-color: #F24630; }
a { background-color: rgb(242,70,48); }
div.DivClassName
{
background-color: #F24630;
}
.BgClassName
{
background-color: #F24630;
}
</style>
border-color css
<style>
span { border-color: #F24630; }
span { border-color: rgb(242,70,48); }
td.TdClassName
{
border-color: #F24630;
}
.TagClassName
{
border-color: #F24630;
}
</style>