Color Hex Logo

#ffa429 Color Hex

#FFA429
(255,164,41)
0 Favorites   0 Comments

Color spaces of #ffa429

RGB 25516441
HSL0.101.000.58
HSV34°84°100°
CMYK 0.000.360.84   0.00
XYZ54.915747.97108.4628
Yxy47.97100.49320.4308
Hunter Lab69.261120.322041.2383
CIE-Lab74.806625.035571.2110

#ffa429 color RGB value is (255,164,41).

#ffa429 hex color red value is 255, green value is 164 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ffa429 hue: 0.10 , saturation: 1.00 and the lightness value of ffa429 is 0.58.

The process color (four color CMYK) of #ffa429 color hex is 0.00, 0.36, 0.84, 0.00. Web safe color of #ffa429 is #ff9933. Color #ffa429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 00101001
Octal 377 244 51
Decimal 255 164 41
Hex FF A4 29

RGB Percentages of Color #ffa429

%55.43
%35.65
%8.91

CMYK Percentages of Color #ffa429

%0
%36
%84
%0

Triadic Colors of #ffa429

#ffa429 #29ffa4 #a429ff

Analogous Colors of #ffa429

#ffa429 #efff29 #ff3929

Monochromatic Colors of #ffa429

#ffa429

Complementary Color

#ffa429 #2984ff

#ffa429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa429 Color CSS Codes

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

#ffa429 Text Font Color

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

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


#ffa429 Background Color

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

This div background color is #ffa429


#ffa429 Border Color

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

This div border color is #ffa429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa429

Related Colors

#ffa429 Color Palettes


Comments

No comments written yet.

Please login to write comment.