COLOR #F9C011

HEX: #F9C011
RGB: (249,192,17)

Renk bilgisi

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

RGB renk modeli

#F9C011 color RGB value is (249,192,17).

  • kırmız ton 249;
  • yeşil ton 192;
  • mavi ton 17.
RGB:
(249,192,17)
(98%,75%,7%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 192 of 255 = 75%
B 17 of 255 = 7%

249
192
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 192 + 17 = 458 (100%)
R 249 of 458 ~ 54.37%
G 192 of 458 ~ 41.92%
B 17 of 458 ~ 3.71%

%54.37
%41.92

CMYK RENK MODELİ

#F9C011 rengi CMYK tonu (0,23,93,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.89%
  • sarı tonu 93.17%
  • ana renk tonu 2.35%
CMYK:
(0,23,93,2)
C0M23Y93K2 
(0%,23%,93%,2%)
(0.00/0.23/0.93/0.02)	

CMYK yüzdeleri

%0
%22.89
%93.17
%2.35

Codes

Color #F9C011 in popluar color models

F9C011
RGB24919217
HSL45°95.08%52.16%
HSB/HSV45°93.17%97.65%
CMYK0.00%22.89%93.17%
2.35%

Color #F9C011 in popluar number systems.

HEXF9C011
Decimal24919217
Binary111110011100000010001
Octal37130021

Shades and tints

Shades of #F9C011

#F9C011
(249,192,17)
#E3AF10
(227,175,16)
#CD9E0F
(205,158,15)
#B78D0E
(183,141,14)
#A17C0D
(161,124,13)
#8B6B0C
(139,107,12)
#755A0B
(117,90,11)
#5F490A
(95,73,10)
#493809
(73,56,9)
#332708
(51,39,8)
#1D1607
(29,22,7)
#000000
(0,0,0)

Tints of #F9C011

#F9C011
(249,192,17)
#F9C526
(249,197,38)
#F9CA3B
(249,202,59)
#F9CF50
(249,207,80)
#F9D465
(249,212,101)
#F9D97A
(249,217,122)
#F9DE8F
(249,222,143)
#F9E3A4
(249,227,164)
#F9E8B9
(249,232,185)
#F9EDCE
(249,237,206)
#F9F2E3
(249,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C011 color. Also use rgb(249,192,17) instead hex code.

Text Font Color

.myTextColor { color: #F9C011; }

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

This text font color is #F9C011.


Background Color

.myBgColor { background-color: #F9C011; }

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

This div background color is #F9C011.


Border color

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

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

This div border color is #F9C011.


Opacity

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

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

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

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

This text has shadow with #F9C011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C011 on black background.


Color preview on white background

This text has color #F9C011 on white background.



Black color preview on #F9C011 background

This text has black color on #F9C011 background.


White color preview on #F9C011 background

This text has white color on #F9C011 background.