Color Hex Logo

#ffa311 Color Hex

#FFA311
(255,163,17)
0 Favorites   0 Comments

Color spaces of #ffa311

RGB 25516317
HSL0.101.000.53
HSV37°93°100°
CMYK 0.000.360.93   0.00
XYZ54.438447.49496.8285
Yxy47.49490.50050.4367
Hunter Lab68.916520.396442.3669
CIE-Lab74.505225.124776.5829

#ffa311 color RGB value is (255,163,17).

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

The process color (four color CMYK) of #ffa311 color hex is 0.00, 0.36, 0.93, 0.00. Web safe color of #ffa311 is #ff9900. Color #ffa311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 00010001
Octal 377 243 21
Decimal 255 163 17
Hex FF A3 11

RGB Percentages of Color #ffa311

%58.62
%37.47
%3.91

CMYK Percentages of Color #ffa311

%0
%36
%93
%0

Triadic Colors of #ffa311

#ffa311 #11ffa3 #a311ff

Analogous Colors of #ffa311

#ffa311 #e4ff11 #ff2c11

Monochromatic Colors of #ffa311

#ffa311

Complementary Color

#ffa311 #116dff

#ffa311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa311 Color CSS Codes

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

#ffa311 Text Font Color

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

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


#ffa311 Background Color

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

This div background color is #ffa311


#ffa311 Border Color

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

This div border color is #ffa311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa311

#ffa311 Color Palettes


Comments

No comments written yet.

Please login to write comment.