Color Hex Logo

#fdb90a Color Hex

#FDB90A
(253,185,10)
0 Favorites   0 Comments

Color spaces of #fdb90a

RGB 25318510
HSL0.120.980.52
HSV43°96°99°
CMYK 0.000.270.96   0.01
XYZ57.911855.60257.9672
Yxy55.60250.47670.4577
Hunter Lab74.56718.137945.8621
CIE-Lab79.387112.732180.8080

#fdb90a color RGB value is (253,185,10).

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

The process color (four color CMYK) of #fdb90a color hex is 0.00, 0.27, 0.96, 0.01. Web safe color of #fdb90a is #ffcc00. Color #fdb90a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 00001010
Octal 375 271 12
Decimal 253 185 10
Hex FD B9 A

RGB Percentages of Color #fdb90a

%56.47
%41.29
%2.23

CMYK Percentages of Color #fdb90a

%0
%27
%96
%1

Triadic Colors of #fdb90a

#fdb90a #0afdb9 #b90afd

Analogous Colors of #fdb90a

#fdb90a #c8fd0a #fd400a

Monochromatic Colors of #fdb90a

#fdb90a

Complementary Color

#fdb90a #0a4efd

#fdb90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb90a Color CSS Codes

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

#fdb90a Text Font Color

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

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


#fdb90a Background Color

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

This div background color is #fdb90a


#fdb90a Border Color

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

This div border color is #fdb90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb90a

Related Colors


Comments

No comments written yet.

Please login to write comment.