color codes Logo

#fef60c color codes

#FEF60C
(254,246,12)
0 Favorites   0 Comments

Color spaces of #fef60c

RGB 25424612
HSL0.160.990.52
HSV58°95°100°
CMYK 0.000.030.95   0.00
XYZ73.895287.008913.2475
Yxy87.00890.42430.4996
Hunter Lab93.2786-21.829956.8746
CIE-Lab94.7420-17.578491.8313

#fef60c color RGB value is (254,246,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 00001100
Octal 376 366 14
Decimal 254 246 12
Hex FE F6 C

RGB Percentages of Color #fef60c

%49.61
%48.05
%2.34

CMYK Percentages of Color #fef60c

%0
%3
%95
%0

Triadic Colors of #fef60c

#fef60c #0cfef6 #f60cfe

Analogous Colors of #fef60c

#fef60c #8dfe0c #fe7d0c

Monochromatic Colors of #fef60c

#fef60c

Complementary Color

#fef60c #0c14fe

#fef60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef60c Color CSS Codes

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

#fef60c Text Font Color

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

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


#fef60c Background Color

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

This div background color is #fef60c


#fef60c Border Color

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

This div border color is #fef60c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef60c

Related Colors


Comments

No comments written yet.

Please login to write comment.