COLOR #FFDF23

HEX: #FFDF23
RGB: (255,223,35)

Color info

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

RGB color model

#FFDF23 color RGB value is (255,223,35).

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

RGB channels and saturation

R 255 of 255 = 100%
G 223 of 255 = 87%
B 35 of 255 = 14%

255
223
35

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

Portions of RGB colors in percentages

R + G + B =
255 + 223 + 35 = 513 (100%)
R 255 of 513 ~ 49.71%
G 223 of 513 ~ 43.47%
B 35 of 513 ~ 6.82%

%49.71
%43.47

CMYK color model

#FFDF23 color CMYK value is (0,13,86,0).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 86.27%
  • key color value is 0.00%
CMYK:
(0,13,86,0)
C0M13Y86K0 
(0%,13%,86%,0%)
(0.00/0.13/0.86/0.00)	

CMYK percentages

%0
%12.55
%86.27
%0

Codes

Color #FFDF23 in popluar color models

FFDF23
RGB25522335
HSL51°100.00%56.86%
HSB/HSV51°86.27%100.00%
CMYK0.00%12.55%86.27%
0.00%

Color #FFDF23 in popluar number systems.

HEXFFDF23
Decimal25522335
Binary1111111111011111100011
Octal37733743

Shades and tints

Shades of #FFDF23

#FFDF23
(255,223,35)
#E8CB20
(232,203,32)
#D1B71D
(209,183,29)
#BAA31A
(186,163,26)
#A38F17
(163,143,23)
#8C7B14
(140,123,20)
#756711
(117,103,17)
#5E530E
(94,83,14)
#473F0B
(71,63,11)
#302B08
(48,43,8)
#191705
(25,23,5)
#000000
(0,0,0)

Tints of #FFDF23

#FFDF23
(255,223,35)
#FFE137
(255,225,55)
#FFE34B
(255,227,75)
#FFE55F
(255,229,95)
#FFE773
(255,231,115)
#FFE987
(255,233,135)
#FFEB9B
(255,235,155)
#FFEDAF
(255,237,175)
#FFEFC3
(255,239,195)
#FFF1D7
(255,241,215)
#FFF3EB
(255,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDF23; }

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

This text font color is #FFDF23.


Background Color

.myBgColor { background-color: #FFDF23; }

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

This div background color is #FFDF23.


Border color

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

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

This div border color is #FFDF23.


Opacity

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

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

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

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

This text has shadow with #FFDF23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDF23 on black background.


Color preview on white background

This text has color #FFDF23 on white background.



Black color preview on #FFDF23 background

This text has black color on #FFDF23 background.


White color preview on #FFDF23 background

This text has white color on #FFDF23 background.