COLOR #FEDF00

HEX: #FEDF00 RGB: (254,223,0)

Color info

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

RGB color model

#FEDF00 color RGB value is (254,223,0).

RGB: (254,223,0) (100%, 87%, 0%)

RGB channels and saturation

R 254 of 255 = 100%
G 223 of 255 = 87%
B 0 of 255 = 0%

254
223
0

R + G + B ~ 62%. #FEDF00 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 223 + 0 = 477 (100%)
R 254 of 477 ~ 53.25%
G 223 of 477 ~ 46.75%
B 0 of 477 ~ 0'%

%53.25
%46.75

CMYK color model

#FEDF00 color CMYK value is (0,12,100,0).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 100.00%
  • key color value is 0.39%

CMYK: (0,12,100,0)
C0M12Y100K0 (0%, 12%, 100%, 0%)
(0.00 / 0.12 / 1.00 / 0.00)

CMYK percentages

%0
%12.2
%100
%0.39

Codes

Color #FEDF00 in popluar color models

FE DF 00
RGB 254 223 0
HSL 53° 100.00% 49.80%
HSB/HSV 53° 100.00% 99.61%
CMYK 0.00% 12.20% 100.00%
0.39%

Color #FEDF00 in popluar number systems.

HEX FE DF 00
Decimal 254 223 0
Binary 11111110 11011111 0
Octal 376 337 0

Shades and tints

Shades of #FEDF00

#FEDF00
(254,223,0)
#E7CB00
(231,203,0)
#D0B700
(208,183,0)
#B9A300
(185,163,0)
#A28F00
(162,143,0)
#8B7B00
(139,123,0)
#746700
(116,103,0)
#5D5300
(93,83,0)
#463F00
(70,63,0)
#2F2B00
(47,43,0)
#181700
(24,23,0)
#000000
(0,0,0)

Tints of #FEDF00

#FEDF00
(254,223,0)
#FEE117
(254,225,23)
#FEE32E
(254,227,46)
#FEE545
(254,229,69)
#FEE75C
(254,231,92)
#FEE973
(254,233,115)
#FEEB8A
(254,235,138)
#FEEDA1
(254,237,161)
#FEEFB8
(254,239,184)
#FEF1CF
(254,241,207)
#FEF3E6
(254,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDF00 color. Also use rgb(254,223,0) instead hex code.

Text Font Color

.myTextColor { color: #FEDF00; }

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

This text font color is #FEDF00.

Background Color

.myBgColor { background-color: #FEDF00; }

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

This div background color is #FEDF00.

Border color

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

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

This div border color is #FEDF00.

Opacity

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

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

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

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

This text has shadow with #FEDF00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDF00.

Preview

Color preview on black background

This text has color #FEDF00 on black background.


Color preview on white background

This text has color #FEDF00 on white background.


Black color preview on #FEDF00 background

This text has black color on #FEDF00 background.


White color preview on #FEDF00 background

This text has white color on #FEDF00 background.


Related colors

Complementary color

Complementary color for #hex is #0120FF.


I love getcolorcode.com

Gradients

Color #FEDF00 is used in Yellow (Pantone) gradient.

Yellow (Pantone)


Triadic colors

1 #00FEDF and #DF00FE with #FEDF00 are triadic colors.

2 #00DFFE and #DFFE00 with #FEDF00 are triadic colors.