COLOR #FDEF1A

HEX: #FDEF1A
RGB: (253,239,26)

Color info

#FDEF1A contains mainly red and green colors. Web safe color of #FDEF1A is #FFFF00 (or #FF0).

RGB color model

#FDEF1A color RGB value is (253,239,26).

  • red value is 253;
  • green value is 239;
  • blue value is 26.
RGB:
(253,239,26)
(99%,94%,10%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 26 of 255 = 10%

253
239
26

R + G + B ~ 68%. #FDEF1A is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 239 + 26 = 518 (100%)
R 253 of 518 ~ 48.84%
G 239 of 518 ~ 46.14%
B 26 of 518 ~ 5.02%

%48.84
%46.14

CMYK color model

#FDEF1A color CMYK value is (0,6,90,1).

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 89.72%
  • key color value is 0.78%
CMYK:
(0,6,90,1)
C0M6Y90K1 
(0%,6%,90%,1%)
(0.00/0.06/0.90/0.01)	

CMYK percentages

%0
%5.53
%89.72
%0.78

Codes

Color #FDEF1A in popluar color models

FDEF1A
RGB25323926
HSL56°98.27%54.71%
HSB/HSV56°89.72%99.22%
CMYK0.00%5.53%89.72%
0.78%

Color #FDEF1A in popluar number systems.

HEXFDEF1A
Decimal25323926
Binary111111011110111111010
Octal37535732

Shades and tints

Shades of #FDEF1A

#FDEF1A
(253,239,26)
#E6DA18
(230,218,24)
#CFC516
(207,197,22)
#B8B014
(184,176,20)
#A19B12
(161,155,18)
#8A8610
(138,134,16)
#73710E
(115,113,14)
#5C5C0C
(92,92,12)
#45470A
(69,71,10)
#2E3208
(46,50,8)
#171D06
(23,29,6)
#000000
(0,0,0)

Tints of #FDEF1A

#FDEF1A
(253,239,26)
#FDF02E
(253,240,46)
#FDF142
(253,241,66)
#FDF256
(253,242,86)
#FDF36A
(253,243,106)
#FDF47E
(253,244,126)
#FDF592
(253,245,146)
#FDF6A6
(253,246,166)
#FDF7BA
(253,247,186)
#FDF8CE
(253,248,206)
#FDF9E2
(253,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEF1A color. Also use rgb(253,239,26) instead hex code.

Text Font Color

.myTextColor { color: #FDEF1A; }

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

This text font color is #FDEF1A.


Background Color

.myBgColor { background-color: #FDEF1A; }

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

This div background color is #FDEF1A.


Border color

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

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

This div border color is #FDEF1A.


Opacity

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

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

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

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

This text has shadow with #FDEF1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEF1A on black background.


Color preview on white background

This text has color #FDEF1A on white background.



Black color preview on #FDEF1A background

This text has black color on #FDEF1A background.


White color preview on #FDEF1A background

This text has white color on #FDEF1A background.