COLOR #FEC014

HEX: #FEC014
RGB: (254,192,20)

Color info

#FEC014 contains mainly red color. Web safe color of #FEC014 is #FFCC00 (or #FC0).

RGB color model

#FEC014 color RGB value is (254,192,20).

  • red value is 254;
  • green value is 192;
  • blue value is 20.
RGB:
(254,192,20)
(100%,75%,8%)

RGB channels and saturation

R 254 of 255 = 100%
G 192 of 255 = 75%
B 20 of 255 = 8%

254
192
20

R + G + B ~ 61%. #FEC014 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 192 + 20 = 466 (100%)
R 254 of 466 ~ 54.51%
G 192 of 466 ~ 41.2%
B 20 of 466 ~ 4.29%

%54.51
%41.2

CMYK color model

#FEC014 color CMYK value is (0,24,92,0).

  • cyan value is 0.00%
  • magenta value is 24.41%
  • yellow value is 92.13%
  • key color value is 0.39%
CMYK:
(0,24,92,0)
C0M24Y92K0 
(0%,24%,92%,0%)
(0.00/0.24/0.92/0.00)	

CMYK percentages

%0
%24.41
%92.13
%0.39

Codes

Color #FEC014 in popluar color models

FEC014
RGB25419220
HSL44°99.15%53.73%
HSB/HSV44°92.13%99.61%
CMYK0.00%24.41%92.13%
0.39%

Color #FEC014 in popluar number systems.

HEXFEC014
Decimal25419220
Binary111111101100000010100
Octal37630024

Shades and tints

Shades of #FEC014

#FEC014
(254,192,20)
#E7AF13
(231,175,19)
#D09E12
(208,158,18)
#B98D11
(185,141,17)
#A27C10
(162,124,16)
#8B6B0F
(139,107,15)
#745A0E
(116,90,14)
#5D490D
(93,73,13)
#46380C
(70,56,12)
#2F270B
(47,39,11)
#18160A
(24,22,10)
#000000
(0,0,0)

Tints of #FEC014

#FEC014
(254,192,20)
#FEC529
(254,197,41)
#FECA3E
(254,202,62)
#FECF53
(254,207,83)
#FED468
(254,212,104)
#FED97D
(254,217,125)
#FEDE92
(254,222,146)
#FEE3A7
(254,227,167)
#FEE8BC
(254,232,188)
#FEEDD1
(254,237,209)
#FEF2E6
(254,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC014 color. Also use rgb(254,192,20) instead hex code.

Text Font Color

.myTextColor { color: #FEC014; }

<p style="color:#FEC014">This sample text font color is #FEC014.</p>

This text font color is #FEC014.


Background Color

.myBgColor { background-color: #FEC014; }

<div style="background-color:#FEC014">Inner text</div>

This div background color is #FEC014.


Border color

.myBorderColor { border: 1px solid #FEC014; }

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

This div border color is #FEC014.


Opacity

.myOpacity80 { color: #FEC014; opacity: 0.8; }

<p style="color:#FEC014;opacity:0.8;">80%</p>

Text with #FEC014 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FEC014;}

<p style="text-shadow: 3px 3px 1px #FEC014">Text here.</p>

This text has shadow with #FEC014 color.

.textShadow {text-shadow: 3px 3px 1px #FEC014, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FEC014, 5px 5px 20px red">Text here.</p>

This text has shadow with #FEC014 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEC014, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FEC014, Direction=45, Strength=4)">Text</p>

This text has shadow with #FEC014 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FEC014;
  -webkit-box-shadow:	1px 1px 3px 2px #FEC014;
  box-shadow:		1px 1px 3px 2px #FEC014;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEC014;
-webkit-box-shadow: 1px 1px 3px 2px #FEC014;
box-shadow:1px 1px 3px 2px #FEC014;">
Div content here</div>
This div box has shadow with color #FEC014.

Preview

Color preview on black background

This text has color #FEC014 on black background.


Color preview on white background

This text has color #FEC014 on white background.



Black color preview on #FEC014 background

This text has black color on #FEC014 background.


White color preview on #FEC014 background

This text has white color on #FEC014 background.