Color Hex Logo

#ffa90e Color Hex

#FFA90E
(255,169,14)
0 Favorites   0 Comments

Color spaces of #ffa90e

RGB 25516914
HSL0.111.000.53
HSV39°95°100°
CMYK 0.000.340.95   0.00
XYZ55.507249.66767.0767
Yxy49.66760.49450.4425
Hunter Lab70.475217.257243.3791
CIE-Lab75.864821.964477.9757

#ffa90e color RGB value is (255,169,14).

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

The process color (four color CMYK) of #ffa90e color hex is 0.00, 0.34, 0.95, 0.00. Web safe color of #ffa90e is #ff9900. Color #ffa90e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 00001110
Octal 377 251 16
Decimal 255 169 14
Hex FF A9 E

RGB Percentages of Color #ffa90e

%58.22
%38.58
%3.20

CMYK Percentages of Color #ffa90e

%0
%34
%95
%0

Triadic Colors of #ffa90e

#ffa90e #0effa9 #a90eff

Analogous Colors of #ffa90e

#ffa90e #ddff0e #ff310e

Monochromatic Colors of #ffa90e

#ffa90e

Complementary Color

#ffa90e #0e64ff

#ffa90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa90e Color CSS Codes

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

#ffa90e Text Font Color

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

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


#ffa90e Background Color

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

This div background color is #ffa90e


#ffa90e Border Color

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

This div border color is #ffa90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa90e


Comments

No comments written yet.

Please login to write comment.