Color Hex Logo

#fa4122 Color Hex

#FA4122
(250,65,34)
0 Favorites   0 Comments

Color spaces of #fa4122

RGB 2506534
HSL0.020.960.56
HSV86°98°
CMYK 0.000.740.86   0.02
XYZ41.603424.22013.9956
Yxy24.22010.59590.3469
Hunter Lab49.213964.772129.6361
CIE-Lab56.307567.965358.2065

#fa4122 color RGB value is (250,65,34).

#fa4122 hex color red value is 250, green value is 65 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #fa4122 hue: 0.02 , saturation: 0.96 and the lightness value of fa4122 is 0.56.

The process color (four color CMYK) of #fa4122 color hex is 0.00, 0.74, 0.86, 0.02. Web safe color of #fa4122 is #ff3333. Color #fa4122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000001 00100010
Octal 372 101 42
Decimal 250 65 34
Hex FA 41 22

RGB Percentages of Color #fa4122

%71.63
%18.62
%9.74

CMYK Percentages of Color #fa4122

%0
%74
%86
%2

Triadic Colors of #fa4122

#fa4122 #22fa41 #4122fa

Analogous Colors of #fa4122

#fa4122 #faad22 #fa226f

Monochromatic Colors of #fa4122

#fa4122

Complementary Color

#fa4122 #22dbfa

#fa4122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4122 Color CSS Codes

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

#fa4122 Text Font Color

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

This sample text font color is #fa4122
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.


#fa4122 Background Color

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

This div background color is #fa4122


#fa4122 Border Color

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

This div border color is #fa4122


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,65,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 #fa4122">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4122


Comments

No comments written yet.

Please login to write comment.