Color Hex Logo

#fdb94a Color Hex

#FDB94A
(253,185,74)
0 Favorites   0 Comments

Color spaces of #fdb94a

RGB 25318574
HSL0.100.980.64
HSV37°71°99°
CMYK 0.000.270.71   0.01
XYZ59.093056.075014.1876
Yxy56.07500.45680.4335
Hunter Lab74.88329.815041.1850
CIE-Lab79.656514.433363.5308

#fdb94a color RGB value is (253,185,74).

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

The process color (four color CMYK) of #fdb94a color hex is 0.00, 0.27, 0.71, 0.01. Web safe color of #fdb94a is #ffcc33. Color #fdb94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 01001010
Octal 375 271 112
Decimal 253 185 74
Hex FD B9 4A

RGB Percentages of Color #fdb94a

%49.41
%36.13
%14.45

CMYK Percentages of Color #fdb94a

%0
%27
%71
%1

Triadic Colors of #fdb94a

#fdb94a #4afdb9 #b94afd

Analogous Colors of #fdb94a

#fdb94a #e8fd4a #fd5f4a

Monochromatic Colors of #fdb94a

#fdb94a

Complementary Color

#fdb94a #4a8efd

#fdb94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb94a Color CSS Codes

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

#fdb94a Text Font Color

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

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


#fdb94a Background Color

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

This div background color is #fdb94a


#fdb94a Border Color

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

This div border color is #fdb94a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,185,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 #fdb94a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb94a


Comments

No comments written yet.

Please login to write comment.