COLOR #F1A409

HEX: #F1A409
RGB: (241,164,9)

Renk bilgisi

#F1A409 contains mainly red color. #F1A409 ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

#F1A409 color RGB value is (241,164,9).

  • kırmız ton 241;
  • yeşil ton 164;
  • mavi ton 9.
RGB:
(241,164,9)
(95%,64%,4%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 164 of 255 = 64%
B 9 of 255 = 4%

241
164
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 164 + 9 = 414 (100%)
R 241 of 414 ~ 58.21%
G 164 of 414 ~ 39.61%
B 9 of 414 ~ 2.17%

%58.21
%39.61

CMYK RENK MODELİ

#F1A409 rengi CMYK tonu (0,32,96,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.95%
  • sarı tonu 96.27%
  • ana renk tonu 5.49%
CMYK:
(0,32,96,5)
C0M32Y96K5 
(0%,32%,96%,5%)
(0.00/0.32/0.96/0.05)	

CMYK yüzdeleri

%0
%31.95
%96.27
%5.49

Codes

Color #F1A409 in popluar color models

F1A409
RGB2411649
HSL40°92.80%49.02%
HSB/HSV40°96.27%94.51%
CMYK0.00%31.95%96.27%
5.49%

Color #F1A409 in popluar number systems.

HEXF1A409
Decimal2411649
Binary11110001101001001001
Octal36124411

Shades and tints

Shades of #F1A409

#F1A409
(241,164,9)
#DC9609
(220,150,9)
#C78809
(199,136,9)
#B27A09
(178,122,9)
#9D6C09
(157,108,9)
#885E09
(136,94,9)
#735009
(115,80,9)
#5E4209
(94,66,9)
#493409
(73,52,9)
#342609
(52,38,9)
#1F1809
(31,24,9)
#000000
(0,0,0)

Tints of #F1A409

#F1A409
(241,164,9)
#F2AC1F
(242,172,31)
#F3B435
(243,180,53)
#F4BC4B
(244,188,75)
#F5C461
(245,196,97)
#F6CC77
(246,204,119)
#F7D48D
(247,212,141)
#F8DCA3
(248,220,163)
#F9E4B9
(249,228,185)
#FAECCF
(250,236,207)
#FBF4E5
(251,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A409 color. Also use rgb(241,164,9) instead hex code.

Text Font Color

.myTextColor { color: #F1A409; }

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

This text font color is #F1A409.


Background Color

.myBgColor { background-color: #F1A409; }

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

This div background color is #F1A409.


Border color

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

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

This div border color is #F1A409.


Opacity

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

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

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

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

This text has shadow with #F1A409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A409 on black background.


Color preview on white background

This text has color #F1A409 on white background.



Black color preview on #F1A409 background

This text has black color on #F1A409 background.


White color preview on #F1A409 background

This text has white color on #F1A409 background.