COLOR #F9E085

HEX: #F9E085
RGB: (249,224,133)

Color info

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

RGB color model

#F9E085 color RGB value is (249,224,133).

  • red value is 249;
  • green value is 224;
  • blue value is 133.
RGB:
(249,224,133)
(98%,88%,52%)

RGB channels and saturation

R 249 of 255 = 98%
G 224 of 255 = 88%
B 133 of 255 = 52%

249
224
133

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

Portions of RGB colors in percentages

R + G + B =
249 + 224 + 133 = 606 (100%)
R 249 of 606 ~ 41.09%
G 224 of 606 ~ 36.96%
B 133 of 606 ~ 21.95%

%41.09
%36.96
%21.95

CMYK color model

#F9E085 color CMYK value is (0,10,47,2).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 46.59%
  • key color value is 2.35%
CMYK:
(0,10,47,2)
C0M10Y47K2 
(0%,10%,47%,2%)
(0.00/0.10/0.47/0.02)	

CMYK percentages

%0
%10.04
%46.59
%2.35

Codes

Color #F9E085 in popluar color models

F9E085
RGB249224133
HSL47°90.63%74.90%
HSB/HSV47°46.59%97.65%
CMYK0.00%10.04%46.59%
2.35%

Color #F9E085 in popluar number systems.

HEXF9E085
Decimal249224133
Binary111110011110000010000101
Octal371340205

Shades and tints

Shades of #F9E085

#F9E085
(249,224,133)
#E3CC79
(227,204,121)
#CDB86D
(205,184,109)
#B7A461
(183,164,97)
#A19055
(161,144,85)
#8B7C49
(139,124,73)
#75683D
(117,104,61)
#5F5431
(95,84,49)
#494025
(73,64,37)
#332C19
(51,44,25)
#1D180D
(29,24,13)
#000000
(0,0,0)

Tints of #F9E085

#F9E085
(249,224,133)
#F9E290
(249,226,144)
#F9E49B
(249,228,155)
#F9E6A6
(249,230,166)
#F9E8B1
(249,232,177)
#F9EABC
(249,234,188)
#F9ECC7
(249,236,199)
#F9EED2
(249,238,210)
#F9F0DD
(249,240,221)
#F9F2E8
(249,242,232)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E085 color. Also use rgb(249,224,133) instead hex code.

Text Font Color

.myTextColor { color: #F9E085; }

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

This text font color is #F9E085.


Background Color

.myBgColor { background-color: #F9E085; }

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

This div background color is #F9E085.


Border color

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

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

This div border color is #F9E085.


Opacity

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

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

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

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

This text has shadow with #F9E085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E085 on black background.


Color preview on white background

This text has color #F9E085 on white background.



Black color preview on #F9E085 background

This text has black color on #F9E085 background.


White color preview on #F9E085 background

This text has white color on #F9E085 background.