Color Hex Logo

#ffa54e Color Hex

#FFA54E
(255,165,78)
0 Favorites   0 Comments

Color spaces of #ffa54e

RGB 25516578
HSL0.081.000.65
HSV29°69°100°
CMYK 0.000.350.69   0.00
XYZ56.070348.720313.6565
Yxy48.72030.47340.4113
Hunter Lab69.799921.239237.2597
CIE-Lab75.277025.906557.2613

#ffa54e color RGB value is (255,165,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01001110
Octal 377 245 116
Decimal 255 165 78
Hex FF A5 4E

RGB Percentages of Color #ffa54e

%51.20
%33.13
%15.66

CMYK Percentages of Color #ffa54e

%0
%35
%69
%0

Triadic Colors of #ffa54e

#ffa54e #4effa5 #a54eff

Analogous Colors of #ffa54e

#ffa54e #fffe4e #ff4e50

Monochromatic Colors of #ffa54e

#ffa54e

Complementary Color

#ffa54e #4ea8ff

#ffa54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa54e Color CSS Codes

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

#ffa54e Text Font Color

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

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


#ffa54e Background Color

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

This div background color is #ffa54e


#ffa54e Border Color

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

This div border color is #ffa54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa54e


Comments

No comments written yet.

Please login to write comment.