COLOR #F9E770

HEX: #F9E770
RGB: (249,231,112)

Color info

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

RGB color model

#F9E770 color RGB value is (249,231,112).

  • red value is 249;
  • green value is 231;
  • blue value is 112.
RGB:
(249,231,112)
(98%,91%,44%)

RGB channels and saturation

R 249 of 255 = 98%
G 231 of 255 = 91%
B 112 of 255 = 44%

249
231
112

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

Portions of RGB colors in percentages

R + G + B =
249 + 231 + 112 = 592 (100%)
R 249 of 592 ~ 42.06%
G 231 of 592 ~ 39.02%
B 112 of 592 ~ 18.92%

%42.06
%39.02
%18.92

CMYK color model

#F9E770 color CMYK value is (0,7,55,2).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 55.02%
  • key color value is 2.35%
CMYK:
(0,7,55,2)
C0M7Y55K2 
(0%,7%,55%,2%)
(0.00/0.07/0.55/0.02)	

CMYK percentages

%0
%7.23
%55.02
%2.35

Codes

Color #F9E770 in popluar color models

F9E770
RGB249231112
HSL52°91.95%70.78%
HSB/HSV52°55.02%97.65%
CMYK0.00%7.23%55.02%
2.35%

Color #F9E770 in popluar number systems.

HEXF9E770
Decimal249231112
Binary11111001111001111110000
Octal371347160

Shades and tints

Shades of #F9E770

#F9E770
(249,231,112)
#E3D266
(227,210,102)
#CDBD5C
(205,189,92)
#B7A852
(183,168,82)
#A19348
(161,147,72)
#8B7E3E
(139,126,62)
#756934
(117,105,52)
#5F542A
(95,84,42)
#493F20
(73,63,32)
#332A16
(51,42,22)
#1D150C
(29,21,12)
#000000
(0,0,0)

Tints of #F9E770

#F9E770
(249,231,112)
#F9E97D
(249,233,125)
#F9EB8A
(249,235,138)
#F9ED97
(249,237,151)
#F9EFA4
(249,239,164)
#F9F1B1
(249,241,177)
#F9F3BE
(249,243,190)
#F9F5CB
(249,245,203)
#F9F7D8
(249,247,216)
#F9F9E5
(249,249,229)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E770 color. Also use rgb(249,231,112) instead hex code.

Text Font Color

.myTextColor { color: #F9E770; }

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

This text font color is #F9E770.


Background Color

.myBgColor { background-color: #F9E770; }

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

This div background color is #F9E770.


Border color

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

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

This div border color is #F9E770.


Opacity

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

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

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

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

This text has shadow with #F9E770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E770 on black background.


Color preview on white background

This text has color #F9E770 on white background.



Black color preview on #F9E770 background

This text has black color on #F9E770 background.


White color preview on #F9E770 background

This text has white color on #F9E770 background.