Color Hex Logo

#ffa132 Color Hex

#FFA132
(255,161,50)
0 Favorites   0 Comments

Color spaces of #ffa132

RGB 25516150
HSL0.091.000.60
HSV32°80°100°
CMYK 0.000.370.80   0.00
XYZ54.560646.98009.2100
Yxy46.98000.49260.4242
Hunter Lab68.542022.140740.0126
CIE-Lab74.177026.850067.6839

#ffa132 color RGB value is (255,161,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100001 00110010
Octal 377 241 62
Decimal 255 161 50
Hex FF A1 32

RGB Percentages of Color #ffa132

%54.72
%34.55
%10.73

CMYK Percentages of Color #ffa132

%0
%37
%80
%0

Triadic Colors of #ffa132

#ffa132 #32ffa1 #a132ff

Analogous Colors of #ffa132

#ffa132 #f7ff32 #ff3b32

Monochromatic Colors of #ffa132

#ffa132

Complementary Color

#ffa132 #3290ff

#ffa132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa132 Color CSS Codes

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

#ffa132 Text Font Color

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

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


#ffa132 Background Color

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

This div background color is #ffa132


#ffa132 Border Color

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

This div border color is #ffa132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa132


Comments

No comments written yet.

Please login to write comment.