Color Hex Logo

#fda849 Color Hex

#FDA849
(253,168,73)
0 Favorites   0 Comments

Color spaces of #fda849

RGB 25316873
HSL0.090.980.64
HSV32°71°99°
CMYK 0.000.340.71   0.01
XYZ55.713249.368912.8961
Yxy49.36890.47220.4185
Hunter Lab70.263018.576638.3020
CIE-Lab75.680323.276259.8503

#fda849 color RGB value is (253,168,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 01001001
Octal 375 250 111
Decimal 253 168 73
Hex FD A8 49

RGB Percentages of Color #fda849

%51.21
%34.01
%14.78

CMYK Percentages of Color #fda849

%0
%34
%71
%1

Triadic Colors of #fda849

#fda849 #49fda8 #a849fd

Analogous Colors of #fda849

#fda849 #f8fd49 #fd4e49

Monochromatic Colors of #fda849

#fda849

Complementary Color

#fda849 #499efd

#fda849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda849 Color CSS Codes

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

#fda849 Text Font Color

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

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


#fda849 Background Color

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

This div background color is #fda849


#fda849 Border Color

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

This div border color is #fda849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda849


Comments

No comments written yet.

Please login to write comment.