COLOR #F9ED84

HEX: #F9ED84
RGB: (249,237,132)

Color info

#F9ED84 contains mainly red and green colors. Web safe color of #F9ED84 is #FFFF99 (or #FF9).

RGB color model

#F9ED84 color RGB value is (249,237,132).

  • red value is 249;
  • green value is 237;
  • blue value is 132.
RGB:
(249,237,132)
(98%,93%,52%)

RGB channels and saturation

R 249 of 255 = 98%
G 237 of 255 = 93%
B 132 of 255 = 52%

249
237
132

R + G + B ~ 81%. #F9ED84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 237 + 132 = 618 (100%)
R 249 of 618 ~ 40.29%
G 237 of 618 ~ 38.35%
B 132 of 618 ~ 21.36%

%40.29
%38.35
%21.36

CMYK color model

#F9ED84 color CMYK value is (0,5,47,2).

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 46.99%
  • key color value is 2.35%
CMYK:
(0,5,47,2)
C0M5Y47K2 
(0%,5%,47%,2%)
(0.00/0.05/0.47/0.02)	

CMYK percentages

%0
%4.82
%46.99
%2.35

Codes

Color #F9ED84 in popluar color models

F9ED84
RGB249237132
HSL54°90.70%74.71%
HSB/HSV54°46.99%97.65%
CMYK0.00%4.82%46.99%
2.35%

Color #F9ED84 in popluar number systems.

HEXF9ED84
Decimal249237132
Binary111110011110110110000100
Octal371355204

Shades and tints

Shades of #F9ED84

#F9ED84
(249,237,132)
#E3D878
(227,216,120)
#CDC36C
(205,195,108)
#B7AE60
(183,174,96)
#A19954
(161,153,84)
#8B8448
(139,132,72)
#756F3C
(117,111,60)
#5F5A30
(95,90,48)
#494524
(73,69,36)
#333018
(51,48,24)
#1D1B0C
(29,27,12)
#000000
(0,0,0)

Tints of #F9ED84

#F9ED84
(249,237,132)
#F9EE8F
(249,238,143)
#F9EF9A
(249,239,154)
#F9F0A5
(249,240,165)
#F9F1B0
(249,241,176)
#F9F2BB
(249,242,187)
#F9F3C6
(249,243,198)
#F9F4D1
(249,244,209)
#F9F5DC
(249,245,220)
#F9F6E7
(249,246,231)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9ED84 color. Also use rgb(249,237,132) instead hex code.

Text Font Color

.myTextColor { color: #F9ED84; }

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

This text font color is #F9ED84.


Background Color

.myBgColor { background-color: #F9ED84; }

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

This div background color is #F9ED84.


Border color

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

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

This div border color is #F9ED84.


Opacity

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

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

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

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

This text has shadow with #F9ED84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9ED84 on black background.


Color preview on white background

This text has color #F9ED84 on white background.



Black color preview on #F9ED84 background

This text has black color on #F9ED84 background.


White color preview on #F9ED84 background

This text has white color on #F9ED84 background.