color codes Logo

#fef60d color codes

#FEF60D
(254,246,13)
0 Favorites   0 Comments

Color spaces of #fef60d

RGB 25424613
HSL0.160.990.52
HSV58°95°100°
CMYK 0.000.030.95   0.00
XYZ73.901587.011413.2806
Yxy87.01140.42420.4995
Hunter Lab93.2799-21.822256.8546
CIE-Lab94.7431-17.569991.7507

#fef60d color RGB value is (254,246,13).

#fef60d hex color red value is 254, green value is 246 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fef60d hue: 0.16 , saturation: 0.99 and the lightness value of fef60d is 0.52.

The process color (four color CMYK) of #fef60d color code is 0.00, 0.03, 0.95, 0.00. Web safe color of #fef60d is #ffff00. Color #fef60d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 00001101
Octal 376 366 15
Decimal 254 246 13
Hex FE F6 D

RGB Percentages of Color #fef60d

%49.51
%47.95
%2.53

CMYK Percentages of Color #fef60d

%0
%3
%95
%0

Triadic Colors of #fef60d

#fef60d #0dfef6 #f60dfe

Analogous Colors of #fef60d

#fef60d #8efe0d #fe7e0d

Monochromatic Colors of #fef60d

#fef60d

Complementary Color

#fef60d #0d15fe

#fef60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef60d Color CSS Codes

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

#fef60d Text Font Color

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

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


#fef60d Background Color

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

This div background color is #fef60d


#fef60d Border Color

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

This div border color is #fef60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef60d

Related Colors


Comments

No comments written yet.

Please login to write comment.