Color Hex Logo

#ffa458 Color Hex

#FFA458
(255,164,88)
0 Favorites   0 Comments

Color spaces of #ffa458

RGB 25516488
HSL0.081.000.67
HSV27°65°100°
CMYK 0.000.360.65   0.00
XYZ56.276948.515515.6308
Yxy48.51550.46730.4029
Hunter Lab69.653122.328035.4519
CIE-Lab75.148926.973052.4315

#ffa458 color RGB value is (255,164,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 01011000
Octal 377 244 130
Decimal 255 164 88
Hex FF A4 58

RGB Percentages of Color #ffa458

%50.30
%32.35
%17.36

CMYK Percentages of Color #ffa458

%0
%36
%65
%0

Triadic Colors of #ffa458

#ffa458 #58ffa4 #a458ff

Analogous Colors of #ffa458

#ffa458 #fff858 #ff5860

Monochromatic Colors of #ffa458

#ffa458

Complementary Color

#ffa458 #58b3ff

#ffa458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa458 Color CSS Codes

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

#ffa458 Text Font Color

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

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


#ffa458 Background Color

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

This div background color is #ffa458


#ffa458 Border Color

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

This div border color is #ffa458


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,164,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 #ffa458">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa458


Comments

No comments written yet.

Please login to write comment.