Color Hex Logo

#ffa54a Color Hex

#FFA54A
(255,165,74)
0 Favorites   0 Comments

Color spaces of #ffa54a

RGB 25516574
HSL0.081.000.65
HSV30°71°100°
CMYK 0.000.350.71   0.00
XYZ55.931248.664712.9239
Yxy48.66470.47590.4141
Hunter Lab69.760121.034937.8479
CIE-Lab75.242325.709259.0246

#ffa54a color RGB value is (255,165,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01001010
Octal 377 245 112
Decimal 255 165 74
Hex FF A5 4A

RGB Percentages of Color #ffa54a

%51.62
%33.40
%14.98

CMYK Percentages of Color #ffa54a

%0
%35
%71
%0

Triadic Colors of #ffa54a

#ffa54a #4affa5 #a54aff

Analogous Colors of #ffa54a

#ffa54a #ffff4a #ff4b4a

Monochromatic Colors of #ffa54a

#ffa54a

Complementary Color

#ffa54a #4aa4ff

#ffa54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa54a Color CSS Codes

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

#ffa54a Text Font Color

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

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


#ffa54a Background Color

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

This div background color is #ffa54a


#ffa54a Border Color

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

This div border color is #ffa54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa54a

Related Colors

#ffa54a Color Palettes


Comments

No comments written yet.

Please login to write comment.