Shades of Red Orange #F23C22
Tints of Red Orange #F23C22
RGB
CMYK
RGB Variations
Color information
#F23C22 (or 0xF23C22) is known color: Red Orange. HEX triplet: F2, 3C and 22. RGB value is (242,60,34). Sum of RGB (Red+Green+Blue) = 242+60+34=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C22 is #0DC3DD. Grayscale: #6F6F6F. Windows color (decimal): -902110 or 2243826. OLE color: 2243826.
HSL color Cylindrical-coordinate representation of color #F23C22: hue angle of 7.5º 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 #F23C22 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 34 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.05 |
| HSL | 7.5º | 0.89% | 0.54% | - |
| HSV(B) | 7.5º | 0.86% | 0.95% | - |
| XYZ | 38.52 | 22.22 | 3.77 | - |
| YUV | 111.45 | 84.3 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 34 | 0 | 0.75 | 0.86 | 0.05 | 7.5 | 0.89 | 0.54 |
| Hex | F2 | 3C | 22 | 0 | 4B | 56 | 5 | 8 | 59 | 36 |
| Octal | 362 | 74 | 42 | 0 | 113 | 126 | 5 | 10 | 131 | 66 |
| Binary | 11110010 | 111100 | 100010 | 0 | 1001011 | 1010110 | 101 | 1000 | 1011001 | 110110 |
Color Harmonies of #F23C22
Complementary color
Monochromatic Colors of #F23C22
Black with #F23C22
Text Example
Text Example
White with #F23C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C22; }
p { color: rgb(242,60,34); }
H1.HeaderClassName
{
color: #F23C22;
}
.AnyTagClassName
{
color: #F23C22;
}
</style>
background-color css
<style>
a { background-color: #F23C22; }
a { background-color: rgb(242,60,34); }
div.DivClassName
{
background-color: #F23C22;
}
.BgClassName
{
background-color: #F23C22;
}
</style>
border-color css
<style>
span { border-color: #F23C22; }
span { border-color: rgb(242,60,34); }
td.TdClassName
{
border-color: #F23C22;
}
.TagClassName
{
border-color: #F23C22;
}
</style>