Color Hex Logo

#fdb81a Color Hex

#FDB81A
(253,184,26)
0 Favorites   0 Comments

Color spaces of #fdb81a

RGB 25318426
HSL0.120.980.55
HSV42°90°99°
CMYK 0.000.270.90   0.01
XYZ57.835055.23828.5911
Yxy55.23820.47540.4540
Hunter Lab74.32248.838045.1722
CIE-Lab79.178313.444678.3191

#fdb81a color RGB value is (253,184,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 00011010
Octal 375 270 32
Decimal 253 184 26
Hex FD B8 1A

RGB Percentages of Color #fdb81a

%54.64
%39.74
%5.62

CMYK Percentages of Color #fdb81a

%0
%27
%90
%1

Triadic Colors of #fdb81a

#fdb81a #1afdb8 #b81afd

Analogous Colors of #fdb81a

#fdb81a #d1fd1a #fd471a

Monochromatic Colors of #fdb81a

#fdb81a

Complementary Color

#fdb81a #1a5ffd

#fdb81a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb81a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb81a Color CSS Codes

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

#fdb81a Text Font Color

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

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


#fdb81a Background Color

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

This div background color is #fdb81a


#fdb81a Border Color

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

This div border color is #fdb81a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb81a

Related Colors


Comments

No comments written yet.

Please login to write comment.