Color Hex Logo

#fda351 Color Hex

#FDA351
(253,163,81)
0 Favorites   0 Comments

Color spaces of #fda351

RGB 25316381
HSL0.080.980.65
HSV29°68°99°
CMYK 0.000.360.68   0.01
XYZ55.090447.671114.0824
Yxy47.67110.47150.4080
Hunter Lab69.044321.597736.2381
CIE-Lab74.617026.294055.0933

#fda351 color RGB value is (253,163,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 01010001
Octal 375 243 121
Decimal 253 163 81
Hex FD A3 51

RGB Percentages of Color #fda351

%50.91
%32.80
%16.30

CMYK Percentages of Color #fda351

%0
%36
%68
%1

Triadic Colors of #fda351

#fda351 #51fda3 #a351fd

Analogous Colors of #fda351

#fda351 #fdf951 #fd5155

Monochromatic Colors of #fda351

#fda351

Complementary Color

#fda351 #51abfd

#fda351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda351 Color CSS Codes

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

#fda351 Text Font Color

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

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


#fda351 Background Color

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

This div background color is #fda351


#fda351 Border Color

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

This div border color is #fda351


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,163,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 #fda351">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda351

Related Colors


Comments

No comments written yet.

Please login to write comment.