#F22E25

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

Shades of Red Orange #F22E25

Tints of Red Orange #F22E25

Color information

#F22E25 (or 0xF22E25) is unknown color: approx Red Orange. HEX triplet: F2, 2E and 25. RGB value is (242,46,37). Sum of RGB (Red+Green+Blue) = 242+46+37=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22E25 is #0DD1DA. Grayscale: #676767. Windows color (decimal): -905691 or 2436850. OLE color: 2436850.

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

Color convert

RGB2424637-
CMYK00.810.850.05
HSL2.63º88.74%54.71%-
HSV(B)2.63º84.71%94.9%-
XYZ37.9320.963.8-
YUV103.5890.43226.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 74.46%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 37 (14.84% from 255) = 11.38%
R=74.46%
G=14.15%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242463700.810.850.052.6388.7454.71
HexF22E2505155535937
Octal362564501211255313167
Binary11110010101110100101010100011010101101111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22E25; }

 p { color: rgb(242,46,37); }

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

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

 a { background-color: rgb(242,46,37); }

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

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

 span { border-color: rgb(242,46,37); }

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