Color Hex Logo

#fdb91d Color Hex

#FDB91D
(253,185,29)
0 Favorites   0 Comments

Color spaces of #fdb91d

RGB 25318529
HSL0.120.980.55
HSV42°89°99°
CMYK 0.000.270.89   0.01
XYZ58.078755.66938.8466
Yxy55.66930.47370.4541
Hunter Lab74.61198.375645.1984
CIE-Lab79.425212.974477.9028

#fdb91d color RGB value is (253,185,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 00011101
Octal 375 271 35
Decimal 253 185 29
Hex FD B9 1D

RGB Percentages of Color #fdb91d

%54.18
%39.61
%6.21

CMYK Percentages of Color #fdb91d

%0
%27
%89
%1

Triadic Colors of #fdb91d

#fdb91d #1dfdb9 #b91dfd

Analogous Colors of #fdb91d

#fdb91d #d1fd1d #fd491d

Monochromatic Colors of #fdb91d

#fdb91d

Complementary Color

#fdb91d #1d61fd

#fdb91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb91d Color CSS Codes

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

#fdb91d Text Font Color

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

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


#fdb91d Background Color

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

This div background color is #fdb91d


#fdb91d Border Color

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

This div border color is #fdb91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb91d


Comments

No comments written yet.

Please login to write comment.