Color Hex Logo

#fed316 Color Hex

#FED316
(254,211,22)
0 Favorites   0 Comments

Color spaces of #fed316

RGB 25421122
HSL0.140.990.54
HSV49°91°100°
CMYK 0.000.170.91   0.00
XYZ64.312167.717310.4402
Yxy67.71730.45140.4753
Hunter Lab82.2905-4.506250.0812
CIE-Lab85.8649-0.116484.0887

#fed316 color RGB value is (254,211,22).

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

The process color (four color CMYK) of #fed316 color hex is 0.00, 0.17, 0.91, 0.00. Web safe color of #fed316 is #ffcc00. Color #fed316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 00010110
Octal 376 323 26
Decimal 254 211 22
Hex FE D3 16

RGB Percentages of Color #fed316

%52.16
%43.33
%4.52

CMYK Percentages of Color #fed316

%0
%17
%91
%0

Triadic Colors of #fed316

#fed316 #16fed3 #d316fe

Analogous Colors of #fed316

#fed316 #b5fe16 #fe5f16

Monochromatic Colors of #fed316

#fed316

Complementary Color

#fed316 #1641fe

#fed316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed316 Color CSS Codes

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

#fed316 Text Font Color

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

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


#fed316 Background Color

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

This div background color is #fed316


#fed316 Border Color

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

This div border color is #fed316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed316

Related Colors


Comments

No comments written yet.

Please login to write comment.