Color Hex Logo

#ffa21e Color Hex

#FFA21E
(255,162,30)
0 Favorites   0 Comments

Color spaces of #ffa21e

RGB 25516230
HSL0.101.000.56
HSV35°88°100°
CMYK 0.000.360.88   0.00
XYZ54.394747.19447.4708
Yxy47.19440.49880.4327
Hunter Lab68.698221.113141.6410
CIE-Lab74.313925.838173.8360

#ffa21e color RGB value is (255,162,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 00011110
Octal 377 242 36
Decimal 255 162 30
Hex FF A2 1E

RGB Percentages of Color #ffa21e

%57.05
%36.24
%6.71

CMYK Percentages of Color #ffa21e

%0
%36
%88
%0

Triadic Colors of #ffa21e

#ffa21e #1effa2 #a21eff

Analogous Colors of #ffa21e

#ffa21e #ecff1e #ff321e

Monochromatic Colors of #ffa21e

#ffa21e

Complementary Color

#ffa21e #1e7bff

#ffa21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa21e Color CSS Codes

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

#ffa21e Text Font Color

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

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


#ffa21e Background Color

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

This div background color is #ffa21e


#ffa21e Border Color

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

This div border color is #ffa21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa21e


Comments

No comments written yet.

Please login to write comment.