Color Hex Logo

#ffa56d Color Hex

#FFA56D
(255,165,109)
0 Favorites   0 Comments

Color spaces of #ffa56d

RGB 255165109
HSL0.061.000.71
HSV23°57°100°
CMYK 0.000.350.57   0.00
XYZ57.455549.274420.9507
Yxy49.27440.45000.3859
Hunter Lab70.195723.260531.4412
CIE-Lab75.621727.845842.5055

#ffa56d color RGB value is (255,165,109).

#ffa56d hex color red value is 255, green value is 165 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ffa56d hue: 0.06 , saturation: 1.00 and the lightness value of ffa56d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01101101
Octal 377 245 155
Decimal 255 165 109
Hex FF A5 6D

RGB Percentages of Color #ffa56d

%48.20
%31.19
%20.60

CMYK Percentages of Color #ffa56d

%0
%35
%57
%0

Triadic Colors of #ffa56d

#ffa56d #6dffa5 #a56dff

Analogous Colors of #ffa56d

#ffa56d #ffee6d #ff6d7e

Monochromatic Colors of #ffa56d

#ffa56d

Complementary Color

#ffa56d #6dc7ff

#ffa56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa56d Color CSS Codes

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

#ffa56d Text Font Color

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

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


#ffa56d Background Color

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

This div background color is #ffa56d


#ffa56d Border Color

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

This div border color is #ffa56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa56d

#ffa56d Color Palettes


Comments

No comments written yet.

Please login to write comment.