Shades of Red Orange #F23022
Tints of Red Orange #F23022
RGB
CMYK
RGB Variations
Color information
#F23022 (or 0xF23022) is known color: Red Orange. HEX triplet: F2, 30 and 22. RGB value is (242,48,34). Sum of RGB (Red+Green+Blue) = 242+48+34=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F23022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23022 is #0DCFDD. Grayscale: #686868. Windows color (decimal): -905182 or 2240754. OLE color: 2240754.
HSL color Cylindrical-coordinate representation of color #F23022: hue angle of 4.04º 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 #F23022 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 34 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.05 |
| HSL | 4.04º | 0.89% | 0.54% | - |
| HSV(B) | 4.04º | 0.86% | 0.95% | - |
| XYZ | 37.96 | 21.11 | 3.59 | - |
| YUV | 104.41 | 88.27 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 34 | 0 | 0.80 | 0.86 | 0.05 | 4.04 | 0.89 | 0.54 |
| Hex | F2 | 30 | 22 | 0 | 50 | 56 | 5 | 4 | 59 | 36 |
| Octal | 362 | 60 | 42 | 0 | 120 | 126 | 5 | 4 | 131 | 66 |
| Binary | 11110010 | 110000 | 100010 | 0 | 1010000 | 1010110 | 101 | 100 | 1011001 | 110110 |
Color Harmonies of #F23022
Complementary color
Monochromatic Colors of #F23022
Black with #F23022
Text Example
Text Example
White with #F23022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23022; }
p { color: rgb(242,48,34); }
H1.HeaderClassName
{
color: #F23022;
}
.AnyTagClassName
{
color: #F23022;
}
</style>
background-color css
<style>
a { background-color: #F23022; }
a { background-color: rgb(242,48,34); }
div.DivClassName
{
background-color: #F23022;
}
.BgClassName
{
background-color: #F23022;
}
</style>
border-color css
<style>
span { border-color: #F23022; }
span { border-color: rgb(242,48,34); }
td.TdClassName
{
border-color: #F23022;
}
.TagClassName
{
border-color: #F23022;
}
</style>