Color Hex Logo

#ffa558 Color Hex

#FFA558
(255,165,88)
0 Favorites   0 Comments

Color spaces of #ffa558

RGB 25516588
HSL0.081.000.67
HSV28°65°100°
CMYK 0.000.350.65   0.00
XYZ56.456648.874815.6907
Yxy48.87480.46650.4039
Hunter Lab69.910521.805235.6303
CIE-Lab75.373426.451952.6849

#ffa558 color RGB value is (255,165,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01011000
Octal 377 245 130
Decimal 255 165 88
Hex FF A5 58

RGB Percentages of Color #ffa558

%50.20
%32.48
%17.32

CMYK Percentages of Color #ffa558

%0
%35
%65
%0

Triadic Colors of #ffa558

#ffa558 #58ffa5 #a558ff

Analogous Colors of #ffa558

#ffa558 #fff958 #ff585f

Monochromatic Colors of #ffa558

#ffa558

Complementary Color

#ffa558 #58b2ff

#ffa558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa558 Color CSS Codes

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

#ffa558 Text Font Color

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

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


#ffa558 Background Color

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

This div background color is #ffa558


#ffa558 Border Color

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

This div border color is #ffa558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa558

#ffa558 Color Palettes


Comments

No comments written yet.

Please login to write comment.