color codes Logo

#fda11d color codes

#FDA11D
(253,161,29)
0 Favorites   0 Comments

Color spaces of #fda11d

RGB 25316129
HSL0.100.980.55
HSV35°89°99°
CMYK 0.000.360.89   0.01
XYZ53.474746.46117.3119
Yxy46.46110.49860.4332
Hunter Lab68.162420.752541.3535
CIE-Lab73.843725.511173.6100

#fda11d color RGB value is (253,161,29).

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

The process color (four color CMYK) of #fda11d color code is 0.00, 0.36, 0.89, 0.01. Web safe color of #fda11d is #ff9933. Color #fda11d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 00011101
Octal 375 241 35
Decimal 253 161 29
Hex FD A1 1D

RGB Percentages of Color #fda11d

%57.11
%36.34
%6.55

CMYK Percentages of Color #fda11d

%0
%36
%89
%1

Triadic Colors of #fda11d

#fda11d #1dfda1 #a11dfd

Analogous Colors of #fda11d

#fda11d #e9fd1d #fd311d

Monochromatic Colors of #fda11d

#fda11d

Complementary Color

#fda11d #1d79fd

#fda11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda11d Color CSS Codes

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

#fda11d Text Font Color

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

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


#fda11d Background Color

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

This div background color is #fda11d


#fda11d Border Color

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

This div border color is #fda11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda11d

Related Colors

#fda11d Color Palettes


Comments

No comments written yet.

Please login to write comment.