Color Hex Logo

#fda93d Color Hex

#FDA93D
(253,169,61)
0 Favorites   0 Comments

Color spaces of #fda93d

RGB 25316961
HSL0.090.980.62
HSV34°76°99°
CMYK 0.000.330.76   0.01
XYZ55.538349.595511.0606
Yxy49.59550.47800.4268
Hunter Lab70.424117.527739.9849
CIE-Lab75.820322.234164.9920

#fda93d color RGB value is (253,169,61).

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

The process color (four color CMYK) of #fda93d color hex is 0.00, 0.33, 0.76, 0.01. Web safe color of #fda93d is #ff9933. Color #fda93d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 00111101
Octal 375 251 75
Decimal 253 169 61
Hex FD A9 3D

RGB Percentages of Color #fda93d

%52.38
%34.99
%12.63

CMYK Percentages of Color #fda93d

%0
%33
%76
%1

Triadic Colors of #fda93d

#fda93d #3dfda9 #a93dfd

Analogous Colors of #fda93d

#fda93d #f1fd3d #fd493d

Monochromatic Colors of #fda93d

#fda93d

Complementary Color

#fda93d #3d91fd

#fda93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda93d Color CSS Codes

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

#fda93d Text Font Color

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

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


#fda93d Background Color

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

This div background color is #fda93d


#fda93d Border Color

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

This div border color is #fda93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda93d

Related Colors


Comments

No comments written yet.

Please login to write comment.