Color Hex Logo

#ffa32a Color Hex

#FFA32A
(255,163,42)
1 Favorites   0 Comments

Color spaces of #ffa32a

RGB 25516342
HSL0.091.000.58
HSV34°84°100°
CMYK 0.000.360.84   0.00
XYZ54.755147.62168.4965
Yxy47.62160.49390.4295
Hunter Lab69.008420.867141.0059
CIE-Lab74.585625.581870.7168

#ffa32a color RGB value is (255,163,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 00101010
Octal 377 243 52
Decimal 255 163 42
Hex FF A3 2A

RGB Percentages of Color #ffa32a

%55.43
%35.43
%9.13

CMYK Percentages of Color #ffa32a

%0
%36
%84
%0

Triadic Colors of #ffa32a

#ffa32a #2affa3 #a32aff

Analogous Colors of #ffa32a

#ffa32a #f1ff2a #ff382a

Monochromatic Colors of #ffa32a

#ffa32a

Complementary Color

#ffa32a #2a86ff

#ffa32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa32a Color CSS Codes

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

#ffa32a Text Font Color

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

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


#ffa32a Background Color

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

This div background color is #ffa32a


#ffa32a Border Color

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

This div border color is #ffa32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa32a


Comments

No comments written yet.

Please login to write comment.