Color Hex Logo

#fda036 Color Hex

#FDA036
(253,160,54)
0 Favorites   0 Comments

Color spaces of #fda036

RGB 25316054
HSL0.090.980.60
HSV32°79°99°
CMYK 0.000.370.79   0.01
XYZ53.744746.29069.5924
Yxy46.29060.49020.4223
Hunter Lab68.037221.937639.2669
CIE-Lab73.733726.678965.7210

#fda036 color RGB value is (253,160,54).

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

The process color (four color CMYK) of #fda036 color hex is 0.00, 0.37, 0.79, 0.01. Web safe color of #fda036 is #ff9933. Color #fda036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 00110110
Octal 375 240 66
Decimal 253 160 54
Hex FD A0 36

RGB Percentages of Color #fda036

%54.18
%34.26
%11.56

CMYK Percentages of Color #fda036

%0
%37
%79
%1

Triadic Colors of #fda036

#fda036 #36fda0 #a036fd

Analogous Colors of #fda036

#fda036 #f7fd36 #fd3d36

Monochromatic Colors of #fda036

#fda036

Complementary Color

#fda036 #3693fd

#fda036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda036 Color CSS Codes

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

#fda036 Text Font Color

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

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


#fda036 Background Color

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

This div background color is #fda036


#fda036 Border Color

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

This div border color is #fda036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda036

Related Colors


Comments

No comments written yet.

Please login to write comment.