Color Hex Logo

#fda63e Color Hex

#FDA63E
(253,166,62)
0 Favorites   0 Comments

Color spaces of #fda63e

RGB 25316662
HSL0.090.980.62
HSV33°75°99°
CMYK 0.000.340.75   0.01
XYZ55.013748.502911.0199
Yxy48.50290.48030.4235
Hunter Lab69.644019.124939.3693
CIE-Lab75.141023.841863.9354

#fda63e color RGB value is (253,166,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100110 00111110
Octal 375 246 76
Decimal 253 166 62
Hex FD A6 3E

RGB Percentages of Color #fda63e

%52.60
%34.51
%12.89

CMYK Percentages of Color #fda63e

%0
%34
%75
%1

Triadic Colors of #fda63e

#fda63e #3efda6 #a63efd

Analogous Colors of #fda63e

#fda63e #f5fd3e #fd463e

Monochromatic Colors of #fda63e

#fda63e

Complementary Color

#fda63e #3e95fd

#fda63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda63e Color CSS Codes

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

#fda63e Text Font Color

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

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


#fda63e Background Color

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

This div background color is #fda63e


#fda63e Border Color

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

This div border color is #fda63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda63e


Comments

No comments written yet.

Please login to write comment.