Color Hex Logo

#fed90f Color Hex

#FED90F
(254,217,15)
0 Favorites   0 Comments

Color spaces of #fed90f

RGB 25421715
HSL0.140.990.53
HSV51°94°100°
CMYK 0.000.150.94   0.00
XYZ65.772170.731010.6378
Yxy70.73100.44700.4807
Hunter Lab84.1017-7.581451.3718
CIE-Lab87.3542-3.238786.0825

#fed90f color RGB value is (254,217,15).

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

The process color (four color CMYK) of #fed90f color hex is 0.00, 0.15, 0.94, 0.00. Web safe color of #fed90f is #ffcc00. Color #fed90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 00001111
Octal 376 331 17
Decimal 254 217 15
Hex FE D9 F

RGB Percentages of Color #fed90f

%52.26
%44.65
%3.09

CMYK Percentages of Color #fed90f

%0
%15
%94
%0

Triadic Colors of #fed90f

#fed90f #0ffed9 #d90ffe

Analogous Colors of #fed90f

#fed90f #acfe0f #fe620f

Monochromatic Colors of #fed90f

#fed90f

Complementary Color

#fed90f #0f34fe

#fed90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed90f Color CSS Codes

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

#fed90f Text Font Color

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

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


#fed90f Background Color

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

This div background color is #fed90f


#fed90f Border Color

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

This div border color is #fed90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed90f

Related Colors


Comments

No comments written yet.

Please login to write comment.