Color Hex Logo

#ffa940 Color Hex

#FFA940
(255,169,64)
0 Favorites   0 Comments

Color spaces of #ffa940

RGB 25516964
HSL0.091.000.63
HSV33°75°100°
CMYK 0.000.340.75   0.00
XYZ56.353450.006111.5325
Yxy50.00610.47800.4242
Hunter Lab70.715018.497039.8312
CIE-Lab76.073023.180064.1190

#ffa940 color RGB value is (255,169,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 01000000
Octal 377 251 100
Decimal 255 169 64
Hex FF A9 40

RGB Percentages of Color #ffa940

%52.25
%34.63
%13.11

CMYK Percentages of Color #ffa940

%0
%34
%75
%0

Triadic Colors of #ffa940

#ffa940 #40ffa9 #a940ff

Analogous Colors of #ffa940

#ffa940 #f6ff40 #ff4940

Monochromatic Colors of #ffa940

#ffa940

Complementary Color

#ffa940 #4096ff

#ffa940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa940 Color CSS Codes

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

#ffa940 Text Font Color

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

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


#ffa940 Background Color

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

This div background color is #ffa940


#ffa940 Border Color

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

This div border color is #ffa940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa940

Related Colors


Comments

No comments written yet.

Please login to write comment.