Color Hex Logo

#ffa34a Color Hex

#FFA34A
(255,163,74)
0 Favorites   0 Comments

Color spaces of #ffa34a

RGB 25516374
HSL0.081.000.65
HSV30°71°100°
CMYK 0.000.360.71   0.00
XYZ55.573247.948812.8046
Yxy47.94880.47770.4122
Hunter Lab69.245122.077837.5078
CIE-Lab74.792626.751458.5527

#ffa34a color RGB value is (255,163,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 01001010
Octal 377 243 112
Decimal 255 163 74
Hex FF A3 4A

RGB Percentages of Color #ffa34a

%51.83
%33.13
%15.04

CMYK Percentages of Color #ffa34a

%0
%36
%71
%0

Triadic Colors of #ffa34a

#ffa34a #4affa3 #a34aff

Analogous Colors of #ffa34a

#ffa34a #fffe4a #ff4a4c

Monochromatic Colors of #ffa34a

#ffa34a

Complementary Color

#ffa34a #4aa6ff

#ffa34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa34a Color CSS Codes

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

#ffa34a Text Font Color

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

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


#ffa34a Background Color

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

This div background color is #ffa34a


#ffa34a Border Color

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

This div border color is #ffa34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa34a

Related Colors


Comments

No comments written yet.

Please login to write comment.