COLOR #F9B404

HEX: #F9B404
RGB: (249,180,4)

Renk bilgisi

#F9B404 contains mainly red color. #F9B404 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#F9B404 color RGB value is (249,180,4).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 180 of 255 = 71%
B 4 of 255 = 2%

249
180
4

R + G + B ~ 57%. #F9B404 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 180 + 4 = 433 (100%)
R 249 of 433 ~ 57.51%
G 180 of 433 ~ 41.57%
B 4 of 433 ~ 0.92%

%57.51
%41.57

CMYK RENK MODELİ

#F9B404 rengi CMYK tonu (0,28,98,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.71%
  • sarı tonu 98.39%
  • ana renk tonu 2.35%
CMYK:
(0,28,98,2)
C0M28Y98K2 
(0%,28%,98%,2%)
(0.00/0.28/0.98/0.02)	

CMYK yüzdeleri

%0
%27.71
%98.39
%2.35

Codes

Color #F9B404 in popluar color models

F9B404
RGB2491804
HSL43°96.84%49.61%
HSB/HSV43°98.39%97.65%
CMYK0.00%27.71%98.39%
2.35%

Color #F9B404 in popluar number systems.

HEXF9B404
Decimal2491804
Binary1111100110110100100
Octal3712644

Shades and tints

Shades of #F9B404

#F9B404
(249,180,4)
#E3A404
(227,164,4)
#CD9404
(205,148,4)
#B78404
(183,132,4)
#A17404
(161,116,4)
#8B6404
(139,100,4)
#755404
(117,84,4)
#5F4404
(95,68,4)
#493404
(73,52,4)
#332404
(51,36,4)
#1D1404
(29,20,4)
#000000
(0,0,0)

Tints of #F9B404

#F9B404
(249,180,4)
#F9BA1A
(249,186,26)
#F9C030
(249,192,48)
#F9C646
(249,198,70)
#F9CC5C
(249,204,92)
#F9D272
(249,210,114)
#F9D888
(249,216,136)
#F9DE9E
(249,222,158)
#F9E4B4
(249,228,180)
#F9EACA
(249,234,202)
#F9F0E0
(249,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B404; }

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

This text font color is #F9B404.


Background Color

.myBgColor { background-color: #F9B404; }

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

This div background color is #F9B404.


Border color

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

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

This div border color is #F9B404.


Opacity

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

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

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

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

This text has shadow with #F9B404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B404 on black background.


Color preview on white background

This text has color #F9B404 on white background.



Black color preview on #F9B404 background

This text has black color on #F9B404 background.


White color preview on #F9B404 background

This text has white color on #F9B404 background.