Shades of Red Orange #F24223
Tints of Red Orange #F24223
RGB
CMYK
RGB Variations
Color information
#F24223 (or 0xF24223) is known color: Red Orange. HEX triplet: F2, 42 and 23. RGB value is (242,66,35). Sum of RGB (Red+Green+Blue) = 242+66+35=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F24223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24223 is #0DBDDC. Grayscale: #737373. Windows color (decimal): -900573 or 2310898. OLE color: 2310898.
HSL color Cylindrical-coordinate representation of color #F24223: hue angle of 8.99º 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 #F24223 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 35 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.05 |
| HSL | 8.99º | 0.89% | 0.54% | - |
| HSV(B) | 8.99º | 0.86% | 0.95% | - |
| XYZ | 38.87 | 22.9 | 3.96 | - |
| YUV | 115.09 | 82.81 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 35 | 0 | 0.73 | 0.86 | 0.05 | 8.99 | 0.89 | 0.54 |
| Hex | F2 | 42 | 23 | 0 | 49 | 56 | 5 | 9 | 59 | 36 |
| Octal | 362 | 102 | 43 | 0 | 111 | 126 | 5 | 11 | 131 | 66 |
| Binary | 11110010 | 1000010 | 100011 | 0 | 1001001 | 1010110 | 101 | 1001 | 1011001 | 110110 |
Color Harmonies of #F24223
Complementary color
Monochromatic Colors of #F24223
Black with #F24223
Text Example
Text Example
White with #F24223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24223; }
p { color: rgb(242,66,35); }
H1.HeaderClassName
{
color: #F24223;
}
.AnyTagClassName
{
color: #F24223;
}
</style>
background-color css
<style>
a { background-color: #F24223; }
a { background-color: rgb(242,66,35); }
div.DivClassName
{
background-color: #F24223;
}
.BgClassName
{
background-color: #F24223;
}
</style>
border-color css
<style>
span { border-color: #F24223; }
span { border-color: rgb(242,66,35); }
td.TdClassName
{
border-color: #F24223;
}
.TagClassName
{
border-color: #F24223;
}
</style>