Color Hex Logo

#fda949 Color Hex

#FDA949
(253,169,73)
0 Favorites   0 Comments

Color spaces of #fda949

RGB 25316973
HSL0.090.980.64
HSV32°71°99°
CMYK 0.000.330.71   0.01
XYZ55.898649.739612.9579
Yxy49.73960.47130.4194
Hunter Lab70.526318.056738.4750
CIE-Lab75.909222.753260.0883

#fda949 color RGB value is (253,169,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 01001001
Octal 375 251 111
Decimal 253 169 73
Hex FD A9 49

RGB Percentages of Color #fda949

%51.11
%34.14
%14.75

CMYK Percentages of Color #fda949

%0
%33
%71
%1

Triadic Colors of #fda949

#fda949 #49fda9 #a949fd

Analogous Colors of #fda949

#fda949 #f7fd49 #fd4f49

Monochromatic Colors of #fda949

#fda949

Complementary Color

#fda949 #499dfd

#fda949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda949 Color CSS Codes

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

#fda949 Text Font Color

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

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


#fda949 Background Color

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

This div background color is #fda949


#fda949 Border Color

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

This div border color is #fda949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda949


Comments

No comments written yet.

Please login to write comment.