Color Hex Logo

#ffa61e Color Hex

#FFA61E
(255,166,30)
0 Favorites   0 Comments

Color spaces of #ffa61e

RGB 25516630
HSL0.101.000.56
HSV36°88°100°
CMYK 0.000.350.88   0.00
XYZ55.110648.62627.7094
Yxy48.62620.49450.4363
Hunter Lab69.732519.039342.2578
CIE-Lab75.218223.753774.5325

#ffa61e color RGB value is (255,166,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 00011110
Octal 377 246 36
Decimal 255 166 30
Hex FF A6 1E

RGB Percentages of Color #ffa61e

%56.54
%36.81
%6.65

CMYK Percentages of Color #ffa61e

%0
%35
%88
%0

Triadic Colors of #ffa61e

#ffa61e #1effa6 #a61eff

Analogous Colors of #ffa61e

#ffa61e #e8ff1e #ff361e

Monochromatic Colors of #ffa61e

#ffa61e

Complementary Color

#ffa61e #1e77ff

#ffa61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa61e Color CSS Codes

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

#ffa61e Text Font Color

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

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


#ffa61e Background Color

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

This div background color is #ffa61e


#ffa61e Border Color

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

This div border color is #ffa61e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,166,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 #ffa61e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa61e

Related Colors


Comments

No comments written yet.

Please login to write comment.