Shades of Red Orange #F24326
Tints of Red Orange #F24326
RGB
CMYK
RGB Variations
Color information
#F24326 (or 0xF24326) is known color: Red Orange. HEX triplet: F2, 43 and 26. RGB value is (242,67,38). Sum of RGB (Red+Green+Blue) = 242+67+38=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F24326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24326 is #0DBCD9. Grayscale: #747474. Windows color (decimal): -900314 or 2507762. OLE color: 2507762.
HSL color Cylindrical-coordinate representation of color #F24326: hue angle of 8.53º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F24326 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 38 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.05 |
| HSL | 8.53º | 0.89% | 0.55% | - |
| HSV(B) | 8.53º | 0.84% | 0.95% | - |
| XYZ | 38.97 | 23.03 | 4.23 | - |
| YUV | 116.02 | 83.98 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 38 | 0 | 0.72 | 0.84 | 0.05 | 8.53 | 0.89 | 0.55 |
| Hex | F2 | 43 | 26 | 0 | 48 | 54 | 5 | 9 | 59 | 37 |
| Octal | 362 | 103 | 46 | 0 | 110 | 124 | 5 | 11 | 131 | 67 |
| Binary | 11110010 | 1000011 | 100110 | 0 | 1001000 | 1010100 | 101 | 1001 | 1011001 | 110111 |
Color Harmonies of #F24326
Complementary color
Monochromatic Colors of #F24326
Black with #F24326
Text Example
Text Example
White with #F24326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24326; }
p { color: rgb(242,67,38); }
H1.HeaderClassName
{
color: #F24326;
}
.AnyTagClassName
{
color: #F24326;
}
</style>
background-color css
<style>
a { background-color: #F24326; }
a { background-color: rgb(242,67,38); }
div.DivClassName
{
background-color: #F24326;
}
.BgClassName
{
background-color: #F24326;
}
</style>
border-color css
<style>
span { border-color: #F24326; }
span { border-color: rgb(242,67,38); }
td.TdClassName
{
border-color: #F24326;
}
.TagClassName
{
border-color: #F24326;
}
</style>