COLOR #FFDF00

HEX: #FFDF00
RGB: (255,223,0)

Color info

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

RGB color model

#FFDF00 color RGB value is (255,223,0).

  • red value is 255;
  • green value is 223;
  • blue value is 0.
RGB:
(255,223,0)
(100%,87%,0%)

RGB channels and saturation

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

255
223
0

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

Portions of RGB colors in percentages

R + G + B =
255 + 223 + 0 = 478 (100%)
R 255 of 478 ~ 53.35%
G 223 of 478 ~ 46.65%
B 0 of 478 ~ 0%

%53.35
%46.65

CMYK color model

#FFDF00 color CMYK value is (0,13,100,0).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK:
(0,13,100,0)
C0M13Y100K0 
(0%,13%,100%,0%)
(0.00/0.13/1.00/0.00)	

CMYK percentages

%0
%12.55
%100
%0

Codes

Color #FFDF00 in popluar color models

FFDF00
RGB2552230
HSL52°100.00%50.00%
HSB/HSV52°100.00%100.00%
CMYK0.00%12.55%100.00%
0.00%

Color #FFDF00 in popluar number systems.

HEXFFDF00
Decimal2552230
Binary11111111110111110
Octal3773370

Shades and tints

Shades of #FFDF00

#FFDF00
(255,223,0)
#E8CB00
(232,203,0)
#D1B700
(209,183,0)
#BAA300
(186,163,0)
#A38F00
(163,143,0)
#8C7B00
(140,123,0)
#756700
(117,103,0)
#5E5300
(94,83,0)
#473F00
(71,63,0)
#302B00
(48,43,0)
#191700
(25,23,0)
#000000
(0,0,0)

Tints of #FFDF00

#FFDF00
(255,223,0)
#FFE117
(255,225,23)
#FFE32E
(255,227,46)
#FFE545
(255,229,69)
#FFE75C
(255,231,92)
#FFE973
(255,233,115)
#FFEB8A
(255,235,138)
#FFEDA1
(255,237,161)
#FFEFB8
(255,239,184)
#FFF1CF
(255,241,207)
#FFF3E6
(255,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDF00; }

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

This text font color is #FFDF00.


Background Color

.myBgColor { background-color: #FFDF00; }

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

This div background color is #FFDF00.


Border color

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

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

This div border color is #FFDF00.


Opacity

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

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

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

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

This text has shadow with #FFDF00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDF00 on black background.


Color preview on white background

This text has color #FFDF00 on white background.



Black color preview on #FFDF00 background

This text has black color on #FFDF00 background.


White color preview on #FFDF00 background

This text has white color on #FFDF00 background.