COLOR #F3C20B

HEX: #F3C20B
RGB: (243,194,11)

Renk bilgisi

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

RGB renk modeli

#F3C20B color RGB value is (243,194,11).

  • kırmız ton 243;
  • yeşil ton 194;
  • mavi ton 11.
RGB:
(243,194,11)
(95%,76%,4%)

RGB bağlantıları ve doygunluk

R 243 of 255 = 95%
G 194 of 255 = 76%
B 11 of 255 = 4%

243
194
11

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

Yüzdelerle RGB renk parçaları

R + G + B =
243 + 194 + 11 = 448 (100%)
R 243 of 448 ~ 54.24%
G 194 of 448 ~ 43.3%
B 11 of 448 ~ 2.46%

%54.24
%43.3

CMYK RENK MODELİ

#F3C20B rengi CMYK tonu (0,20,95,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.16%
  • sarı tonu 95.47%
  • ana renk tonu 4.71%
CMYK:
(0,20,95,5)
C0M20Y95K5 
(0%,20%,95%,5%)
(0.00/0.20/0.95/0.05)	

CMYK yüzdeleri

%0
%20.16
%95.47
%4.71

Codes

Color #F3C20B in popluar color models

F3C20B
RGB24319411
HSL47°91.34%49.80%
HSB/HSV47°95.47%95.29%
CMYK0.00%20.16%95.47%
4.71%

Color #F3C20B in popluar number systems.

HEXF3C20B
Decimal24319411
Binary11110011110000101011
Octal36330213

Shades and tints

Shades of #F3C20B

#F3C20B
(243,194,11)
#DDB10A
(221,177,10)
#C7A009
(199,160,9)
#B18F08
(177,143,8)
#9B7E07
(155,126,7)
#856D06
(133,109,6)
#6F5C05
(111,92,5)
#594B04
(89,75,4)
#433A03
(67,58,3)
#2D2902
(45,41,2)
#171801
(23,24,1)
#000000
(0,0,0)

Tints of #F3C20B

#F3C20B
(243,194,11)
#F4C721
(244,199,33)
#F5CC37
(245,204,55)
#F6D14D
(246,209,77)
#F7D663
(247,214,99)
#F8DB79
(248,219,121)
#F9E08F
(249,224,143)
#FAE5A5
(250,229,165)
#FBEABB
(251,234,187)
#FCEFD1
(252,239,209)
#FDF4E7
(253,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C20B color. Also use rgb(243,194,11) instead hex code.

Text Font Color

.myTextColor { color: #F3C20B; }

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

This text font color is #F3C20B.


Background Color

.myBgColor { background-color: #F3C20B; }

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

This div background color is #F3C20B.


Border color

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

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

This div border color is #F3C20B.


Opacity

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

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

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

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

This text has shadow with #F3C20B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C20B on black background.


Color preview on white background

This text has color #F3C20B on white background.



Black color preview on #F3C20B background

This text has black color on #F3C20B background.


White color preview on #F3C20B background

This text has white color on #F3C20B background.