Color Hex Logo

#ffa559 Color Hex

#FFA559
(255,165,89)
0 Favorites   0 Comments

Color spaces of #ffa559

RGB 25516589
HSL0.081.000.67
HSV27°65°100°
CMYK 0.000.350.65   0.00
XYZ56.498348.891515.9104
Yxy48.89150.46580.4031
Hunter Lab69.922521.866135.4547
CIE-Lab75.383826.510552.2157

#ffa559 color RGB value is (255,165,89).

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

The process color (four color CMYK) of #ffa559 color hex is 0.00, 0.35, 0.65, 0.00. Web safe color of #ffa559 is #ff9966. Color #ffa559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01011001
Octal 377 245 131
Decimal 255 165 89
Hex FF A5 59

RGB Percentages of Color #ffa559

%50.10
%32.42
%17.49

CMYK Percentages of Color #ffa559

%0
%35
%65
%0

Triadic Colors of #ffa559

#ffa559 #59ffa5 #a559ff

Analogous Colors of #ffa559

#ffa559 #fff859 #ff5960

Monochromatic Colors of #ffa559

#ffa559

Complementary Color

#ffa559 #59b3ff

#ffa559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa559 Color CSS Codes

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

#ffa559 Text Font Color

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

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


#ffa559 Background Color

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

This div background color is #ffa559


#ffa559 Border Color

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

This div border color is #ffa559


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,165,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa559

#ffa559 Color Palettes


Comments

No comments written yet.

Please login to write comment.