COLOR #F4DE85

HEX: #F4DE85
RGB: (244,222,133)

Color info

#F4DE85 contains mainly red and green colors. Web safe color of #F4DE85 is #FFCC99 (or #FC9).

RGB color model

#F4DE85 color RGB value is (244,222,133).

  • red value is 244;
  • green value is 222;
  • blue value is 133.
RGB:
(244,222,133)
(96%,87%,52%)

RGB channels and saturation

R 244 of 255 = 96%
G 222 of 255 = 87%
B 133 of 255 = 52%

244
222
133

R + G + B ~ 78%. #F4DE85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 222 + 133 = 599 (100%)
R 244 of 599 ~ 40.73%
G 222 of 599 ~ 37.06%
B 133 of 599 ~ 22.2%

%40.73
%37.06
%22.2

CMYK color model

#F4DE85 color CMYK value is (0,9,45,4).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 45.49%
  • key color value is 4.31%
CMYK:
(0,9,45,4)
C0M9Y45K4 
(0%,9%,45%,4%)
(0.00/0.09/0.45/0.04)	

CMYK percentages

%0
%9.02
%45.49
%4.31

Codes

Color #F4DE85 in popluar color models

F4DE85
RGB244222133
HSL48°83.46%73.92%
HSB/HSV48°45.49%95.69%
CMYK0.00%9.02%45.49%
4.31%

Color #F4DE85 in popluar number systems.

HEXF4DE85
Decimal244222133
Binary111101001101111010000101
Octal364336205

Shades and tints

Shades of #F4DE85

#F4DE85
(244,222,133)
#DECA79
(222,202,121)
#C8B66D
(200,182,109)
#B2A261
(178,162,97)
#9C8E55
(156,142,85)
#867A49
(134,122,73)
#70663D
(112,102,61)
#5A5231
(90,82,49)
#443E25
(68,62,37)
#2E2A19
(46,42,25)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #F4DE85

#F4DE85
(244,222,133)
#F5E190
(245,225,144)
#F6E49B
(246,228,155)
#F7E7A6
(247,231,166)
#F8EAB1
(248,234,177)
#F9EDBC
(249,237,188)
#FAF0C7
(250,240,199)
#FBF3D2
(251,243,210)
#FCF6DD
(252,246,221)
#FDF9E8
(253,249,232)
#FEFCF3
(254,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DE85 color. Also use rgb(244,222,133) instead hex code.

Text Font Color

.myTextColor { color: #F4DE85; }

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

This text font color is #F4DE85.


Background Color

.myBgColor { background-color: #F4DE85; }

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

This div background color is #F4DE85.


Border color

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

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

This div border color is #F4DE85.


Opacity

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

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

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

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

This text has shadow with #F4DE85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DE85 on black background.


Color preview on white background

This text has color #F4DE85 on white background.



Black color preview on #F4DE85 background

This text has black color on #F4DE85 background.


White color preview on #F4DE85 background

This text has white color on #F4DE85 background.