Color Hex Logo

#f9a45e Color Hex

#F9A45E
(249,164,94)
0 Favorites   0 Comments

Color spaces of #f9a45e

RGB 24916494
HSL0.080.930.67
HSV27°62°98°
CMYK 0.000.340.62   0.02
XYZ54.362847.498816.8926
Yxy47.49880.45780.4000
Hunter Lab68.919420.189833.7112
CIE-Lab74.507724.921748.5807

#f9a45e color RGB value is (249,164,94).

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

The process color (four color CMYK) of #f9a45e color hex is 0.00, 0.34, 0.62, 0.02. Web safe color of #f9a45e is #ff9966. Color #f9a45e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10100100 01011110
Octal 371 244 136
Decimal 249 164 94
Hex F9 A4 5E

RGB Percentages of Color #f9a45e

%49.11
%32.35
%18.54

CMYK Percentages of Color #f9a45e

%0
%34
%62
%2

Triadic Colors of #f9a45e

#f9a45e #5ef9a4 #a45ef9

Analogous Colors of #f9a45e

#f9a45e #f9f25e #f95e66

Monochromatic Colors of #f9a45e

#f9a45e

Complementary Color

#f9a45e #5eb3f9

#f9a45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9a45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9a45e Color CSS Codes

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

#f9a45e Text Font Color

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

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


#f9a45e Background Color

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

This div background color is #f9a45e


#f9a45e Border Color

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

This div border color is #f9a45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9a45e

Related Colors


Comments

No comments written yet.

Please login to write comment.