Color Hex Logo

#ffa740 Color Hex

#FFA740
(255,167,64)
0 Favorites   0 Comments

Color spaces of #ffa740

RGB 25516764
HSL0.091.000.63
HSV32°75°100°
CMYK 0.000.350.75   0.00
XYZ55.984149.267611.4094
Yxy49.26760.47990.4223
Hunter Lab70.190919.537239.4961
CIE-Lab75.617524.223863.6715

#ffa740 color RGB value is (255,167,64).

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

The process color (four color CMYK) of #ffa740 color hex is 0.00, 0.35, 0.75, 0.00. Web safe color of #ffa740 is #ff9933. Color #ffa740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 01000000
Octal 377 247 100
Decimal 255 167 64
Hex FF A7 40

RGB Percentages of Color #ffa740

%52.47
%34.36
%13.17

CMYK Percentages of Color #ffa740

%0
%35
%75
%0

Triadic Colors of #ffa740

#ffa740 #40ffa7 #a740ff

Analogous Colors of #ffa740

#ffa740 #f8ff40 #ff4740

Monochromatic Colors of #ffa740

#ffa740

Complementary Color

#ffa740 #4098ff

#ffa740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa740 Color CSS Codes

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

#ffa740 Text Font Color

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

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


#ffa740 Background Color

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

This div background color is #ffa740


#ffa740 Border Color

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

This div border color is #ffa740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa740


Comments

No comments written yet.

Please login to write comment.