Color Hex Logo

#fda91e Color Hex

#FDA91E
(253,169,30)
0 Favorites   0 Comments

Color spaces of #fda91e

RGB 25316930
HSL0.100.980.55
HSV37°88°99°
CMYK 0.000.330.88   0.01
XYZ54.930349.35237.8591
Yxy49.35230.48980.4401
Hunter Lab70.251216.631842.5430
CIE-Lab75.670021.351174.7793

#fda91e color RGB value is (253,169,30).

#fda91e hex color red value is 253, green value is 169 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fda91e hue: 0.10 , saturation: 0.98 and the lightness value of fda91e is 0.55.

The process color (four color CMYK) of #fda91e color hex is 0.00, 0.33, 0.88, 0.01. Web safe color of #fda91e is #ff9933. Color #fda91e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 00011110
Octal 375 251 36
Decimal 253 169 30
Hex FD A9 1E

RGB Percentages of Color #fda91e

%55.97
%37.39
%6.64

CMYK Percentages of Color #fda91e

%0
%33
%88
%1

Triadic Colors of #fda91e

#fda91e #1efda9 #a91efd

Analogous Colors of #fda91e

#fda91e #e2fd1e #fd3a1e

Monochromatic Colors of #fda91e

#fda91e

Complementary Color

#fda91e #1e72fd

#fda91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda91e Color CSS Codes

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

#fda91e Text Font Color

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

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


#fda91e Background Color

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

This div background color is #fda91e


#fda91e Border Color

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

This div border color is #fda91e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda91e


Comments

No comments written yet.

Please login to write comment.