COLOR #F1D393

HEX: #F1D393
RGB: (241,211,147)

Renk bilgisi

#F1D393 contains mainly red and green colors. #F1D393 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F1D393 color RGB value is (241,211,147).

  • kırmız ton 241;
  • yeşil ton 211;
  • mavi ton 147.
RGB:
(241,211,147)
(95%,83%,58%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 211 of 255 = 83%
B 147 of 255 = 58%

241
211
147

R + G + B ~ 79%. #F1D393 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 211 + 147 = 599 (100%)
R 241 of 599 ~ 40.23%
G 211 of 599 ~ 35.23%
B 147 of 599 ~ 24.54%

%40.23
%35.23
%24.54

CMYK RENK MODELİ

#F1D393 rengi CMYK tonu (0,12,39,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.45%
  • sarı tonu 39.00%
  • ana renk tonu 5.49%
CMYK:
(0,12,39,5)
C0M12Y39K5 
(0%,12%,39%,5%)
(0.00/0.12/0.39/0.05)	

CMYK yüzdeleri

%0
%12.45
%39
%5.49

Codes

Color #F1D393 in popluar color models

F1D393
RGB241211147
HSL41°77.05%76.08%
HSB/HSV41°39.00%94.51%
CMYK0.00%12.45%39.00%
5.49%

Color #F1D393 in popluar number systems.

HEXF1D393
Decimal241211147
Binary111100011101001110010011
Octal361323223

Shades and tints

Shades of #F1D393

#F1D393
(241,211,147)
#DCC086
(220,192,134)
#C7AD79
(199,173,121)
#B29A6C
(178,154,108)
#9D875F
(157,135,95)
#887452
(136,116,82)
#736145
(115,97,69)
#5E4E38
(94,78,56)
#493B2B
(73,59,43)
#34281E
(52,40,30)
#1F1511
(31,21,17)
#000000
(0,0,0)

Tints of #F1D393

#F1D393
(241,211,147)
#F2D79C
(242,215,156)
#F3DBA5
(243,219,165)
#F4DFAE
(244,223,174)
#F5E3B7
(245,227,183)
#F6E7C0
(246,231,192)
#F7EBC9
(247,235,201)
#F8EFD2
(248,239,210)
#F9F3DB
(249,243,219)
#FAF7E4
(250,247,228)
#FBFBED
(251,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D393 color. Also use rgb(241,211,147) instead hex code.

Text Font Color

.myTextColor { color: #F1D393; }

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

This text font color is #F1D393.


Background Color

.myBgColor { background-color: #F1D393; }

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

This div background color is #F1D393.


Border color

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

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

This div border color is #F1D393.


Opacity

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

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

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

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

This text has shadow with #F1D393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D393 on black background.


Color preview on white background

This text has color #F1D393 on white background.



Black color preview on #F1D393 background

This text has black color on #F1D393 background.


White color preview on #F1D393 background

This text has white color on #F1D393 background.