Color Hex Logo

#fed91f Color Hex

#FED91F
(254,217,31)
0 Favorites   0 Comments

Color spaces of #fed91f

RGB 25421731
HSL0.140.990.56
HSV50°88°100°
CMYK 0.000.150.88   0.00
XYZ65.933270.795511.4862
Yxy70.79550.44480.4777
Hunter Lab84.1401-7.370350.8042
CIE-Lab87.3856-3.013383.7502

#fed91f color RGB value is (254,217,31).

#fed91f hex color red value is 254, green value is 217 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fed91f hue: 0.14 , saturation: 0.99 and the lightness value of fed91f is 0.56.

The process color (four color CMYK) of #fed91f color hex is 0.00, 0.15, 0.88, 0.00. Web safe color of #fed91f is #ffcc33. Color #fed91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 00011111
Octal 376 331 37
Decimal 254 217 31
Hex FE D9 1F

RGB Percentages of Color #fed91f

%50.60
%43.23
%6.18

CMYK Percentages of Color #fed91f

%0
%15
%88
%0

Triadic Colors of #fed91f

#fed91f #1ffed9 #d91ffe

Analogous Colors of #fed91f

#fed91f #b4fe1f #fe6a1f

Monochromatic Colors of #fed91f

#fed91f

Complementary Color

#fed91f #1f44fe

#fed91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed91f Color CSS Codes

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

#fed91f Text Font Color

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

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


#fed91f Background Color

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

This div background color is #fed91f


#fed91f Border Color

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

This div border color is #fed91f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,217,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fed91f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fed91f;
  -webkit-box-shadow: 1px 1px 3px 2px #fed91f;
  box-shadow:         1px 1px 3px 2px #fed91f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,217,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed91f


Comments

No comments written yet.

Please login to write comment.