Color Hex Logo

#fdc149 Color Hex

#FDC149
(253,193,73)
0 Favorites   0 Comments

Color spaces of #fdc149

RGB 25319373
HSL0.110.980.64
HSV40°71°99°
CMYK 0.000.240.71   0.01
XYZ60.780659.503614.5852
Yxy59.50360.45070.4412
Hunter Lab77.13865.654942.7866
CIE-Lab81.567610.220065.8874

#fdc149 color RGB value is (253,193,73).

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

The process color (four color CMYK) of #fdc149 color hex is 0.00, 0.24, 0.71, 0.01. Web safe color of #fdc149 is #ffcc33. Color #fdc149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000001 01001001
Octal 375 301 111
Decimal 253 193 73
Hex FD C1 49

RGB Percentages of Color #fdc149

%48.75
%37.19
%14.07

CMYK Percentages of Color #fdc149

%0
%24
%71
%1

Triadic Colors of #fdc149

#fdc149 #49fdc1 #c149fd

Analogous Colors of #fdc149

#fdc149 #dffd49 #fd6749

Monochromatic Colors of #fdc149

#fdc149

Complementary Color

#fdc149 #4985fd

#fdc149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc149 Color CSS Codes

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

#fdc149 Text Font Color

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

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


#fdc149 Background Color

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

This div background color is #fdc149


#fdc149 Border Color

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

This div border color is #fdc149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc149

Related Colors


Comments

No comments written yet.

Please login to write comment.