COLOR #F1C265

HEX: #F1C265
RGB: (241,194,101)

Renk bilgisi

#F1C265 contains mainly red and green colors. #F1C265 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F1C265 color RGB value is (241,194,101).

  • kırmız ton 241;
  • yeşil ton 194;
  • mavi ton 101.
RGB:
(241,194,101)
(95%,76%,40%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 194 of 255 = 76%
B 101 of 255 = 40%

241
194
101

R + G + B ~ 70%. #F1C265 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 194 + 101 = 536 (100%)
R 241 of 536 ~ 44.96%
G 194 of 536 ~ 36.19%
B 101 of 536 ~ 18.84%

%44.96
%36.19
%18.84

CMYK RENK MODELİ

#F1C265 rengi CMYK tonu (0,20,58,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.50%
  • sarı tonu 58.09%
  • ana renk tonu 5.49%
CMYK:
(0,20,58,5)
C0M20Y58K5 
(0%,20%,58%,5%)
(0.00/0.20/0.58/0.05)	

CMYK yüzdeleri

%0
%19.5
%58.09
%5.49

Codes

Color #F1C265 in popluar color models

F1C265
RGB241194101
HSL40°83.33%67.06%
HSB/HSV40°58.09%94.51%
CMYK0.00%19.50%58.09%
5.49%

Color #F1C265 in popluar number systems.

HEXF1C265
Decimal241194101
Binary11110001110000101100101
Octal361302145

Shades and tints

Shades of #F1C265

#F1C265
(241,194,101)
#DCB15C
(220,177,92)
#C7A053
(199,160,83)
#B28F4A
(178,143,74)
#9D7E41
(157,126,65)
#886D38
(136,109,56)
#735C2F
(115,92,47)
#5E4B26
(94,75,38)
#493A1D
(73,58,29)
#342914
(52,41,20)
#1F180B
(31,24,11)
#000000
(0,0,0)

Tints of #F1C265

#F1C265
(241,194,101)
#F2C773
(242,199,115)
#F3CC81
(243,204,129)
#F4D18F
(244,209,143)
#F5D69D
(245,214,157)
#F6DBAB
(246,219,171)
#F7E0B9
(247,224,185)
#F8E5C7
(248,229,199)
#F9EAD5
(249,234,213)
#FAEFE3
(250,239,227)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C265 color. Also use rgb(241,194,101) instead hex code.

Text Font Color

.myTextColor { color: #F1C265; }

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

This text font color is #F1C265.


Background Color

.myBgColor { background-color: #F1C265; }

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

This div background color is #F1C265.


Border color

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

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

This div border color is #F1C265.


Opacity

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

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

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

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

This text has shadow with #F1C265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C265 on black background.


Color preview on white background

This text has color #F1C265 on white background.



Black color preview on #F1C265 background

This text has black color on #F1C265 background.


White color preview on #F1C265 background

This text has white color on #F1C265 background.