Color Hex Logo

#ffa400 Color Hex

#FFA400
(255,164,0)
2 Favorites   0 Comments

Color spaces of #ffa400

RGB 2551640
HSL0.111.000.50
HSV39°100°100°
CMYK 0.000.361.00   0.00
XYZ54.515547.81096.3552
Yxy47.81090.50160.4399
Hunter Lab69.145419.728142.9524
CIE-Lab74.705524.457478.8082

#ffa400 color RGB value is (255,164,0).

#ffa400 hex color red value is 255, green value is 164 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ffa400 hue: 0.11 , saturation: 1.00 and the lightness value of ffa400 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 00000000
Octal 377 244 0
Decimal 255 164 0
Hex FF A4 0

RGB Percentages of Color #ffa400

%60.86
%39.14
%0.00

CMYK Percentages of Color #ffa400

%0
%36
%100
%0

Triadic Colors of #ffa400

#ffa400 #00ffa4 #a400ff

Analogous Colors of #ffa400

#ffa400 #dbff00 #ff2400

Monochromatic Colors of #ffa400

#ffa400

Complementary Color

#ffa400 #005bff

#ffa400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa400 Color CSS Codes

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

#ffa400 Text Font Color

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

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


#ffa400 Background Color

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

This div background color is #ffa400


#ffa400 Border Color

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

This div border color is #ffa400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa400


Comments

No comments written yet.

Please login to write comment.