Color Hex Logo

#ffa656 Color Hex

#FFA656
(255,166,86)
0 Favorites   0 Comments

Color spaces of #ffa656

RGB 25516686
HSL0.081.000.67
HSV28°66°100°
CMYK 0.000.350.66   0.00
XYZ56.555949.204315.3207
Yxy49.20430.46710.4064
Hunter Lab70.145821.162736.1524
CIE-Lab75.578325.815153.8689

#ffa656 color RGB value is (255,166,86).

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

The process color (four color CMYK) of #ffa656 color hex is 0.00, 0.35, 0.66, 0.00. Web safe color of #ffa656 is #ff9966. Color #ffa656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 01010110
Octal 377 246 126
Decimal 255 166 86
Hex FF A6 56

RGB Percentages of Color #ffa656

%50.30
%32.74
%16.96

CMYK Percentages of Color #ffa656

%0
%35
%66
%0

Triadic Colors of #ffa656

#ffa656 #56ffa6 #a656ff

Analogous Colors of #ffa656

#ffa656 #fffb56 #ff565b

Monochromatic Colors of #ffa656

#ffa656

Complementary Color

#ffa656 #56afff

#ffa656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa656 Color CSS Codes

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

#ffa656 Text Font Color

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

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


#ffa656 Background Color

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

This div background color is #ffa656


#ffa656 Border Color

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

This div border color is #ffa656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa656

#ffa656 Color Palettes


Comments

No comments written yet.

Please login to write comment.