Color Hex Logo

#fda541 Color Hex

#FDA541
(253,165,65)
0 Favorites   0 Comments

Color spaces of #fda541

RGB 25316565
HSL0.090.980.62
HSV32°74°99°
CMYK 0.000.350.74   0.01
XYZ54.917348.174611.4052
Yxy48.17460.47960.4207
Hunter Lab69.407919.769838.8429
CIE-Lab74.934924.486662.5062

#fda541 color RGB value is (253,165,65).

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

The process color (four color CMYK) of #fda541 color hex is 0.00, 0.35, 0.74, 0.01. Web safe color of #fda541 is #ff9933. Color #fda541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 01000001
Octal 375 245 101
Decimal 253 165 65
Hex FD A5 41

RGB Percentages of Color #fda541

%52.38
%34.16
%13.46

CMYK Percentages of Color #fda541

%0
%35
%74
%1

Triadic Colors of #fda541

#fda541 #41fda5 #a541fd

Analogous Colors of #fda541

#fda541 #f7fd41 #fd4741

Monochromatic Colors of #fda541

#fda541

Complementary Color

#fda541 #4199fd

#fda541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda541 Color CSS Codes

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

#fda541 Text Font Color

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

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


#fda541 Background Color

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

This div background color is #fda541


#fda541 Border Color

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

This div border color is #fda541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda541


Comments

No comments written yet.

Please login to write comment.