COLOR #F9E601

HEX: #F9E601
RGB: (249,230,1)

Color info

#F9E601 contains mainly red and green colors. Web safe color of #F9E601 is #FFCC00 (or #FC0).

RGB color model

#F9E601 color RGB value is (249,230,1).

  • red value is 249;
  • green value is 230;
  • blue value is 1.
RGB:
(249,230,1)
(98%,90%,0%)

RGB channels and saturation

R 249 of 255 = 98%
G 230 of 255 = 90%
B 1 of 255 = 0%

249
230
1

R + G + B ~ 63%. #F9E601 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 230 + 1 = 480 (100%)
R 249 of 480 ~ 51.88%
G 230 of 480 ~ 47.92%
B 1 of 480 ~ 0.21%

%51.88
%47.92

CMYK color model

#F9E601 color CMYK value is (0,8,100,2).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 99.60%
  • key color value is 2.35%
CMYK:
(0,8,100,2)
C0M8Y100K2 
(0%,8%,100%,2%)
(0.00/0.08/1.00/0.02)	

CMYK percentages

%0
%7.63
%99.6
%2.35

Codes

Color #F9E601 in popluar color models

F9E601
RGB2492301
HSL55°99.20%49.02%
HSB/HSV55°99.60%97.65%
CMYK0.00%7.63%99.60%
2.35%

Color #F9E601 in popluar number systems.

HEXF9E601
Decimal2492301
Binary11111001111001101
Octal3713461

Shades and tints

Shades of #F9E601

#F9E601
(249,230,1)
#E3D201
(227,210,1)
#CDBE01
(205,190,1)
#B7AA01
(183,170,1)
#A19601
(161,150,1)
#8B8201
(139,130,1)
#756E01
(117,110,1)
#5F5A01
(95,90,1)
#494601
(73,70,1)
#333201
(51,50,1)
#1D1E01
(29,30,1)
#000000
(0,0,0)

Tints of #F9E601

#F9E601
(249,230,1)
#F9E818
(249,232,24)
#F9EA2F
(249,234,47)
#F9EC46
(249,236,70)
#F9EE5D
(249,238,93)
#F9F074
(249,240,116)
#F9F28B
(249,242,139)
#F9F4A2
(249,244,162)
#F9F6B9
(249,246,185)
#F9F8D0
(249,248,208)
#F9FAE7
(249,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E601 color. Also use rgb(249,230,1) instead hex code.

Text Font Color

.myTextColor { color: #F9E601; }

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

This text font color is #F9E601.


Background Color

.myBgColor { background-color: #F9E601; }

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

This div background color is #F9E601.


Border color

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

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

This div border color is #F9E601.


Opacity

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

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

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

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

This text has shadow with #F9E601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E601 on black background.


Color preview on white background

This text has color #F9E601 on white background.



Black color preview on #F9E601 background

This text has black color on #F9E601 background.


White color preview on #F9E601 background

This text has white color on #F9E601 background.