Color Hex Logo

#ffa03a Color Hex

#FFA03A
(255,160,58)
0 Favorites   0 Comments

Color spaces of #ffa03a

RGB 25516058
HSL0.091.000.61
HSV31°77°100°
CMYK 0.000.370.77   0.00
XYZ54.574546.707110.1420
Yxy46.70710.48980.4192
Hunter Lab68.342622.940439.0412
CIE-Lab74.002027.639464.5155

#ffa03a color RGB value is (255,160,58).

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

The process color (four color CMYK) of #ffa03a color hex is 0.00, 0.37, 0.77, 0.00. Web safe color of #ffa03a is #ff9933. Color #ffa03a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 00111010
Octal 377 240 72
Decimal 255 160 58
Hex FF A0 3A

RGB Percentages of Color #ffa03a

%53.91
%33.83
%12.26

CMYK Percentages of Color #ffa03a

%0
%37
%77
%0

Triadic Colors of #ffa03a

#ffa03a #3affa0 #a03aff

Analogous Colors of #ffa03a

#ffa03a #fcff3a #ff3e3a

Monochromatic Colors of #ffa03a

#ffa03a

Complementary Color

#ffa03a #3a99ff

#ffa03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa03a Color CSS Codes

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

#ffa03a Text Font Color

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

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


#ffa03a Background Color

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

This div background color is #ffa03a


#ffa03a Border Color

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

This div border color is #ffa03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa03a


Comments

No comments written yet.

Please login to write comment.