#F4322B

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

Shades of Red Orange #F4322B

Tints of Red Orange #F4322B

Color information

#F4322B (or 0xF4322B) is unknown color: approx Red Orange. HEX triplet: F4, 32 and 2B. RGB value is (244,50,43). Sum of RGB (Red+Green+Blue) = 244+50+43=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F4322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4322B is #0BCDD4. Grayscale: #6B6B6B. Windows color (decimal): -773589 or 2831092. OLE color: 2831092.

HSL color Cylindrical-coordinate representation of color #F4322B: hue angle of 2.09º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4322B is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB2445043-
CMYK00.800.820.04
HSL2.09º90.13%56.27%-
HSV(B)2.09º82.38%95.69%-
XYZ38.8821.694.42-
YUV107.2191.77225.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 72.40%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 43 (17.19% from 255) = 12.76%
R=72.40%
G=14.84%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244504300.800.820.042.0990.1356.27
HexF4322B05052425a38
Octal364625301201224213270
Binary11110100110010101011010100001010010100101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4322B; }

 p { color: rgb(244,50,43); }

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

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

 a { background-color: rgb(244,50,43); }

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

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

 span { border-color: rgb(244,50,43); }

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