color codes Logo

#fed60f color codes

#FED60F
(254,214,15)
0 Favorites   0 Comments

Color spaces of #fed60f

RGB 25421415
HSL0.140.990.53
HSV50°94°100°
CMYK 0.000.160.94   0.00
XYZ65.005869.198510.3824
Yxy69.19850.44960.4786
Hunter Lab83.1856-6.085250.8300
CIE-Lab86.6022-1.722085.5293

#fed60f color RGB value is (254,214,15).

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

The process color (four color CMYK) of #fed60f color code is 0.00, 0.16, 0.94, 0.00. Web safe color of #fed60f is #ffcc00. Color #fed60f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 00001111
Octal 376 326 17
Decimal 254 214 15
Hex FE D6 F

RGB Percentages of Color #fed60f

%52.59
%44.31
%3.11

CMYK Percentages of Color #fed60f

%0
%16
%94
%0

Triadic Colors of #fed60f

#fed60f #0ffed6 #d60ffe

Analogous Colors of #fed60f

#fed60f #affe0f #fe5e0f

Monochromatic Colors of #fed60f

#fed60f

Complementary Color

#fed60f #0f37fe

#fed60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed60f Color CSS Codes

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

#fed60f Text Font Color

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

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


#fed60f Background Color

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

This div background color is #fed60f


#fed60f Border Color

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

This div border color is #fed60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed60f


Comments

No comments written yet.

Please login to write comment.