Color Hex Logo

#ffa75e Color Hex

#FFA75E
(255,167,94)
1 Favorites   0 Comments

Color spaces of #ffa75e

RGB 25516794
HSL0.081.000.68
HSV27°63°100°
CMYK 0.000.350.63   0.00
XYZ57.079149.705617.1754
Yxy49.70560.46050.4010
Hunter Lab70.502221.136134.9076
CIE-Lab75.888225.771950.3645

#ffa75e color RGB value is (255,167,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 01011110
Octal 377 247 136
Decimal 255 167 94
Hex FF A7 5E

RGB Percentages of Color #ffa75e

%49.42
%32.36
%18.22

CMYK Percentages of Color #ffa75e

%0
%35
%63
%0

Triadic Colors of #ffa75e

#ffa75e #5effa7 #a75eff

Analogous Colors of #ffa75e

#ffa75e #fff85e #ff5e66

Monochromatic Colors of #ffa75e

#ffa75e

Complementary Color

#ffa75e #5eb6ff

#ffa75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa75e Color CSS Codes

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

#ffa75e Text Font Color

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

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


#ffa75e Background Color

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

This div background color is #ffa75e


#ffa75e Border Color

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

This div border color is #ffa75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa75e

Related Colors

#ffa75e Color Palettes


Comments

No comments written yet.

Please login to write comment.