Color Hex Logo

#fda12e Color Hex

#FDA12E
(253,161,46)
0 Favorites   0 Comments

Color spaces of #fda12e

RGB 25316146
HSL0.090.980.59
HSV33°82°99°
CMYK 0.000.360.82   0.01
XYZ53.746046.56968.7409
Yxy46.56960.49280.4270
Hunter Lab68.241921.159740.1751
CIE-Lab73.913625.906868.7464

#fda12e color RGB value is (253,161,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 00101110
Octal 375 241 56
Decimal 253 161 46
Hex FD A1 2E

RGB Percentages of Color #fda12e

%55.00
%35.00
%10.00

CMYK Percentages of Color #fda12e

%0
%36
%82
%1

Triadic Colors of #fda12e

#fda12e #2efda1 #a12efd

Analogous Colors of #fda12e

#fda12e #f2fd2e #fd3a2e

Monochromatic Colors of #fda12e

#fda12e

Complementary Color

#fda12e #2e8afd

#fda12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda12e Color CSS Codes

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

#fda12e Text Font Color

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

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


#fda12e Background Color

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

This div background color is #fda12e


#fda12e Border Color

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

This div border color is #fda12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda12e


Comments

No comments written yet.

Please login to write comment.