Color Hex Logo

#fdad4a Color Hex

#FDAD4A
(253,173,74)
0 Favorites   0 Comments

Color spaces of #fdad4a

RGB 25317374
HSL0.090.980.64
HSV33°71°99°
CMYK 0.000.320.71   0.01
XYZ56.687651.264213.3858
Yxy51.26420.46720.4225
Hunter Lab71.599016.026839.0347
CIE-Lab76.838820.708060.6199

#fdad4a color RGB value is (253,173,74).

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

The process color (four color CMYK) of #fdad4a color hex is 0.00, 0.32, 0.71, 0.01. Web safe color of #fdad4a is #ff9933. Color #fdad4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 01001010
Octal 375 255 112
Decimal 253 173 74
Hex FD AD 4A

RGB Percentages of Color #fdad4a

%50.60
%34.60
%14.80

CMYK Percentages of Color #fdad4a

%0
%32
%71
%1

Triadic Colors of #fdad4a

#fdad4a #4afdad #ad4afd

Analogous Colors of #fdad4a

#fdad4a #f4fd4a #fd534a

Monochromatic Colors of #fdad4a

#fdad4a

Complementary Color

#fdad4a #4a9afd

#fdad4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad4a Color CSS Codes

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

#fdad4a Text Font Color

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

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


#fdad4a Background Color

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

This div background color is #fdad4a


#fdad4a Border Color

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

This div border color is #fdad4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad4a

#fdad4a Color Palettes


Comments

No comments written yet.

Please login to write comment.