COLOR #F9E47E

HEX: #F9E47E
RGB: (249,228,126)

Renk bilgisi

#F9E47E contains mainly red and green colors. #F9E47E ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F9E47E color RGB value is (249,228,126).

  • kırmız ton 249;
  • yeşil ton 228;
  • mavi ton 126.
RGB:
(249,228,126)
(98%,89%,49%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 228 of 255 = 89%
B 126 of 255 = 49%

249
228
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 228 + 126 = 603 (100%)
R 249 of 603 ~ 41.29%
G 228 of 603 ~ 37.81%
B 126 of 603 ~ 20.9%

%41.29
%37.81
%20.9

CMYK RENK MODELİ

#F9E47E rengi CMYK tonu (0,8,49,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.43%
  • sarı tonu 49.40%
  • ana renk tonu 2.35%
CMYK:
(0,8,49,2)
C0M8Y49K2 
(0%,8%,49%,2%)
(0.00/0.08/0.49/0.02)	

CMYK yüzdeleri

%0
%8.43
%49.4
%2.35

Codes

Color #F9E47E in popluar color models

F9E47E
RGB249228126
HSL50°91.11%73.53%
HSB/HSV50°49.40%97.65%
CMYK0.00%8.43%49.40%
2.35%

Color #F9E47E in popluar number systems.

HEXF9E47E
Decimal249228126
Binary11111001111001001111110
Octal371344176

Shades and tints

Shades of #F9E47E

#F9E47E
(249,228,126)
#E3D073
(227,208,115)
#CDBC68
(205,188,104)
#B7A85D
(183,168,93)
#A19452
(161,148,82)
#8B8047
(139,128,71)
#756C3C
(117,108,60)
#5F5831
(95,88,49)
#494426
(73,68,38)
#33301B
(51,48,27)
#1D1C10
(29,28,16)
#000000
(0,0,0)

Tints of #F9E47E

#F9E47E
(249,228,126)
#F9E689
(249,230,137)
#F9E894
(249,232,148)
#F9EA9F
(249,234,159)
#F9ECAA
(249,236,170)
#F9EEB5
(249,238,181)
#F9F0C0
(249,240,192)
#F9F2CB
(249,242,203)
#F9F4D6
(249,244,214)
#F9F6E1
(249,246,225)
#F9F8EC
(249,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E47E color. Also use rgb(249,228,126) instead hex code.

Text Font Color

.myTextColor { color: #F9E47E; }

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

This text font color is #F9E47E.


Background Color

.myBgColor { background-color: #F9E47E; }

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

This div background color is #F9E47E.


Border color

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

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

This div border color is #F9E47E.


Opacity

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

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

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

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

This text has shadow with #F9E47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E47E on black background.


Color preview on white background

This text has color #F9E47E on white background.



Black color preview on #F9E47E background

This text has black color on #F9E47E background.


White color preview on #F9E47E background

This text has white color on #F9E47E background.