Color Hex Logo

#fda62c Color Hex

#FDA62C
(253,166,44)
0 Favorites   0 Comments

Color spaces of #fda62c

RGB 25316644
HSL0.100.980.58
HSV35°83°99°
CMYK 0.000.340.83   0.01
XYZ54.598948.33698.8352
Yxy48.33690.48850.4325
Hunter Lab69.524718.510641.1328
CIE-Lab75.036923.240670.3740

#fda62c color RGB value is (253,166,44).

#fda62c hex color red value is 253, green value is 166 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fda62c hue: 0.10 , saturation: 0.98 and the lightness value of fda62c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100110 00101100
Octal 375 246 54
Decimal 253 166 44
Hex FD A6 2C

RGB Percentages of Color #fda62c

%54.64
%35.85
%9.50

CMYK Percentages of Color #fda62c

%0
%34
%83
%1

Triadic Colors of #fda62c

#fda62c #2cfda6 #a62cfd

Analogous Colors of #fda62c

#fda62c #ecfd2c #fd3e2c

Monochromatic Colors of #fda62c

#fda62c

Complementary Color

#fda62c #2c83fd

#fda62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda62c Color CSS Codes

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

#fda62c Text Font Color

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

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


#fda62c Background Color

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

This div background color is #fda62c


#fda62c Border Color

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

This div border color is #fda62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda62c

Related Colors


Comments

No comments written yet.

Please login to write comment.