Color Hex Logo

#ffa531 Color Hex

#FFA531
(255,165,49)
0 Favorites   0 Comments

Color spaces of #ffa531

RGB 25516549
HSL0.091.000.60
HSV34°81°100°
CMYK 0.000.350.81   0.00
XYZ55.249548.39209.3344
Yxy48.39200.48900.4283
Hunter Lab69.564420.030940.7393
CIE-Lab75.071524.735968.8327

#ffa531 color RGB value is (255,165,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 00110001
Octal 377 245 61
Decimal 255 165 49
Hex FF A5 31

RGB Percentages of Color #ffa531

%54.37
%35.18
%10.45

CMYK Percentages of Color #ffa531

%0
%35
%81
%0

Triadic Colors of #ffa531

#ffa531 #31ffa5 #a531ff

Analogous Colors of #ffa531

#ffa531 #f2ff31 #ff3e31

Monochromatic Colors of #ffa531

#ffa531

Complementary Color

#ffa531 #318bff

#ffa531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa531 Color CSS Codes

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

#ffa531 Text Font Color

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

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


#ffa531 Background Color

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

This div background color is #ffa531


#ffa531 Border Color

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

This div border color is #ffa531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa531

Related Colors


Comments

No comments written yet.

Please login to write comment.