Shades of Red Orange #F24035
Tints of Red Orange #F24035
RGB
CMYK
RGB Variations
Color information
#F24035 (or 0xF24035) is known color: Red Orange. HEX triplet: F2, 40 and 35. RGB value is (242,64,53). Sum of RGB (Red+Green+Blue) = 242+64+53=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F24035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24035 is #0DBFCA. Grayscale: #747474. Windows color (decimal): -901067 or 3490034. OLE color: 3490034.
HSL color Cylindrical-coordinate representation of color #F24035: hue angle of 3.49º 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 #F24035 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 53 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.05 |
| HSL | 3.49º | 0.88% | 0.58% | - |
| HSV(B) | 3.49º | 0.78% | 0.95% | - |
| XYZ | 39.09 | 22.8 | 5.71 | - |
| YUV | 115.97 | 92.47 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 53 | 0 | 0.74 | 0.78 | 0.05 | 3.49 | 0.88 | 0.58 |
| Hex | F2 | 40 | 35 | 0 | 4A | 4E | 5 | 3 | 58 | 3A |
| Octal | 362 | 100 | 65 | 0 | 112 | 116 | 5 | 3 | 130 | 72 |
| Binary | 11110010 | 1000000 | 110101 | 0 | 1001010 | 1001110 | 101 | 11 | 1011000 | 111010 |
Color Harmonies of #F24035
Complementary color
Monochromatic Colors of #F24035
Black with #F24035
Text Example
Text Example
White with #F24035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24035; }
p { color: rgb(242,64,53); }
H1.HeaderClassName
{
color: #F24035;
}
.AnyTagClassName
{
color: #F24035;
}
</style>
background-color css
<style>
a { background-color: #F24035; }
a { background-color: rgb(242,64,53); }
div.DivClassName
{
background-color: #F24035;
}
.BgClassName
{
background-color: #F24035;
}
</style>
border-color css
<style>
span { border-color: #F24035; }
span { border-color: rgb(242,64,53); }
td.TdClassName
{
border-color: #F24035;
}
.TagClassName
{
border-color: #F24035;
}
</style>