Color Hex Logo

#ffa013 Color Hex

#FFA013
(255,160,19)
0 Favorites   0 Comments

Color spaces of #ffa013

RGB 25516019
HSL0.101.000.54
HSV36°93°100°
CMYK 0.000.370.93   0.00
XYZ53.928346.44866.7392
Yxy46.44860.50350.4336
Hunter Lab68.153221.975441.8445
CIE-Lab73.835726.709775.7764

#ffa013 color RGB value is (255,160,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 00010011
Octal 377 240 23
Decimal 255 160 19
Hex FF A0 13

RGB Percentages of Color #ffa013

%58.76
%36.87
%4.38

CMYK Percentages of Color #ffa013

%0
%37
%93
%0

Triadic Colors of #ffa013

#ffa013 #13ffa0 #a013ff

Analogous Colors of #ffa013

#ffa013 #e8ff13 #ff2a13

Monochromatic Colors of #ffa013

#ffa013

Complementary Color

#ffa013 #1372ff

#ffa013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa013 Color CSS Codes

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

#ffa013 Text Font Color

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

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


#ffa013 Background Color

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

This div background color is #ffa013


#ffa013 Border Color

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

This div border color is #ffa013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa013


Comments

No comments written yet.

Please login to write comment.