Color Hex Logo

#fa5429 Color Hex

#FA5429
(250,84,41)
0 Favorites   0 Comments

Color spaces of #fa5429

RGB 2508441
HSL0.030.950.57
HSV12°84°98°
CMYK 0.000.660.84   0.02
XYZ42.994926.82475.0094
Yxy26.82470.57460.3585
Hunter Lab51.792657.542430.5202
CIE-Lab58.811761.357457.3210

#fa5429 color RGB value is (250,84,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010100 00101001
Octal 372 124 51
Decimal 250 84 41
Hex FA 54 29

RGB Percentages of Color #fa5429

%66.67
%22.40
%10.93

CMYK Percentages of Color #fa5429

%0
%66
%84
%2

Triadic Colors of #fa5429

#fa5429 #29fa54 #5429fa

Analogous Colors of #fa5429

#fa5429 #fabd29 #fa2967

Monochromatic Colors of #fa5429

#fa5429

Complementary Color

#fa5429 #29cffa

#fa5429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5429 Color CSS Codes

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

#fa5429 Text Font Color

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

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


#fa5429 Background Color

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

This div background color is #fa5429


#fa5429 Border Color

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

This div border color is #fa5429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5429


Comments

No comments written yet.

Please login to write comment.