Color Hex Logo

#fda328 Color Hex

#FDA328
(253,163,40)
0 Favorites   0 Comments

Color spaces of #fda328

RGB 25316340
HSL0.100.980.57
HSV35°84°99°
CMYK 0.000.360.84   0.01
XYZ53.988247.23028.2783
Yxy47.23020.49310.4313
Hunter Lab68.724219.958240.9651
CIE-Lab74.336824.703071.0257

#fda328 color RGB value is (253,163,40).

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

The process color (four color CMYK) of #fda328 color hex is 0.00, 0.36, 0.84, 0.01. Web safe color of #fda328 is #ff9933. Color #fda328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 00101000
Octal 375 243 50
Decimal 253 163 40
Hex FD A3 28

RGB Percentages of Color #fda328

%55.48
%35.75
%8.77

CMYK Percentages of Color #fda328

%0
%36
%84
%1

Triadic Colors of #fda328

#fda328 #28fda3 #a328fd

Analogous Colors of #fda328

#fda328 #edfd28 #fd3828

Monochromatic Colors of #fda328

#fda328

Complementary Color

#fda328 #2882fd

#fda328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda328 Color CSS Codes

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

#fda328 Text Font Color

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

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


#fda328 Background Color

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

This div background color is #fda328


#fda328 Border Color

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

This div border color is #fda328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda328


Comments

No comments written yet.

Please login to write comment.