COLOR #FACB4E

HEX: #FACB4E
RGB: (250,203,78)

Renk bilgisi

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

RGB renk modeli

#FACB4E color RGB value is (250,203,78).

  • kırmız ton 250;
  • yeşil ton 203;
  • mavi ton 78.
RGB:
(250,203,78)
(98%,80%,31%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 203 of 255 = 80%
B 78 of 255 = 31%

250
203
78

R + G + B ~ 70%. #FACB4E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 203 + 78 = 531 (100%)
R 250 of 531 ~ 47.08%
G 203 of 531 ~ 38.23%
B 78 of 531 ~ 14.69%

%47.08
%38.23
%14.69

CMYK RENK MODELİ

#FACB4E rengi CMYK tonu (0,19,69,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.80%
  • sarı tonu 68.80%
  • ana renk tonu 1.96%
CMYK:
(0,19,69,2)
C0M19Y69K2 
(0%,19%,69%,2%)
(0.00/0.19/0.69/0.02)	

CMYK yüzdeleri

%0
%18.8
%68.8
%1.96

Codes

Color #FACB4E in popluar color models

FACB4E
RGB25020378
HSL44°94.51%64.31%
HSB/HSV44°68.80%98.04%
CMYK0.00%18.80%68.80%
1.96%

Color #FACB4E in popluar number systems.

HEXFACB4E
Decimal25020378
Binary11111010110010111001110
Octal372313116

Shades and tints

Shades of #FACB4E

#FACB4E
(250,203,78)
#E4B947
(228,185,71)
#CEA740
(206,167,64)
#B89539
(184,149,57)
#A28332
(162,131,50)
#8C712B
(140,113,43)
#765F24
(118,95,36)
#604D1D
(96,77,29)
#4A3B16
(74,59,22)
#34290F
(52,41,15)
#1E1708
(30,23,8)
#000000
(0,0,0)

Tints of #FACB4E

#FACB4E
(250,203,78)
#FACF5E
(250,207,94)
#FAD36E
(250,211,110)
#FAD77E
(250,215,126)
#FADB8E
(250,219,142)
#FADF9E
(250,223,158)
#FAE3AE
(250,227,174)
#FAE7BE
(250,231,190)
#FAEBCE
(250,235,206)
#FAEFDE
(250,239,222)
#FAF3EE
(250,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACB4E color. Also use rgb(250,203,78) instead hex code.

Text Font Color

.myTextColor { color: #FACB4E; }

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

This text font color is #FACB4E.


Background Color

.myBgColor { background-color: #FACB4E; }

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

This div background color is #FACB4E.


Border color

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

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

This div border color is #FACB4E.


Opacity

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

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

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

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

This text has shadow with #FACB4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACB4E on black background.


Color preview on white background

This text has color #FACB4E on white background.



Black color preview on #FACB4E background

This text has black color on #FACB4E background.


White color preview on #FACB4E background

This text has white color on #FACB4E background.