Color Hex Logo

#fa7629 Color Hex

#FA7629
(250,118,41)
0 Favorites   0 Comments

Color spaces of #fa7629

RGB 25011841
HSL0.060.950.57
HSV22°84°98°
CMYK 0.000.530.84   0.02
XYZ46.303033.44106.1121
Yxy33.44100.53930.3895
Hunter Lab57.828241.725534.2131
CIE-Lab64.516446.370062.2429

#fa7629 color RGB value is (250,118,41).

#fa7629 hex color red value is 250, green value is 118 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fa7629 hue: 0.06 , saturation: 0.95 and the lightness value of fa7629 is 0.57.

The process color (four color CMYK) of #fa7629 color hex is 0.00, 0.53, 0.84, 0.02. Web safe color of #fa7629 is #ff6633. Color #fa7629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110110 00101001
Octal 372 166 51
Decimal 250 118 41
Hex FA 76 29

RGB Percentages of Color #fa7629

%61.12
%28.85
%10.02

CMYK Percentages of Color #fa7629

%0
%53
%84
%2

Triadic Colors of #fa7629

#fa7629 #29fa76 #7629fa

Analogous Colors of #fa7629

#fa7629 #fadf29 #fa2944

Monochromatic Colors of #fa7629

#fa7629

Complementary Color

#fa7629 #29adfa

#fa7629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7629 Color CSS Codes

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

#fa7629 Text Font Color

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

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


#fa7629 Background Color

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

This div background color is #fa7629


#fa7629 Border Color

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

This div border color is #fa7629


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,118,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7629


Comments

No comments written yet.

Please login to write comment.