Color Hex Logo

#f73122 Color Hex

#F73122
(247,49,34)
0 Favorites   0 Comments

Color spaces of #f73122

RGB 2474934
HSL0.010.930.55
HSV86°97°
CMYK 0.000.800.86   0.03
XYZ39.744822.08633.6817
Yxy22.08630.60670.3371
Hunter Lab46.996168.715228.2524
CIE-Lab54.118571.661156.2204

#f73122 color RGB value is (247,49,34).

#f73122 hex color red value is 247, green value is 49 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #f73122 hue: 0.01 , saturation: 0.93 and the lightness value of f73122 is 0.55.

The process color (four color CMYK) of #f73122 color hex is 0.00, 0.80, 0.86, 0.03. Web safe color of #f73122 is #ff3333. Color #f73122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110001 00100010
Octal 367 61 42
Decimal 247 49 34
Hex F7 31 22

RGB Percentages of Color #f73122

%74.85
%14.85
%10.30

CMYK Percentages of Color #f73122

%0
%80
%86
%3

Triadic Colors of #f73122

#f73122 #22f731 #3122f7

Analogous Colors of #f73122

#f73122 #f79c22 #f7227e

Monochromatic Colors of #f73122

#f73122

Complementary Color

#f73122 #22e8f7

#f73122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73122 Color CSS Codes

.mybgcolor {background-color:#f73122; } 
.myforecolor {color:#f73122; }
.mybordercolor {border:3px solid #f73122; }

#f73122 Text Font Color

<p style="color:#f73122">Text here</p>

This sample text font color is #f73122
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f73122 Background Color

<div style="background-color:#f73122">
Div content here</div>

This div background color is #f73122


#f73122 Border Color

<div style="border:3px solid #f73122">
Div here</div>

This div border color is #f73122


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,49,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f73122; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f73122;
  -webkit-box-shadow: 1px 1px 3px 2px #f73122;
  box-shadow:         1px 1px 3px 2px #f73122; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,49,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f73122">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f73122;
  -webkit-box-shadow: 1px 1px 3px 2px #f73122;
  box-shadow:         1px 1px 3px 2px #f73122;">
Div content here</div>

This div box has shadow with color #f73122


Comments

No comments written yet.

Please login to write comment.