COLOR #FEF9A1

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

254
249
161

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

Yüzdelerle RGB renk parçaları

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

%38.25
%37.5
%24.25

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%1.97
%36.61
%0.39

Codes

Color #FEF9A1 in popluar color models

FEF9A1
RGB254249161
HSL57°97.89%81.37%
HSB/HSV57°36.61%99.61%
CMYK0.00%1.97%36.61%
0.39%

Color #FEF9A1 in popluar number systems.

HEXFEF9A1
Decimal254249161
Binary111111101111100110100001
Octal376371241

Shades and tints

Shades of #FEF9A1

#FEF9A1
(254,249,161)
#E7E393
(231,227,147)
#D0CD85
(208,205,133)
#B9B777
(185,183,119)
#A2A169
(162,161,105)
#8B8B5B
(139,139,91)
#74754D
(116,117,77)
#5D5F3F
(93,95,63)
#464931
(70,73,49)
#2F3323
(47,51,35)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #FEF9A1

#FEF9A1
(254,249,161)
#FEF9A9
(254,249,169)
#FEF9B1
(254,249,177)
#FEF9B9
(254,249,185)
#FEF9C1
(254,249,193)
#FEF9C9
(254,249,201)
#FEF9D1
(254,249,209)
#FEF9D9
(254,249,217)
#FEF9E1
(254,249,225)
#FEF9E9
(254,249,233)
#FEF9F1
(254,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF9A1; }

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

This text font color is #FEF9A1.


Background Color

.myBgColor { background-color: #FEF9A1; }

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

This div background color is #FEF9A1.


Border color

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

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

This div border color is #FEF9A1.


Opacity

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

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

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

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

This text has shadow with #FEF9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF9A1 on black background.


Color preview on white background

This text has color #FEF9A1 on white background.



Black color preview on #FEF9A1 background

This text has black color on #FEF9A1 background.


White color preview on #FEF9A1 background

This text has white color on #FEF9A1 background.