COLOR #F9FEA1

HEX: #F9FEA1
RGB: (249,254,161)

Renk bilgisi

#F9FEA1 contains mainly red and green colors. #F9FEA1 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#F9FEA1 color RGB value is (249,254,161).

  • kırmız ton 249;
  • yeşil ton 254;
  • mavi ton 161.
RGB:
(249,254,161)
(98%,100%,63%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 254 of 255 = 100%
B 161 of 255 = 63%

249
254
161

R + G + B ~ 87%. #F9FEA1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 254 + 161 = 664 (100%)
R 249 of 664 ~ 37.5%
G 254 of 664 ~ 38.25%
B 161 of 664 ~ 24.25%

%37.5
%38.25
%24.25

CMYK RENK MODELİ

#F9FEA1 rengi CMYK tonu (2,0,37,0).

  • camgöbeği tonu 1.97%
  • eflatun tonu 0.00%
  • sarı tonu 36.61%
  • ana renk tonu 0.39%
CMYK:
(2,0,37,0)
C2M0Y37K0 
(2%,0%,37%,0%)
(0.02/0.00/0.37/0.00)	

CMYK yüzdeleri

%1.97
%0
%36.61
%0.39

Codes

Color #F9FEA1 in popluar color models

F9FEA1
RGB249254161
HSL63°97.89%81.37%
HSB/HSV63°36.61%99.61%
CMYK1.97%0.00%36.61%
0.39%

Color #F9FEA1 in popluar number systems.

HEXF9FEA1
Decimal249254161
Binary111110011111111010100001
Octal371376241

Shades and tints

Shades of #F9FEA1

#F9FEA1
(249,254,161)
#E3E793
(227,231,147)
#CDD085
(205,208,133)
#B7B977
(183,185,119)
#A1A269
(161,162,105)
#8B8B5B
(139,139,91)
#75744D
(117,116,77)
#5F5D3F
(95,93,63)
#494631
(73,70,49)
#332F23
(51,47,35)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #F9FEA1

#F9FEA1
(249,254,161)
#F9FEA9
(249,254,169)
#F9FEB1
(249,254,177)
#F9FEB9
(249,254,185)
#F9FEC1
(249,254,193)
#F9FEC9
(249,254,201)
#F9FED1
(249,254,209)
#F9FED9
(249,254,217)
#F9FEE1
(249,254,225)
#F9FEE9
(249,254,233)
#F9FEF1
(249,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FEA1 color. Also use rgb(249,254,161) instead hex code.

Text Font Color

.myTextColor { color: #F9FEA1; }

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

This text font color is #F9FEA1.


Background Color

.myBgColor { background-color: #F9FEA1; }

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

This div background color is #F9FEA1.


Border color

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

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

This div border color is #F9FEA1.


Opacity

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

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

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

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

This text has shadow with #F9FEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FEA1 on black background.


Color preview on white background

This text has color #F9FEA1 on white background.



Black color preview on #F9FEA1 background

This text has black color on #F9FEA1 background.


White color preview on #F9FEA1 background

This text has white color on #F9FEA1 background.