Color Hex Logo

#ffa05e Color Hex

#FFA05E
(255,160,94)
0 Favorites   0 Comments

Color spaces of #ffa05e

RGB 25516094
HSL0.071.000.68
HSV25°63°100°
CMYK 0.000.370.63   0.00
XYZ55.831247.209816.7594
Yxy47.20980.46600.3941
Hunter Lab68.709424.802333.6347
CIE-Lab74.323829.418348.5468

#ffa05e color RGB value is (255,160,94).

#ffa05e hex color red value is 255, green value is 160 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ffa05e hue: 0.07 , saturation: 1.00 and the lightness value of ffa05e is 0.68.

The process color (four color CMYK) of #ffa05e color hex is 0.00, 0.37, 0.63, 0.00. Web safe color of #ffa05e is #ff9966. Color #ffa05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 01011110
Octal 377 240 136
Decimal 255 160 94
Hex FF A0 5E

RGB Percentages of Color #ffa05e

%50.10
%31.43
%18.47

CMYK Percentages of Color #ffa05e

%0
%37
%63
%0

Triadic Colors of #ffa05e

#ffa05e #5effa0 #a05eff

Analogous Colors of #ffa05e

#ffa05e #fff15e #ff5e6d

Monochromatic Colors of #ffa05e

#ffa05e

Complementary Color

#ffa05e #5ebdff

#ffa05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa05e Color CSS Codes

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

#ffa05e Text Font Color

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

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


#ffa05e Background Color

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

This div background color is #ffa05e


#ffa05e Border Color

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

This div border color is #ffa05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa05e

#ffa05e Color Palettes


Comments

No comments written yet.

Please login to write comment.