Color Hex Logo

#ffa131 Color Hex

#FFA131
(255,161,49)
0 Favorites   0 Comments

Color spaces of #ffa131

RGB 25516149
HSL0.091.000.60
HSV33°81°100°
CMYK 0.000.370.81   0.00
XYZ54.539246.97159.0976
Yxy46.97150.49310.4247
Hunter Lab68.535822.108740.1047
CIE-Lab74.171526.819268.0331

#ffa131 color RGB value is (255,161,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100001 00110001
Octal 377 241 61
Decimal 255 161 49
Hex FF A1 31

RGB Percentages of Color #ffa131

%54.84
%34.62
%10.54

CMYK Percentages of Color #ffa131

%0
%37
%81
%0

Triadic Colors of #ffa131

#ffa131 #31ffa1 #a131ff

Analogous Colors of #ffa131

#ffa131 #f6ff31 #ff3a31

Monochromatic Colors of #ffa131

#ffa131

Complementary Color

#ffa131 #318fff

#ffa131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa131 Color CSS Codes

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

#ffa131 Text Font Color

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

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


#ffa131 Background Color

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

This div background color is #ffa131


#ffa131 Border Color

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

This div border color is #ffa131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa131

Related Colors


Comments

No comments written yet.

Please login to write comment.