COLOR #FEDC1A

HEX: #FEDC1A
RGB: (254,220,26)

Color info

#FEDC1A contains mainly red and green colors. Web safe color of #FEDC1A is #FFCC00 (or #FC0).

RGB color model

#FEDC1A color RGB value is (254,220,26).

  • red value is 254;
  • green value is 220;
  • blue value is 26.
RGB:
(254,220,26)
(100%,86%,10%)

RGB channels and saturation

R 254 of 255 = 100%
G 220 of 255 = 86%
B 26 of 255 = 10%

254
220
26

R + G + B ~ 65%. #FEDC1A is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 220 + 26 = 500 (100%)
R 254 of 500 ~ 50.8%
G 220 of 500 ~ 44%
B 26 of 500 ~ 5.2%

%50.8
%44

CMYK color model

#FEDC1A color CMYK value is (0,13,90,0).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 89.76%
  • key color value is 0.39%
CMYK:
(0,13,90,0)
C0M13Y90K0 
(0%,13%,90%,0%)
(0.00/0.13/0.90/0.00)	

CMYK percentages

%0
%13.39
%89.76
%0.39

Codes

Color #FEDC1A in popluar color models

FEDC1A
RGB25422026
HSL51°99.13%54.90%
HSB/HSV51°89.76%99.61%
CMYK0.00%13.39%89.76%
0.39%

Color #FEDC1A in popluar number systems.

HEXFEDC1A
Decimal25422026
Binary111111101101110011010
Octal37633432

Shades and tints

Shades of #FEDC1A

#FEDC1A
(254,220,26)
#E7C818
(231,200,24)
#D0B416
(208,180,22)
#B9A014
(185,160,20)
#A28C12
(162,140,18)
#8B7810
(139,120,16)
#74640E
(116,100,14)
#5D500C
(93,80,12)
#463C0A
(70,60,10)
#2F2808
(47,40,8)
#181406
(24,20,6)
#000000
(0,0,0)

Tints of #FEDC1A

#FEDC1A
(254,220,26)
#FEDF2E
(254,223,46)
#FEE242
(254,226,66)
#FEE556
(254,229,86)
#FEE86A
(254,232,106)
#FEEB7E
(254,235,126)
#FEEE92
(254,238,146)
#FEF1A6
(254,241,166)
#FEF4BA
(254,244,186)
#FEF7CE
(254,247,206)
#FEFAE2
(254,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDC1A color. Also use rgb(254,220,26) instead hex code.

Text Font Color

.myTextColor { color: #FEDC1A; }

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

This text font color is #FEDC1A.


Background Color

.myBgColor { background-color: #FEDC1A; }

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

This div background color is #FEDC1A.


Border color

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

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

This div border color is #FEDC1A.


Opacity

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

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

Text with #FEDC1A 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 #FEDC1A;}

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

This text has shadow with #FEDC1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDC1A on black background.


Color preview on white background

This text has color #FEDC1A on white background.



Black color preview on #FEDC1A background

This text has black color on #FEDC1A background.


White color preview on #FEDC1A background

This text has white color on #FEDC1A background.