COLOR #F1A471

HEX: #F1A471
RGB: (241,164,113)

Renk bilgisi

#F1A471 contains mainly red color. #F1A471 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#F1A471 color RGB value is (241,164,113).

  • kırmız ton 241;
  • yeşil ton 164;
  • mavi ton 113.
RGB:
(241,164,113)
(95%,64%,44%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 164 of 255 = 64%
B 113 of 255 = 44%

241
164
113

R + G + B ~ 68%. #F1A471 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 164 + 113 = 518 (100%)
R 241 of 518 ~ 46.53%
G 164 of 518 ~ 31.66%
B 113 of 518 ~ 21.81%

%46.53
%31.66
%21.81

CMYK RENK MODELİ

#F1A471 rengi CMYK tonu (0,32,53,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.95%
  • sarı tonu 53.11%
  • ana renk tonu 5.49%
CMYK:
(0,32,53,5)
C0M32Y53K5 
(0%,32%,53%,5%)
(0.00/0.32/0.53/0.05)	

CMYK yüzdeleri

%0
%31.95
%53.11
%5.49

Codes

Color #F1A471 in popluar color models

F1A471
RGB241164113
HSL24°82.05%69.41%
HSB/HSV24°53.11%94.51%
CMYK0.00%31.95%53.11%
5.49%

Color #F1A471 in popluar number systems.

HEXF1A471
Decimal241164113
Binary11110001101001001110001
Octal361244161

Shades and tints

Shades of #F1A471

#F1A471
(241,164,113)
#DC9667
(220,150,103)
#C7885D
(199,136,93)
#B27A53
(178,122,83)
#9D6C49
(157,108,73)
#885E3F
(136,94,63)
#735035
(115,80,53)
#5E422B
(94,66,43)
#493421
(73,52,33)
#342617
(52,38,23)
#1F180D
(31,24,13)
#000000
(0,0,0)

Tints of #F1A471

#F1A471
(241,164,113)
#F2AC7D
(242,172,125)
#F3B489
(243,180,137)
#F4BC95
(244,188,149)
#F5C4A1
(245,196,161)
#F6CCAD
(246,204,173)
#F7D4B9
(247,212,185)
#F8DCC5
(248,220,197)
#F9E4D1
(249,228,209)
#FAECDD
(250,236,221)
#FBF4E9
(251,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A471 color. Also use rgb(241,164,113) instead hex code.

Text Font Color

.myTextColor { color: #F1A471; }

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

This text font color is #F1A471.


Background Color

.myBgColor { background-color: #F1A471; }

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

This div background color is #F1A471.


Border color

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

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

This div border color is #F1A471.


Opacity

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

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

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

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

This text has shadow with #F1A471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A471 on black background.


Color preview on white background

This text has color #F1A471 on white background.



Black color preview on #F1A471 background

This text has black color on #F1A471 background.


White color preview on #F1A471 background

This text has white color on #F1A471 background.