COLOR #F9E971

HEX: #F9E971
RGB: (249,233,113)

Renk bilgisi

#F9E971 contains mainly red and green colors. #F9E971 ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#F9E971 color RGB value is (249,233,113).

  • kırmız ton 249;
  • yeşil ton 233;
  • mavi ton 113.
RGB:
(249,233,113)
(98%,91%,44%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 233 of 255 = 91%
B 113 of 255 = 44%

249
233
113

R + G + B ~ 78%. #F9E971 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 233 + 113 = 595 (100%)
R 249 of 595 ~ 41.85%
G 233 of 595 ~ 39.16%
B 113 of 595 ~ 18.99%

%41.85
%39.16
%18.99

CMYK RENK MODELİ

#F9E971 rengi CMYK tonu (0,6,55,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.43%
  • sarı tonu 54.62%
  • ana renk tonu 2.35%
CMYK:
(0,6,55,2)
C0M6Y55K2 
(0%,6%,55%,2%)
(0.00/0.06/0.55/0.02)	

CMYK yüzdeleri

%0
%6.43
%54.62
%2.35

Codes

Color #F9E971 in popluar color models

F9E971
RGB249233113
HSL53°91.89%70.98%
HSB/HSV53°54.62%97.65%
CMYK0.00%6.43%54.62%
2.35%

Color #F9E971 in popluar number systems.

HEXF9E971
Decimal249233113
Binary11111001111010011110001
Octal371351161

Shades and tints

Shades of #F9E971

#F9E971
(249,233,113)
#E3D467
(227,212,103)
#CDBF5D
(205,191,93)
#B7AA53
(183,170,83)
#A19549
(161,149,73)
#8B803F
(139,128,63)
#756B35
(117,107,53)
#5F562B
(95,86,43)
#494121
(73,65,33)
#332C17
(51,44,23)
#1D170D
(29,23,13)
#000000
(0,0,0)

Tints of #F9E971

#F9E971
(249,233,113)
#F9EB7D
(249,235,125)
#F9ED89
(249,237,137)
#F9EF95
(249,239,149)
#F9F1A1
(249,241,161)
#F9F3AD
(249,243,173)
#F9F5B9
(249,245,185)
#F9F7C5
(249,247,197)
#F9F9D1
(249,249,209)
#F9FBDD
(249,251,221)
#F9FDE9
(249,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E971 color. Also use rgb(249,233,113) instead hex code.

Text Font Color

.myTextColor { color: #F9E971; }

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

This text font color is #F9E971.


Background Color

.myBgColor { background-color: #F9E971; }

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

This div background color is #F9E971.


Border color

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

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

This div border color is #F9E971.


Opacity

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

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

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

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

This text has shadow with #F9E971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E971 on black background.


Color preview on white background

This text has color #F9E971 on white background.



Black color preview on #F9E971 background

This text has black color on #F9E971 background.


White color preview on #F9E971 background

This text has white color on #F9E971 background.