Color Hex Logo

#fdc649 Color Hex

#FDC649
(253,198,73)
0 Favorites   0 Comments

Color spaces of #fdc649

RGB 25319873
HSL0.120.980.64
HSV42°71°99°
CMYK 0.000.220.71   0.01
XYZ61.904761.751914.9599
Yxy61.75190.44660.4455
Hunter Lab78.58243.097543.7205
CIE-Lab82.78137.628067.1111

#fdc649 color RGB value is (253,198,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000110 01001001
Octal 375 306 111
Decimal 253 198 73
Hex FD C6 49

RGB Percentages of Color #fdc649

%48.28
%37.79
%13.93

CMYK Percentages of Color #fdc649

%0
%22
%71
%1

Triadic Colors of #fdc649

#fdc649 #49fdc6 #c649fd

Analogous Colors of #fdc649

#fdc649 #dafd49 #fd6c49

Monochromatic Colors of #fdc649

#fdc649

Complementary Color

#fdc649 #4980fd

#fdc649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc649 Color CSS Codes

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

#fdc649 Text Font Color

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

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


#fdc649 Background Color

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

This div background color is #fdc649


#fdc649 Border Color

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

This div border color is #fdc649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc649


Comments

No comments written yet.

Please login to write comment.