Color Hex Logo

#fed91a Color Hex

#FED91A
(254,217,26)
0 Favorites   0 Comments

Color spaces of #fed91a

RGB 25421726
HSL0.140.990.55
HSV50°90°100°
CMYK 0.000.150.90   0.00
XYZ65.872470.771111.1656
Yxy70.77110.44570.4788
Hunter Lab84.1256-7.449851.0186
CIE-Lab87.3737-3.098284.6172

#fed91a color RGB value is (254,217,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 00011010
Octal 376 331 32
Decimal 254 217 26
Hex FE D9 1A

RGB Percentages of Color #fed91a

%51.11
%43.66
%5.23

CMYK Percentages of Color #fed91a

%0
%15
%90
%0

Triadic Colors of #fed91a

#fed91a #1afed9 #d91afe

Analogous Colors of #fed91a

#fed91a #b1fe1a #fe671a

Monochromatic Colors of #fed91a

#fed91a

Complementary Color

#fed91a #1a3ffe

#fed91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed91a Color CSS Codes

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

#fed91a Text Font Color

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

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


#fed91a Background Color

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

This div background color is #fed91a


#fed91a Border Color

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

This div border color is #fed91a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,217,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 #fed91a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed91a

Related Colors


Comments

No comments written yet.

Please login to write comment.