Color Hex Logo

#ffa55c Color Hex

#FFA55C
(255,165,92)
0 Favorites   0 Comments

Color spaces of #ffa55c

RGB 25516592
HSL0.071.000.68
HSV27°64°100°
CMYK 0.000.350.64   0.00
XYZ56.626948.943016.5876
Yxy48.94300.46360.4007
Hunter Lab69.959322.053934.9136
CIE-Lab75.415926.691050.7972

#ffa55c color RGB value is (255,165,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01011100
Octal 377 245 134
Decimal 255 165 92
Hex FF A5 5C

RGB Percentages of Color #ffa55c

%49.80
%32.23
%17.97

CMYK Percentages of Color #ffa55c

%0
%35
%64
%0

Triadic Colors of #ffa55c

#ffa55c #5cffa5 #a55cff

Analogous Colors of #ffa55c

#ffa55c #fff75c #ff5c65

Monochromatic Colors of #ffa55c

#ffa55c

Complementary Color

#ffa55c #5cb6ff

#ffa55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa55c Color CSS Codes

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

#ffa55c Text Font Color

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

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


#ffa55c Background Color

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

This div background color is #ffa55c


#ffa55c Border Color

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

This div border color is #ffa55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa55c

#ffa55c Color Palettes


Comments

No comments written yet.

Please login to write comment.