Color Hex Logo

#ffa62e Color Hex

#FFA62E
(255,166,46)
0 Favorites   0 Comments

Color spaces of #ffa62e

RGB 25516646
HSL0.101.000.59
HSV34°82°100°
CMYK 0.000.350.82   0.00
XYZ55.369448.72979.0723
Yxy48.72970.48930.4306
Hunter Lab69.806719.421441.1591
CIE-Lab75.282924.126670.0303

#ffa62e color RGB value is (255,166,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 00101110
Octal 377 246 56
Decimal 255 166 46
Hex FF A6 2E

RGB Percentages of Color #ffa62e

%54.60
%35.55
%9.85

CMYK Percentages of Color #ffa62e

%0
%35
%82
%0

Triadic Colors of #ffa62e

#ffa62e #2effa6 #a62eff

Analogous Colors of #ffa62e

#ffa62e #f0ff2e #ff3d2e

Monochromatic Colors of #ffa62e

#ffa62e

Complementary Color

#ffa62e #2e87ff

#ffa62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa62e Color CSS Codes

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

#ffa62e Text Font Color

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

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


#ffa62e Background Color

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

This div background color is #ffa62e


#ffa62e Border Color

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

This div border color is #ffa62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa62e


Comments

No comments written yet.

Please login to write comment.