Color Hex Logo

#fdb54a Color Hex

#FDB54A
(253,181,74)
0 Favorites   0 Comments

Color spaces of #fdb54a

RGB 25318174
HSL0.100.980.64
HSV36°71°99°
CMYK 0.000.280.71   0.01
XYZ58.267954.424813.9126
Yxy54.42480.46020.4299
Hunter Lab73.773211.880740.4599
CIE-Lab78.708816.522762.5562

#fdb54a color RGB value is (253,181,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 01001010
Octal 375 265 112
Decimal 253 181 74
Hex FD B5 4A

RGB Percentages of Color #fdb54a

%49.80
%35.63
%14.57

CMYK Percentages of Color #fdb54a

%0
%28
%71
%1

Triadic Colors of #fdb54a

#fdb54a #4afdb5 #b54afd

Analogous Colors of #fdb54a

#fdb54a #ecfd4a #fd5b4a

Monochromatic Colors of #fdb54a

#fdb54a

Complementary Color

#fdb54a #4a92fd

#fdb54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb54a Color CSS Codes

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

#fdb54a Text Font Color

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

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


#fdb54a Background Color

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

This div background color is #fdb54a


#fdb54a Border Color

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

This div border color is #fdb54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb54a

Related Colors


Comments

No comments written yet.

Please login to write comment.