Color Hex Logo

#ffa120 Color Hex

#FFA120
(255,161,32)
0 Favorites   0 Comments

Color spaces of #ffa120

RGB 25516132
HSL0.101.000.56
HSV35°87°100°
CMYK 0.000.370.87   0.00
XYZ54.245646.85407.5512
Yxy46.85400.49930.4312
Hunter Lab68.450021.671141.3743
CIE-Lab74.096326.396673.1680

#ffa120 color RGB value is (255,161,32).

#ffa120 hex color red value is 255, green value is 161 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ffa120 hue: 0.10 , saturation: 1.00 and the lightness value of ffa120 is 0.56.

The process color (four color CMYK) of #ffa120 color hex is 0.00, 0.37, 0.87, 0.00. Web safe color of #ffa120 is #ff9933. Color #ffa120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100001 00100000
Octal 377 241 40
Decimal 255 161 32
Hex FF A1 20

RGB Percentages of Color #ffa120

%56.92
%35.94
%7.14

CMYK Percentages of Color #ffa120

%0
%37
%87
%0

Triadic Colors of #ffa120

#ffa120 #20ffa1 #a120ff

Analogous Colors of #ffa120

#ffa120 #eeff20 #ff3220

Monochromatic Colors of #ffa120

#ffa120

Complementary Color

#ffa120 #207eff

#ffa120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa120 Color CSS Codes

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

#ffa120 Text Font Color

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

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


#ffa120 Background Color

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

This div background color is #ffa120


#ffa120 Border Color

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

This div border color is #ffa120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa120

Related Colors


Comments

No comments written yet.

Please login to write comment.