Color Hex Logo

#fda212 Color Hex

#FDA212
(253,162,18)
0 Favorites   0 Comments

Color spaces of #fda212

RGB 25316218
HSL0.100.980.53
HSV37°93°99°
CMYK 0.000.360.93   0.01
XYZ53.537546.76706.7775
Yxy46.76700.50000.4367
Hunter Lab68.386420.065741.9945
CIE-Lab74.040524.824675.9800

#fda212 color RGB value is (253,162,18).

#fda212 hex color red value is 253, green value is 162 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #fda212 hue: 0.10 , saturation: 0.98 and the lightness value of fda212 is 0.53.

The process color (four color CMYK) of #fda212 color hex is 0.00, 0.36, 0.93, 0.01. Web safe color of #fda212 is #ff9900. Color #fda212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100010 00010010
Octal 375 242 22
Decimal 253 162 18
Hex FD A2 12

RGB Percentages of Color #fda212

%58.43
%37.41
%4.16

CMYK Percentages of Color #fda212

%0
%36
%93
%1

Triadic Colors of #fda212

#fda212 #12fda2 #a212fd

Analogous Colors of #fda212

#fda212 #e3fd12 #fd2c12

Monochromatic Colors of #fda212

#fda212

Complementary Color

#fda212 #126dfd

#fda212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda212 Color CSS Codes

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

#fda212 Text Font Color

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

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


#fda212 Background Color

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

This div background color is #fda212


#fda212 Border Color

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

This div border color is #fda212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda212


Comments

No comments written yet.

Please login to write comment.