COLOR #FFD42E

HEX: #FFD42E
RGB: (255,212,46)

Color info

#FFD42E contains mainly red and green colors. Web safe color of #FFD42E is #FFCC33 (or #FC3).

RGB color model

#FFD42E color RGB value is (255,212,46).

  • red value is 255;
  • green value is 212;
  • blue value is 46.
RGB:
(255,212,46)
(100%,83%,18%)

RGB channels and saturation

R 255 of 255 = 100%
G 212 of 255 = 83%
B 46 of 255 = 18%

255
212
46

R + G + B ~ 67%. #FFD42E is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 212 + 46 = 513 (100%)
R 255 of 513 ~ 49.71%
G 212 of 513 ~ 41.33%
B 46 of 513 ~ 8.97%

%49.71
%41.33

CMYK color model

#FFD42E color CMYK value is (0,17,82,0).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 81.96%
  • key color value is 0.00%
CMYK:
(0,17,82,0)
C0M17Y82K0 
(0%,17%,82%,0%)
(0.00/0.17/0.82/0.00)	

CMYK percentages

%0
%16.86
%81.96
%0

Codes

Color #FFD42E in popluar color models

FFD42E
RGB25521246
HSL48°100.00%59.02%
HSB/HSV48°81.96%100.00%
CMYK0.00%16.86%81.96%
0.00%

Color #FFD42E in popluar number systems.

HEXFFD42E
Decimal25521246
Binary1111111111010100101110
Octal37732456

Shades and tints

Shades of #FFD42E

#FFD42E
(255,212,46)
#E8C12A
(232,193,42)
#D1AE26
(209,174,38)
#BA9B22
(186,155,34)
#A3881E
(163,136,30)
#8C751A
(140,117,26)
#756216
(117,98,22)
#5E4F12
(94,79,18)
#473C0E
(71,60,14)
#30290A
(48,41,10)
#191606
(25,22,6)
#000000
(0,0,0)

Tints of #FFD42E

#FFD42E
(255,212,46)
#FFD741
(255,215,65)
#FFDA54
(255,218,84)
#FFDD67
(255,221,103)
#FFE07A
(255,224,122)
#FFE38D
(255,227,141)
#FFE6A0
(255,230,160)
#FFE9B3
(255,233,179)
#FFECC6
(255,236,198)
#FFEFD9
(255,239,217)
#FFF2EC
(255,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD42E color. Also use rgb(255,212,46) instead hex code.

Text Font Color

.myTextColor { color: #FFD42E; }

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

This text font color is #FFD42E.


Background Color

.myBgColor { background-color: #FFD42E; }

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

This div background color is #FFD42E.


Border color

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

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

This div border color is #FFD42E.


Opacity

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

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

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

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

This text has shadow with #FFD42E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD42E on black background.


Color preview on white background

This text has color #FFD42E on white background.



Black color preview on #FFD42E background

This text has black color on #FFD42E background.


White color preview on #FFD42E background

This text has white color on #FFD42E background.