Color Hex Logo

#fdc162 Color Hex

#FDC162
(253,193,98)
0 Favorites   0 Comments

Color spaces of #fdc162

RGB 25319398
HSL0.100.970.69
HSV37°61°99°
CMYK 0.000.240.61   0.01
XYZ61.782659.904419.8617
Yxy59.90440.43650.4232
Hunter Lab77.39797.040638.9637
CIE-Lab81.786211.632155.1702

#fdc162 color RGB value is (253,193,98).

#fdc162 hex color red value is 253, green value is 193 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fdc162 hue: 0.10 , saturation: 0.97 and the lightness value of fdc162 is 0.69.

The process color (four color CMYK) of #fdc162 color hex is 0.00, 0.24, 0.61, 0.01. Web safe color of #fdc162 is #ffcc66. Color #fdc162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000001 01100010
Octal 375 301 142
Decimal 253 193 98
Hex FD C1 62

RGB Percentages of Color #fdc162

%46.51
%35.48
%18.01

CMYK Percentages of Color #fdc162

%0
%24
%61
%1

Triadic Colors of #fdc162

#fdc162 #62fdc1 #c162fd

Analogous Colors of #fdc162

#fdc162 #ecfd62 #fd7462

Monochromatic Colors of #fdc162

#fdc162

Complementary Color

#fdc162 #629efd

#fdc162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc162 Color CSS Codes

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

#fdc162 Text Font Color

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

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


#fdc162 Background Color

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

This div background color is #fdc162


#fdc162 Border Color

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

This div border color is #fdc162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc162


Comments

No comments written yet.

Please login to write comment.