COLOR #F1C585

HEX: #F1C585
RGB: (241,197,133)

Renk bilgisi

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

RGB renk modeli

#F1C585 color RGB value is (241,197,133).

  • kırmız ton 241;
  • yeşil ton 197;
  • mavi ton 133.
RGB:
(241,197,133)
(95%,77%,52%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 197 of 255 = 77%
B 133 of 255 = 52%

241
197
133

R + G + B ~ 75%. #F1C585 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 197 + 133 = 571 (100%)
R 241 of 571 ~ 42.21%
G 197 of 571 ~ 34.5%
B 133 of 571 ~ 23.29%

%42.21
%34.5
%23.29

CMYK RENK MODELİ

#F1C585 rengi CMYK tonu (0,18,45,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.26%
  • sarı tonu 44.81%
  • ana renk tonu 5.49%
CMYK:
(0,18,45,5)
C0M18Y45K5 
(0%,18%,45%,5%)
(0.00/0.18/0.45/0.05)	

CMYK yüzdeleri

%0
%18.26
%44.81
%5.49

Codes

Color #F1C585 in popluar color models

F1C585
RGB241197133
HSL36°79.41%73.33%
HSB/HSV36°44.81%94.51%
CMYK0.00%18.26%44.81%
5.49%

Color #F1C585 in popluar number systems.

HEXF1C585
Decimal241197133
Binary111100011100010110000101
Octal361305205

Shades and tints

Shades of #F1C585

#F1C585
(241,197,133)
#DCB479
(220,180,121)
#C7A36D
(199,163,109)
#B29261
(178,146,97)
#9D8155
(157,129,85)
#887049
(136,112,73)
#735F3D
(115,95,61)
#5E4E31
(94,78,49)
#493D25
(73,61,37)
#342C19
(52,44,25)
#1F1B0D
(31,27,13)
#000000
(0,0,0)

Tints of #F1C585

#F1C585
(241,197,133)
#F2CA90
(242,202,144)
#F3CF9B
(243,207,155)
#F4D4A6
(244,212,166)
#F5D9B1
(245,217,177)
#F6DEBC
(246,222,188)
#F7E3C7
(247,227,199)
#F8E8D2
(248,232,210)
#F9EDDD
(249,237,221)
#FAF2E8
(250,242,232)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C585 color. Also use rgb(241,197,133) instead hex code.

Text Font Color

.myTextColor { color: #F1C585; }

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

This text font color is #F1C585.


Background Color

.myBgColor { background-color: #F1C585; }

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

This div background color is #F1C585.


Border color

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

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

This div border color is #F1C585.


Opacity

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

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

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

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

This text has shadow with #F1C585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C585 on black background.


Color preview on white background

This text has color #F1C585 on white background.



Black color preview on #F1C585 background

This text has black color on #F1C585 background.


White color preview on #F1C585 background

This text has white color on #F1C585 background.