Color Hex Logo

#ffa31b Color Hex

#FFA31B
(255,163,27)
0 Favorites   0 Comments

Color spaces of #ffa31b

RGB 25516327
HSL0.101.000.55
HSV36°89°100°
CMYK 0.000.360.89   0.00
XYZ54.535047.53357.3375
Yxy47.53350.49850.4345
Hunter Lab68.944520.540241.9512
CIE-Lab74.529725.264574.6979

#ffa31b color RGB value is (255,163,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 00011011
Octal 377 243 33
Decimal 255 163 27
Hex FF A3 1B

RGB Percentages of Color #ffa31b

%57.30
%36.63
%6.07

CMYK Percentages of Color #ffa31b

%0
%36
%89
%0

Triadic Colors of #ffa31b

#ffa31b #1bffa3 #a31bff

Analogous Colors of #ffa31b

#ffa31b #e9ff1b #ff311b

Monochromatic Colors of #ffa31b

#ffa31b

Complementary Color

#ffa31b #1b77ff

#ffa31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa31b Color CSS Codes

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

#ffa31b Text Font Color

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

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


#ffa31b Background Color

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

This div background color is #ffa31b


#ffa31b Border Color

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

This div border color is #ffa31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa31b


Comments

No comments written yet.

Please login to write comment.