Color Hex Logo

#fdb42a Color Hex

#FDB42A
(253,180,42)
0 Favorites   0 Comments

Color spaces of #fdb42a

RGB 25318042
HSL0.110.980.58
HSV39°83°99°
CMYK 0.000.290.83   0.01
XYZ57.247253.69239.5369
Yxy53.69230.47520.4457
Hunter Lab73.275011.224543.5758
CIE-Lab78.282015.867773.7348

#fdb42a color RGB value is (253,180,42).

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

The process color (four color CMYK) of #fdb42a color hex is 0.00, 0.29, 0.83, 0.01. Web safe color of #fdb42a is #ffcc33. Color #fdb42a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 00101010
Octal 375 264 52
Decimal 253 180 42
Hex FD B4 2A

RGB Percentages of Color #fdb42a

%53.26
%37.89
%8.84

CMYK Percentages of Color #fdb42a

%0
%29
%83
%1

Triadic Colors of #fdb42a

#fdb42a #2afdb4 #b42afd

Analogous Colors of #fdb42a

#fdb42a #ddfd2a #fd4b2a

Monochromatic Colors of #fdb42a

#fdb42a

Complementary Color

#fdb42a #2a73fd

#fdb42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb42a Color CSS Codes

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

#fdb42a Text Font Color

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

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


#fdb42a Background Color

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

This div background color is #fdb42a


#fdb42a Border Color

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

This div border color is #fdb42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb42a


Comments

No comments written yet.

Please login to write comment.