COLOR #F9DA31

HEX: #F9DA31
RGB: (249,218,49)

Renk bilgisi

#F9DA31 contains mainly red and green colors. #F9DA31 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#F9DA31 color RGB value is (249,218,49).

  • kırmız ton 249;
  • yeşil ton 218;
  • mavi ton 49.
RGB:
(249,218,49)
(98%,85%,19%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 218 of 255 = 85%
B 49 of 255 = 19%

249
218
49

R + G + B ~ 67%. #F9DA31 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 218 + 49 = 516 (100%)
R 249 of 516 ~ 48.26%
G 218 of 516 ~ 42.25%
B 49 of 516 ~ 9.5%

%48.26
%42.25

CMYK RENK MODELİ

#F9DA31 rengi CMYK tonu (0,12,80,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.45%
  • sarı tonu 80.32%
  • ana renk tonu 2.35%
CMYK:
(0,12,80,2)
C0M12Y80K2 
(0%,12%,80%,2%)
(0.00/0.12/0.80/0.02)	

CMYK yüzdeleri

%0
%12.45
%80.32
%2.35

Codes

Color #F9DA31 in popluar color models

F9DA31
RGB24921849
HSL51°94.34%58.43%
HSB/HSV51°80.32%97.65%
CMYK0.00%12.45%80.32%
2.35%

Color #F9DA31 in popluar number systems.

HEXF9DA31
Decimal24921849
Binary1111100111011010110001
Octal37133261

Shades and tints

Shades of #F9DA31

#F9DA31
(249,218,49)
#E3C72D
(227,199,45)
#CDB429
(205,180,41)
#B7A125
(183,161,37)
#A18E21
(161,142,33)
#8B7B1D
(139,123,29)
#756819
(117,104,25)
#5F5515
(95,85,21)
#494211
(73,66,17)
#332F0D
(51,47,13)
#1D1C09
(29,28,9)
#000000
(0,0,0)

Tints of #F9DA31

#F9DA31
(249,218,49)
#F9DD43
(249,221,67)
#F9E055
(249,224,85)
#F9E367
(249,227,103)
#F9E679
(249,230,121)
#F9E98B
(249,233,139)
#F9EC9D
(249,236,157)
#F9EFAF
(249,239,175)
#F9F2C1
(249,242,193)
#F9F5D3
(249,245,211)
#F9F8E5
(249,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DA31 color. Also use rgb(249,218,49) instead hex code.

Text Font Color

.myTextColor { color: #F9DA31; }

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

This text font color is #F9DA31.


Background Color

.myBgColor { background-color: #F9DA31; }

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

This div background color is #F9DA31.


Border color

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

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

This div border color is #F9DA31.


Opacity

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

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

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

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

This text has shadow with #F9DA31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DA31 on black background.


Color preview on white background

This text has color #F9DA31 on white background.



Black color preview on #F9DA31 background

This text has black color on #F9DA31 background.


White color preview on #F9DA31 background

This text has white color on #F9DA31 background.