COLOR #F4DF1D

HEX: #F4DF1D
RGB: (244,223,29)

Color info

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

RGB color model

#F4DF1D color RGB value is (244,223,29).

  • red value is 244;
  • green value is 223;
  • blue value is 29.
RGB:
(244,223,29)
(96%,87%,11%)

RGB channels and saturation

R 244 of 255 = 96%
G 223 of 255 = 87%
B 29 of 255 = 11%

244
223
29

R + G + B ~ 65%. #F4DF1D is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 223 + 29 = 496 (100%)
R 244 of 496 ~ 49.19%
G 223 of 496 ~ 44.96%
B 29 of 496 ~ 5.85%

%49.19
%44.96

CMYK color model

#F4DF1D color CMYK value is (0,9,88,4).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 88.11%
  • key color value is 4.31%
CMYK:
(0,9,88,4)
C0M9Y88K4 
(0%,9%,88%,4%)
(0.00/0.09/0.88/0.04)	

CMYK percentages

%0
%8.61
%88.11
%4.31

Codes

Color #F4DF1D in popluar color models

F4DF1D
RGB24422329
HSL54°90.72%53.53%
HSB/HSV54°88.11%95.69%
CMYK0.00%8.61%88.11%
4.31%

Color #F4DF1D in popluar number systems.

HEXF4DF1D
Decimal24422329
Binary111101001101111111101
Octal36433735

Shades and tints

Shades of #F4DF1D

#F4DF1D
(244,223,29)
#DECB1B
(222,203,27)
#C8B719
(200,183,25)
#B2A317
(178,163,23)
#9C8F15
(156,143,21)
#867B13
(134,123,19)
#706711
(112,103,17)
#5A530F
(90,83,15)
#443F0D
(68,63,13)
#2E2B0B
(46,43,11)
#181709
(24,23,9)
#000000
(0,0,0)

Tints of #F4DF1D

#F4DF1D
(244,223,29)
#F5E131
(245,225,49)
#F6E345
(246,227,69)
#F7E559
(247,229,89)
#F8E76D
(248,231,109)
#F9E981
(249,233,129)
#FAEB95
(250,235,149)
#FBEDA9
(251,237,169)
#FCEFBD
(252,239,189)
#FDF1D1
(253,241,209)
#FEF3E5
(254,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DF1D color. Also use rgb(244,223,29) instead hex code.

Text Font Color

.myTextColor { color: #F4DF1D; }

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

This text font color is #F4DF1D.


Background Color

.myBgColor { background-color: #F4DF1D; }

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

This div background color is #F4DF1D.


Border color

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

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

This div border color is #F4DF1D.


Opacity

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

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

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

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

This text has shadow with #F4DF1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DF1D on black background.


Color preview on white background

This text has color #F4DF1D on white background.



Black color preview on #F4DF1D background

This text has black color on #F4DF1D background.


White color preview on #F4DF1D background

This text has white color on #F4DF1D background.