Color Hex Logo

#fda102 Color Hex

#FDA102
(253,161,2)
0 Favorites   0 Comments

Color spaces of #fda102

RGB 2531612
HSL0.110.980.50
HSV38°99°99°
CMYK 0.000.360.99   0.01
XYZ53.263846.37686.2017
Yxy46.37680.50320.4382
Hunter Lab68.100520.435242.2710
CIE-Lab73.789425.202177.8584

#fda102 color RGB value is (253,161,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 00000010
Octal 375 241 2
Decimal 253 161 2
Hex FD A1 2

RGB Percentages of Color #fda102

%60.82
%38.70
%0.48

CMYK Percentages of Color #fda102

%0
%36
%99
%1

Triadic Colors of #fda102

#fda102 #02fda1 #a102fd

Analogous Colors of #fda102

#fda102 #dcfd02 #fd2302

Monochromatic Colors of #fda102

#fda102

Complementary Color

#fda102 #025efd

#fda102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda102 Color CSS Codes

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

#fda102 Text Font Color

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

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


#fda102 Background Color

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

This div background color is #fda102


#fda102 Border Color

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

This div border color is #fda102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda102


Comments

No comments written yet.

Please login to write comment.