Shades of Red Orange #F02422
Tints of Red Orange #F02422
RGB
CMYK
RGB Variations
Color information
#F02422 (or 0xF02422) is known color: Red Orange. HEX triplet: F0, 24 and 22. RGB value is (240,36,34). Sum of RGB (Red+Green+Blue) = 240+36+34=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F02422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02422 is #0FDBDD. Grayscale: #606060. Windows color (decimal): -1039326 or 2237680. OLE color: 2237680.
HSL color Cylindrical-coordinate representation of color #F02422: hue angle of 0.58º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02422 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 34 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.06 |
| HSL | 0.58º | 0.87% | 0.54% | - |
| HSV(B) | 0.58º | 0.86% | 0.94% | - |
| XYZ | 36.85 | 19.9 | 3.41 | - |
| YUV | 96.77 | 92.59 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 34 | 0 | 0.85 | 0.86 | 0.06 | 0.58 | 0.87 | 0.54 |
| Hex | F0 | 24 | 22 | 0 | 55 | 56 | 6 | 1 | 57 | 36 |
| Octal | 360 | 44 | 42 | 0 | 125 | 126 | 6 | 1 | 127 | 66 |
| Binary | 11110000 | 100100 | 100010 | 0 | 1010101 | 1010110 | 110 | 1 | 1010111 | 110110 |
Color Harmonies of #F02422
Complementary color
Monochromatic Colors of #F02422
Black with #F02422
Text Example
Text Example
White with #F02422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02422; }
p { color: rgb(240,36,34); }
H1.HeaderClassName
{
color: #F02422;
}
.AnyTagClassName
{
color: #F02422;
}
</style>
background-color css
<style>
a { background-color: #F02422; }
a { background-color: rgb(240,36,34); }
div.DivClassName
{
background-color: #F02422;
}
.BgClassName
{
background-color: #F02422;
}
</style>
border-color css
<style>
span { border-color: #F02422; }
span { border-color: rgb(240,36,34); }
td.TdClassName
{
border-color: #F02422;
}
.TagClassName
{
border-color: #F02422;
}
</style>