Color Hex Logo

#ffa529 Color Hex

#FFA529
(255,165,41)
0 Favorites   0 Comments

Color spaces of #ffa529

RGB 25516541
HSL0.101.000.58
HSV35°84°100°
CMYK 0.000.350.84   0.00
XYZ55.095448.33048.5227
Yxy48.33040.49210.4317
Hunter Lab69.520119.803041.3955
CIE-Lab75.032824.514271.4001

#ffa529 color RGB value is (255,165,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 00101001
Octal 377 245 51
Decimal 255 165 41
Hex FF A5 29

RGB Percentages of Color #ffa529

%55.31
%35.79
%8.89

CMYK Percentages of Color #ffa529

%0
%35
%84
%0

Triadic Colors of #ffa529

#ffa529 #29ffa5 #a529ff

Analogous Colors of #ffa529

#ffa529 #eeff29 #ff3a29

Monochromatic Colors of #ffa529

#ffa529

Complementary Color

#ffa529 #2983ff

#ffa529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa529 Color CSS Codes

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

#ffa529 Text Font Color

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

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


#ffa529 Background Color

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

This div background color is #ffa529


#ffa529 Border Color

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

This div border color is #ffa529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa529

Related Colors


Comments

No comments written yet.

Please login to write comment.