COLOR #F9EA7A

HEX: #F9EA7A
RGB: (249,234,122)

Color info

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

RGB color model

#F9EA7A color RGB value is (249,234,122).

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

RGB channels and saturation

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

249
234
122

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

Portions of RGB colors in percentages

R + G + B =
249 + 234 + 122 = 605 (100%)
R 249 of 605 ~ 41.16%
G 234 of 605 ~ 38.68%
B 122 of 605 ~ 20.17%

%41.16
%38.68
%20.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 51.00%
  • 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
%51
%2.35

Codes

Color #F9EA7A in popluar color models

F9EA7A
RGB249234122
HSL53°91.37%72.75%
HSB/HSV53°51.00%97.65%
CMYK0.00%6.02%51.00%
2.35%

Color #F9EA7A in popluar number systems.

HEXF9EA7A
Decimal249234122
Binary11111001111010101111010
Octal371352172

Shades and tints

Shades of #F9EA7A

#F9EA7A
(249,234,122)
#E3D56F
(227,213,111)
#CDC064
(205,192,100)
#B7AB59
(183,171,89)
#A1964E
(161,150,78)
#8B8143
(139,129,67)
#756C38
(117,108,56)
#5F572D
(95,87,45)
#494222
(73,66,34)
#332D17
(51,45,23)
#1D180C
(29,24,12)
#000000
(0,0,0)

Tints of #F9EA7A

#F9EA7A
(249,234,122)
#F9EB86
(249,235,134)
#F9EC92
(249,236,146)
#F9ED9E
(249,237,158)
#F9EEAA
(249,238,170)
#F9EFB6
(249,239,182)
#F9F0C2
(249,240,194)
#F9F1CE
(249,241,206)
#F9F2DA
(249,242,218)
#F9F3E6
(249,243,230)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EA7A; }

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

This text font color is #F9EA7A.


Background Color

.myBgColor { background-color: #F9EA7A; }

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

This div background color is #F9EA7A.


Border color

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

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

This div border color is #F9EA7A.


Opacity

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

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

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

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

This text has shadow with #F9EA7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EA7A on black background.


Color preview on white background

This text has color #F9EA7A on white background.



Black color preview on #F9EA7A background

This text has black color on #F9EA7A background.


White color preview on #F9EA7A background

This text has white color on #F9EA7A background.