Color Hex Logo

#ffa331 Color Hex

#FFA331
(255,163,49)
1 Favorites   0 Comments

Color spaces of #ffa331

RGB 25516349
HSL0.091.000.60
HSV33°81°100°
CMYK 0.000.360.81   0.00
XYZ54.891647.67619.2150
Yxy47.67610.49110.4265
Hunter Lab69.047921.069940.4208
CIE-Lab74.620225.778368.4321

#ffa331 color RGB value is (255,163,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 00110001
Octal 377 243 61
Decimal 255 163 49
Hex FF A3 31

RGB Percentages of Color #ffa331

%54.60
%34.90
%10.49

CMYK Percentages of Color #ffa331

%0
%36
%81
%0

Triadic Colors of #ffa331

#ffa331 #31ffa3 #a331ff

Analogous Colors of #ffa331

#ffa331 #f4ff31 #ff3c31

Monochromatic Colors of #ffa331

#ffa331

Complementary Color

#ffa331 #318dff

#ffa331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa331 Color CSS Codes

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

#ffa331 Text Font Color

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

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


#ffa331 Background Color

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

This div background color is #ffa331


#ffa331 Border Color

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

This div border color is #ffa331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa331

Related Colors


Comments

No comments written yet.

Please login to write comment.