COLOR #F9D904

HEX: #F9D904
RGB: (249,217,4)

Renk bilgisi

#F9D904 contains mainly red and green colors. #F9D904 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#F9D904 color RGB value is (249,217,4).

  • kırmız ton 249;
  • yeşil ton 217;
  • mavi ton 4.
RGB:
(249,217,4)
(98%,85%,2%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 217 of 255 = 85%
B 4 of 255 = 2%

249
217
4

R + G + B ~ 62%. #F9D904 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 217 + 4 = 470 (100%)
R 249 of 470 ~ 52.98%
G 217 of 470 ~ 46.17%
B 4 of 470 ~ 0.85%

%52.98
%46.17

CMYK RENK MODELİ

#F9D904 rengi CMYK tonu (0,13,98,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.85%
  • sarı tonu 98.39%
  • ana renk tonu 2.35%
CMYK:
(0,13,98,2)
C0M13Y98K2 
(0%,13%,98%,2%)
(0.00/0.13/0.98/0.02)	

CMYK yüzdeleri

%0
%12.85
%98.39
%2.35

Codes

Color #F9D904 in popluar color models

F9D904
RGB2492174
HSL52°96.84%49.61%
HSB/HSV52°98.39%97.65%
CMYK0.00%12.85%98.39%
2.35%

Color #F9D904 in popluar number systems.

HEXF9D904
Decimal2492174
Binary1111100111011001100
Octal3713314

Shades and tints

Shades of #F9D904

#F9D904
(249,217,4)
#E3C604
(227,198,4)
#CDB304
(205,179,4)
#B7A004
(183,160,4)
#A18D04
(161,141,4)
#8B7A04
(139,122,4)
#756704
(117,103,4)
#5F5404
(95,84,4)
#494104
(73,65,4)
#332E04
(51,46,4)
#1D1B04
(29,27,4)
#000000
(0,0,0)

Tints of #F9D904

#F9D904
(249,217,4)
#F9DC1A
(249,220,26)
#F9DF30
(249,223,48)
#F9E246
(249,226,70)
#F9E55C
(249,229,92)
#F9E872
(249,232,114)
#F9EB88
(249,235,136)
#F9EE9E
(249,238,158)
#F9F1B4
(249,241,180)
#F9F4CA
(249,244,202)
#F9F7E0
(249,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D904 color. Also use rgb(249,217,4) instead hex code.

Text Font Color

.myTextColor { color: #F9D904; }

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

This text font color is #F9D904.


Background Color

.myBgColor { background-color: #F9D904; }

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

This div background color is #F9D904.


Border color

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

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

This div border color is #F9D904.


Opacity

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

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

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

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

This text has shadow with #F9D904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D904 on black background.


Color preview on white background

This text has color #F9D904 on white background.



Black color preview on #F9D904 background

This text has black color on #F9D904 background.


White color preview on #F9D904 background

This text has white color on #F9D904 background.