Shades of Red Orange #F24036
Tints of Red Orange #F24036
RGB
CMYK
RGB Variations
Color information
#F24036 (or 0xF24036) is known color: Red Orange. HEX triplet: F2, 40 and 36. RGB value is (242,64,54). Sum of RGB (Red+Green+Blue) = 242+64+54=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F24036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24036 is #0DBFC9. Grayscale: #747474. Windows color (decimal): -901066 or 3555570. OLE color: 3555570.
HSL color Cylindrical-coordinate representation of color #F24036: hue angle of 3.19º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F24036 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 54 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.05 |
| HSL | 3.19º | 0.88% | 0.58% | - |
| HSV(B) | 3.19º | 0.78% | 0.95% | - |
| XYZ | 39.12 | 22.81 | 5.83 | - |
| YUV | 116.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 54 | 0 | 0.74 | 0.78 | 0.05 | 3.19 | 0.88 | 0.58 |
| Hex | F2 | 40 | 36 | 0 | 4A | 4E | 5 | 3 | 58 | 3A |
| Octal | 362 | 100 | 66 | 0 | 112 | 116 | 5 | 3 | 130 | 72 |
| Binary | 11110010 | 1000000 | 110110 | 0 | 1001010 | 1001110 | 101 | 11 | 1011000 | 111010 |
Color Harmonies of #F24036
Complementary color
Monochromatic Colors of #F24036
Black with #F24036
Text Example
Text Example
White with #F24036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24036; }
p { color: rgb(242,64,54); }
H1.HeaderClassName
{
color: #F24036;
}
.AnyTagClassName
{
color: #F24036;
}
</style>
background-color css
<style>
a { background-color: #F24036; }
a { background-color: rgb(242,64,54); }
div.DivClassName
{
background-color: #F24036;
}
.BgClassName
{
background-color: #F24036;
}
</style>
border-color css
<style>
span { border-color: #F24036; }
span { border-color: rgb(242,64,54); }
td.TdClassName
{
border-color: #F24036;
}
.TagClassName
{
border-color: #F24036;
}
</style>