Color Hex Logo

#fda34f Color Hex

#FDA34F
(253,163,79)
0 Favorites   0 Comments

Color spaces of #fda34f

RGB 25316379
HSL0.080.980.65
HSV29°69°99°
CMYK 0.000.360.69   0.01
XYZ55.016547.641513.6932
Yxy47.64150.47280.4095
Hunter Lab69.022821.488336.5536
CIE-Lab74.598226.188456.0014

#fda34f color RGB value is (253,163,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 01001111
Octal 375 243 117
Decimal 253 163 79
Hex FD A3 4F

RGB Percentages of Color #fda34f

%51.11
%32.93
%15.96

CMYK Percentages of Color #fda34f

%0
%36
%69
%1

Triadic Colors of #fda34f

#fda34f #4ffda3 #a34ffd

Analogous Colors of #fda34f

#fda34f #fdfa4f #fd4f52

Monochromatic Colors of #fda34f

#fda34f

Complementary Color

#fda34f #4fa9fd

#fda34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda34f Color CSS Codes

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

#fda34f Text Font Color

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

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


#fda34f Background Color

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

This div background color is #fda34f


#fda34f Border Color

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

This div border color is #fda34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda34f

Related Colors


Comments

No comments written yet.

Please login to write comment.