COLOR #F1D765

HEX: #F1D765
RGB: (241,215,101)

Renk bilgisi

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

RGB renk modeli

#F1D765 color RGB value is (241,215,101).

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

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 215 of 255 = 84%
B 101 of 255 = 40%

241
215
101

R + G + B ~ 73%. #F1D765 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 215 + 101 = 557 (100%)
R 241 of 557 ~ 43.27%
G 215 of 557 ~ 38.6%
B 101 of 557 ~ 18.13%

%43.27
%38.6
%18.13

CMYK RENK MODELİ

#F1D765 rengi CMYK tonu (0,11,58,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.79%
  • sarı tonu 58.09%
  • ana renk tonu 5.49%
CMYK:
(0,11,58,5)
C0M11Y58K5 
(0%,11%,58%,5%)
(0.00/0.11/0.58/0.05)	

CMYK yüzdeleri

%0
%10.79
%58.09
%5.49

Codes

Color #F1D765 in popluar color models

F1D765
RGB241215101
HSL49°83.33%67.06%
HSB/HSV49°58.09%94.51%
CMYK0.00%10.79%58.09%
5.49%

Color #F1D765 in popluar number systems.

HEXF1D765
Decimal241215101
Binary11110001110101111100101
Octal361327145

Shades and tints

Shades of #F1D765

#F1D765
(241,215,101)
#DCC45C
(220,196,92)
#C7B153
(199,177,83)
#B29E4A
(178,158,74)
#9D8B41
(157,139,65)
#887838
(136,120,56)
#73652F
(115,101,47)
#5E5226
(94,82,38)
#493F1D
(73,63,29)
#342C14
(52,44,20)
#1F190B
(31,25,11)
#000000
(0,0,0)

Tints of #F1D765

#F1D765
(241,215,101)
#F2DA73
(242,218,115)
#F3DD81
(243,221,129)
#F4E08F
(244,224,143)
#F5E39D
(245,227,157)
#F6E6AB
(246,230,171)
#F7E9B9
(247,233,185)
#F8ECC7
(248,236,199)
#F9EFD5
(249,239,213)
#FAF2E3
(250,242,227)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D765; }

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

This text font color is #F1D765.


Background Color

.myBgColor { background-color: #F1D765; }

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

This div background color is #F1D765.


Border color

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

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

This div border color is #F1D765.


Opacity

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

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

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

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

This text has shadow with #F1D765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D765 on black background.


Color preview on white background

This text has color #F1D765 on white background.



Black color preview on #F1D765 background

This text has black color on #F1D765 background.


White color preview on #F1D765 background

This text has white color on #F1D765 background.