Color Hex Logo

#ffa41a Color Hex

#FFA41A
(255,164,26)
0 Favorites   0 Comments

Color spaces of #ffa41a

RGB 25516426
HSL0.101.000.55
HSV36°90°100°
CMYK 0.000.360.90   0.00
XYZ54.701947.88557.3370
Yxy47.88550.49760.4356
Hunter Lab69.199320.004942.1532
CIE-Lab74.752724.727175.0841

#ffa41a color RGB value is (255,164,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 00011010
Octal 377 244 32
Decimal 255 164 26
Hex FF A4 1A

RGB Percentages of Color #ffa41a

%57.30
%36.85
%5.84

CMYK Percentages of Color #ffa41a

%0
%36
%90
%0

Triadic Colors of #ffa41a

#ffa41a #1affa4 #a41aff

Analogous Colors of #ffa41a

#ffa41a #e8ff1a #ff321a

Monochromatic Colors of #ffa41a

#ffa41a

Complementary Color

#ffa41a #1a75ff

#ffa41a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa41a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa41a Color CSS Codes

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

#ffa41a Text Font Color

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

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


#ffa41a Background Color

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

This div background color is #ffa41a


#ffa41a Border Color

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

This div border color is #ffa41a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa41a

Related Colors


Comments

No comments written yet.

Please login to write comment.