COLOR #FAC686

HEX: #FAC686
RGB: (250,198,134)

Renk bilgisi

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

RGB renk modeli

#FAC686 color RGB value is (250,198,134).

  • kırmız ton 250;
  • yeşil ton 198;
  • mavi ton 134.
RGB:
(250,198,134)
(98%,78%,53%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 198 of 255 = 78%
B 134 of 255 = 53%

250
198
134

R + G + B ~ 76%. #FAC686 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 198 + 134 = 582 (100%)
R 250 of 582 ~ 42.96%
G 198 of 582 ~ 34.02%
B 134 of 582 ~ 23.02%

%42.96
%34.02
%23.02

CMYK RENK MODELİ

#FAC686 rengi CMYK tonu (0,21,46,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.80%
  • sarı tonu 46.40%
  • ana renk tonu 1.96%
CMYK:
(0,21,46,2)
C0M21Y46K2 
(0%,21%,46%,2%)
(0.00/0.21/0.46/0.02)	

CMYK yüzdeleri

%0
%20.8
%46.4
%1.96

Codes

Color #FAC686 in popluar color models

FAC686
RGB250198134
HSL33°92.06%75.29%
HSB/HSV33°46.40%98.04%
CMYK0.00%20.80%46.40%
1.96%

Color #FAC686 in popluar number systems.

HEXFAC686
Decimal250198134
Binary111110101100011010000110
Octal372306206

Shades and tints

Shades of #FAC686

#FAC686
(250,198,134)
#E4B47A
(228,180,122)
#CEA26E
(206,162,110)
#B89062
(184,144,98)
#A27E56
(162,126,86)
#8C6C4A
(140,108,74)
#765A3E
(118,90,62)
#604832
(96,72,50)
#4A3626
(74,54,38)
#34241A
(52,36,26)
#1E120E
(30,18,14)
#000000
(0,0,0)

Tints of #FAC686

#FAC686
(250,198,134)
#FACB91
(250,203,145)
#FAD09C
(250,208,156)
#FAD5A7
(250,213,167)
#FADAB2
(250,218,178)
#FADFBD
(250,223,189)
#FAE4C8
(250,228,200)
#FAE9D3
(250,233,211)
#FAEEDE
(250,238,222)
#FAF3E9
(250,243,233)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC686 color. Also use rgb(250,198,134) instead hex code.

Text Font Color

.myTextColor { color: #FAC686; }

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

This text font color is #FAC686.


Background Color

.myBgColor { background-color: #FAC686; }

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

This div background color is #FAC686.


Border color

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

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

This div border color is #FAC686.


Opacity

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

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

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

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

This text has shadow with #FAC686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC686 on black background.


Color preview on white background

This text has color #FAC686 on white background.



Black color preview on #FAC686 background

This text has black color on #FAC686 background.


White color preview on #FAC686 background

This text has white color on #FAC686 background.