Color Hex Logo

#fda951 Color Hex

#FDA951
(253,169,81)
0 Favorites   0 Comments

Color spaces of #fda951

RGB 25316981
HSL0.090.980.65
HSV31°68°99°
CMYK 0.000.330.68   0.01
XYZ56.181249.852714.4460
Yxy49.85270.46630.4138
Hunter Lab70.606418.470337.2938
CIE-Lab75.978823.157956.5780

#fda951 color RGB value is (253,169,81).

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

The process color (four color CMYK) of #fda951 color hex is 0.00, 0.33, 0.68, 0.01. Web safe color of #fda951 is #ff9966. Color #fda951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 01010001
Octal 375 251 121
Decimal 253 169 81
Hex FD A9 51

RGB Percentages of Color #fda951

%50.30
%33.60
%16.10

CMYK Percentages of Color #fda951

%0
%33
%68
%1

Triadic Colors of #fda951

#fda951 #51fda9 #a951fd

Analogous Colors of #fda951

#fda951 #fbfd51 #fd5351

Monochromatic Colors of #fda951

#fda951

Complementary Color

#fda951 #51a5fd

#fda951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda951 Color CSS Codes

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

#fda951 Text Font Color

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

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


#fda951 Background Color

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

This div background color is #fda951


#fda951 Border Color

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

This div border color is #fda951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda951


Comments

No comments written yet.

Please login to write comment.