COLOR #F9EA7B

HEX: #F9EA7B
RGB: (249,234,123)

Color info

#F9EA7B contains mainly red and green colors. Web safe color of #F9EA7B is #FFFF66 (or #FF6).

RGB color model

#F9EA7B color RGB value is (249,234,123).

  • red value is 249;
  • green value is 234;
  • blue value is 123.
RGB:
(249,234,123)
(98%,92%,48%)

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 123 of 255 = 48%

249
234
123

R + G + B ~ 79%. #F9EA7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 234 + 123 = 606 (100%)
R 249 of 606 ~ 41.09%
G 234 of 606 ~ 38.61%
B 123 of 606 ~ 20.3%

%41.09
%38.61
%20.3

CMYK color model

#F9EA7B color CMYK value is (0,6,51,2).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 50.60%
  • key color value is 2.35%
CMYK:
(0,6,51,2)
C0M6Y51K2 
(0%,6%,51%,2%)
(0.00/0.06/0.51/0.02)	

CMYK percentages

%0
%6.02
%50.6
%2.35

Codes

Color #F9EA7B in popluar color models

F9EA7B
RGB249234123
HSL53°91.30%72.94%
HSB/HSV53°50.60%97.65%
CMYK0.00%6.02%50.60%
2.35%

Color #F9EA7B in popluar number systems.

HEXF9EA7B
Decimal249234123
Binary11111001111010101111011
Octal371352173

Shades and tints

Shades of #F9EA7B

#F9EA7B
(249,234,123)
#E3D570
(227,213,112)
#CDC065
(205,192,101)
#B7AB5A
(183,171,90)
#A1964F
(161,150,79)
#8B8144
(139,129,68)
#756C39
(117,108,57)
#5F572E
(95,87,46)
#494223
(73,66,35)
#332D18
(51,45,24)
#1D180D
(29,24,13)
#000000
(0,0,0)

Tints of #F9EA7B

#F9EA7B
(249,234,123)
#F9EB87
(249,235,135)
#F9EC93
(249,236,147)
#F9ED9F
(249,237,159)
#F9EEAB
(249,238,171)
#F9EFB7
(249,239,183)
#F9F0C3
(249,240,195)
#F9F1CF
(249,241,207)
#F9F2DB
(249,242,219)
#F9F3E7
(249,243,231)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EA7B color. Also use rgb(249,234,123) instead hex code.

Text Font Color

.myTextColor { color: #F9EA7B; }

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

This text font color is #F9EA7B.


Background Color

.myBgColor { background-color: #F9EA7B; }

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

This div background color is #F9EA7B.


Border color

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

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

This div border color is #F9EA7B.


Opacity

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

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

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

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

This text has shadow with #F9EA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EA7B on black background.


Color preview on white background

This text has color #F9EA7B on white background.



Black color preview on #F9EA7B background

This text has black color on #F9EA7B background.


White color preview on #F9EA7B background

This text has white color on #F9EA7B background.