Color Hex Logo

#fda12d Color Hex

#FDA12D
(253,161,45)
0 Favorites   0 Comments

Color spaces of #fda12d

RGB 25316145
HSL0.090.980.58
HSV33°82°99°
CMYK 0.000.360.82   0.01
XYZ53.726546.56188.6383
Yxy46.56180.49320.4275
Hunter Lab68.236221.130540.2596
CIE-Lab73.908625.878469.0767

#fda12d color RGB value is (253,161,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 00101101
Octal 375 241 55
Decimal 253 161 45
Hex FD A1 2D

RGB Percentages of Color #fda12d

%55.12
%35.08
%9.80

CMYK Percentages of Color #fda12d

%0
%36
%82
%1

Triadic Colors of #fda12d

#fda12d #2dfda1 #a12dfd

Analogous Colors of #fda12d

#fda12d #f1fd2d #fd392d

Monochromatic Colors of #fda12d

#fda12d

Complementary Color

#fda12d #2d89fd

#fda12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda12d Color CSS Codes

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

#fda12d Text Font Color

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

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


#fda12d Background Color

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

This div background color is #fda12d


#fda12d Border Color

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

This div border color is #fda12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda12d

Related Colors


Comments

No comments written yet.

Please login to write comment.