COLOR #FAC960

HEX: #FAC960
RGB: (250,201,96)

Renk bilgisi

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

RGB renk modeli

#FAC960 color RGB value is (250,201,96).

  • kırmız ton 250;
  • yeşil ton 201;
  • mavi ton 96.
RGB:
(250,201,96)
(98%,79%,38%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 201 of 255 = 79%
B 96 of 255 = 38%

250
201
96

R + G + B ~ 72%. #FAC960 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 201 + 96 = 547 (100%)
R 250 of 547 ~ 45.7%
G 201 of 547 ~ 36.75%
B 96 of 547 ~ 17.55%

%45.7
%36.75
%17.55

CMYK RENK MODELİ

#FAC960 rengi CMYK tonu (0,20,62,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.60%
  • sarı tonu 61.60%
  • ana renk tonu 1.96%
CMYK:
(0,20,62,2)
C0M20Y62K2 
(0%,20%,62%,2%)
(0.00/0.20/0.62/0.02)	

CMYK yüzdeleri

%0
%19.6
%61.6
%1.96

Codes

Color #FAC960 in popluar color models

FAC960
RGB25020196
HSL41°93.90%67.84%
HSB/HSV41°61.60%98.04%
CMYK0.00%19.60%61.60%
1.96%

Color #FAC960 in popluar number systems.

HEXFAC960
Decimal25020196
Binary11111010110010011100000
Octal372311140

Shades and tints

Shades of #FAC960

#FAC960
(250,201,96)
#E4B758
(228,183,88)
#CEA550
(206,165,80)
#B89348
(184,147,72)
#A28140
(162,129,64)
#8C6F38
(140,111,56)
#765D30
(118,93,48)
#604B28
(96,75,40)
#4A3920
(74,57,32)
#342718
(52,39,24)
#1E1510
(30,21,16)
#000000
(0,0,0)

Tints of #FAC960

#FAC960
(250,201,96)
#FACD6E
(250,205,110)
#FAD17C
(250,209,124)
#FAD58A
(250,213,138)
#FAD998
(250,217,152)
#FADDA6
(250,221,166)
#FAE1B4
(250,225,180)
#FAE5C2
(250,229,194)
#FAE9D0
(250,233,208)
#FAEDDE
(250,237,222)
#FAF1EC
(250,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC960 color. Also use rgb(250,201,96) instead hex code.

Text Font Color

.myTextColor { color: #FAC960; }

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

This text font color is #FAC960.


Background Color

.myBgColor { background-color: #FAC960; }

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

This div background color is #FAC960.


Border color

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

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

This div border color is #FAC960.


Opacity

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

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

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

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

This text has shadow with #FAC960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC960 on black background.


Color preview on white background

This text has color #FAC960 on white background.



Black color preview on #FAC960 background

This text has black color on #FAC960 background.


White color preview on #FAC960 background

This text has white color on #FAC960 background.