#F22F20

Color #F22F20 Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #F22F20

Tints of Red Orange #F22F20

Color information

#F22F20 (or 0xF22F20) is unknown color: approx Red Orange. HEX triplet: F2, 2F and 20. RGB value is (242,47,32). Sum of RGB (Red+Green+Blue) = 242+47+32=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22F20 is #0DD0DF. Grayscale: #676767. Windows color (decimal): -905440 or 2109426. OLE color: 2109426.

HSL color Cylindrical-coordinate representation of color #F22F20: hue angle of 4.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F22F20 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB2424732-
CMYK00.810.870.05
HSL4.29º88.98%53.73%-
HSV(B)4.29º86.78%94.9%-
XYZ37.921.013.43-
YUV103.687.6226.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 75.39%
GREEN value IS 47 (18.75% from 255) = 14.64%
BLUE value IS 32 (12.89% from 255) = 9.97%
R=75.39%
G=14.64%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242473200.810.870.054.2988.9853.73
HexF22F2005157545936
Octal362574001211275413166
Binary111100101011111000000101000110101111011001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22F20; }

 p { color: rgb(242,47,32); }

 H1.HeaderClassName
 {
   color: #F22F20;
 }
 .AnyTagClassName
 {
   color: #F22F20;
 }
</style>
background-color css

<style>
 a { background-color: #F22F20; }

 a { background-color: rgb(242,47,32); }

 div.DivClassName
 {
   background-color: #F22F20;
 }
 .BgClassName
 {
   background-color: #F22F20;
 }
</style>
border-color css

<style>
 span { border-color: #F22F20; }

 span { border-color: rgb(242,47,32); }

 td.TdClassName
 {
   border-color: #F22F20;
 }
 .TagClassName
 {
   border-color: #F22F20;
 }
</style>