Shades of Red Orange #F24321
Tints of Red Orange #F24321
RGB
CMYK
RGB Variations
Color information
#F24321 (or 0xF24321) is known color: Red Orange. HEX triplet: F2, 43 and 21. RGB value is (242,67,33). Sum of RGB (Red+Green+Blue) = 242+67+33=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F24321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24321 is #0DBCDE. Grayscale: #737373. Windows color (decimal): -900319 or 2180082. OLE color: 2180082.
HSL color Cylindrical-coordinate representation of color #F24321: hue angle of 9.76º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F24321 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 33 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.05 |
| HSL | 9.76º | 0.89% | 0.54% | - |
| HSV(B) | 9.76º | 0.86% | 0.95% | - |
| XYZ | 38.9 | 23 | 3.83 | - |
| YUV | 115.45 | 81.48 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 33 | 0 | 0.72 | 0.86 | 0.05 | 9.76 | 0.89 | 0.54 |
| Hex | F2 | 43 | 21 | 0 | 48 | 56 | 5 | A | 59 | 36 |
| Octal | 362 | 103 | 41 | 0 | 110 | 126 | 5 | 12 | 131 | 66 |
| Binary | 11110010 | 1000011 | 100001 | 0 | 1001000 | 1010110 | 101 | 1010 | 1011001 | 110110 |
Color Harmonies of #F24321
Complementary color
Monochromatic Colors of #F24321
Black with #F24321
Text Example
Text Example
White with #F24321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24321; }
p { color: rgb(242,67,33); }
H1.HeaderClassName
{
color: #F24321;
}
.AnyTagClassName
{
color: #F24321;
}
</style>
background-color css
<style>
a { background-color: #F24321; }
a { background-color: rgb(242,67,33); }
div.DivClassName
{
background-color: #F24321;
}
.BgClassName
{
background-color: #F24321;
}
</style>
border-color css
<style>
span { border-color: #F24321; }
span { border-color: rgb(242,67,33); }
td.TdClassName
{
border-color: #F24321;
}
.TagClassName
{
border-color: #F24321;
}
</style>