COLOR #F1B71C

HEX: #F1B71C
RGB: (241,183,28)

Renk bilgisi

#F1B71C contains mainly red and green colors. #F1B71C ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#F1B71C color RGB value is (241,183,28).

  • kırmız ton 241;
  • yeşil ton 183;
  • mavi ton 28.
RGB:
(241,183,28)
(95%,72%,11%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 183 of 255 = 72%
B 28 of 255 = 11%

241
183
28

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 183 + 28 = 452 (100%)
R 241 of 452 ~ 53.32%
G 183 of 452 ~ 40.49%
B 28 of 452 ~ 6.19%

%53.32
%40.49

CMYK RENK MODELİ

#F1B71C rengi CMYK tonu (0,24,88,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.07%
  • sarı tonu 88.38%
  • ana renk tonu 5.49%
CMYK:
(0,24,88,5)
C0M24Y88K5 
(0%,24%,88%,5%)
(0.00/0.24/0.88/0.05)	

CMYK yüzdeleri

%0
%24.07
%88.38
%5.49

Codes

Color #F1B71C in popluar color models

F1B71C
RGB24118328
HSL44°88.38%52.75%
HSB/HSV44°88.38%94.51%
CMYK0.00%24.07%88.38%
5.49%

Color #F1B71C in popluar number systems.

HEXF1B71C
Decimal24118328
Binary111100011011011111100
Octal36126734

Shades and tints

Shades of #F1B71C

#F1B71C
(241,183,28)
#DCA71A
(220,167,26)
#C79718
(199,151,24)
#B28716
(178,135,22)
#9D7714
(157,119,20)
#886712
(136,103,18)
#735710
(115,87,16)
#5E470E
(94,71,14)
#49370C
(73,55,12)
#34270A
(52,39,10)
#1F1708
(31,23,8)
#000000
(0,0,0)

Tints of #F1B71C

#F1B71C
(241,183,28)
#F2BD30
(242,189,48)
#F3C344
(243,195,68)
#F4C958
(244,201,88)
#F5CF6C
(245,207,108)
#F6D580
(246,213,128)
#F7DB94
(247,219,148)
#F8E1A8
(248,225,168)
#F9E7BC
(249,231,188)
#FAEDD0
(250,237,208)
#FBF3E4
(251,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B71C color. Also use rgb(241,183,28) instead hex code.

Text Font Color

.myTextColor { color: #F1B71C; }

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

This text font color is #F1B71C.


Background Color

.myBgColor { background-color: #F1B71C; }

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

This div background color is #F1B71C.


Border color

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

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

This div border color is #F1B71C.


Opacity

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

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

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

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

This text has shadow with #F1B71C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B71C on black background.


Color preview on white background

This text has color #F1B71C on white background.



Black color preview on #F1B71C background

This text has black color on #F1B71C background.


White color preview on #F1B71C background

This text has white color on #F1B71C background.