COLOR #FFD424

HEX: #FFD424
RGB: (255,212,36)

Color info

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

RGB color model

#FFD424 color RGB value is (255,212,36).

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

RGB channels and saturation

R 255 of 255 = 100%
G 212 of 255 = 83%
B 36 of 255 = 14%

255
212
36

R + G + B ~ 66%. #FFD424 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 212 + 36 = 503 (100%)
R 255 of 503 ~ 50.7%
G 212 of 503 ~ 42.15%
B 36 of 503 ~ 7.16%

%50.7
%42.15

CMYK color model

#FFD424 color CMYK value is (0,17,86,0).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 85.88%
  • key color value is 0.00%
CMYK:
(0,17,86,0)
C0M17Y86K0 
(0%,17%,86%,0%)
(0.00/0.17/0.86/0.00)	

CMYK percentages

%0
%16.86
%85.88
%0

Codes

Color #FFD424 in popluar color models

FFD424
RGB25521236
HSL48°100.00%57.06%
HSB/HSV48°85.88%100.00%
CMYK0.00%16.86%85.88%
0.00%

Color #FFD424 in popluar number systems.

HEXFFD424
Decimal25521236
Binary1111111111010100100100
Octal37732444

Shades and tints

Shades of #FFD424

#FFD424
(255,212,36)
#E8C121
(232,193,33)
#D1AE1E
(209,174,30)
#BA9B1B
(186,155,27)
#A38818
(163,136,24)
#8C7515
(140,117,21)
#756212
(117,98,18)
#5E4F0F
(94,79,15)
#473C0C
(71,60,12)
#302909
(48,41,9)
#191606
(25,22,6)
#000000
(0,0,0)

Tints of #FFD424

#FFD424
(255,212,36)
#FFD737
(255,215,55)
#FFDA4A
(255,218,74)
#FFDD5D
(255,221,93)
#FFE070
(255,224,112)
#FFE383
(255,227,131)
#FFE696
(255,230,150)
#FFE9A9
(255,233,169)
#FFECBC
(255,236,188)
#FFEFCF
(255,239,207)
#FFF2E2
(255,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD424; }

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

This text font color is #FFD424.


Background Color

.myBgColor { background-color: #FFD424; }

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

This div background color is #FFD424.


Border color

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

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

This div border color is #FFD424.


Opacity

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

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

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

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

This text has shadow with #FFD424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD424 on black background.


Color preview on white background

This text has color #FFD424 on white background.



Black color preview on #FFD424 background

This text has black color on #FFD424 background.


White color preview on #FFD424 background

This text has white color on #FFD424 background.