COLOR #FCA14F

HEX: #FCA14F
RGB: (252,161,79)

Renk bilgisi

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

RGB renk modeli

#FCA14F color RGB value is (252,161,79).

  • kırmız ton 252;
  • yeşil ton 161;
  • mavi ton 79.
RGB:
(252,161,79)
(99%,63%,31%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 161 of 255 = 63%
B 79 of 255 = 31%

252
161
79

R + G + B ~ 64%. #FCA14F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 161 + 79 = 492 (100%)
R 252 of 492 ~ 51.22%
G 161 of 492 ~ 32.72%
B 79 of 492 ~ 16.06%

%51.22
%32.72
%16.06

CMYK RENK MODELİ

#FCA14F rengi CMYK tonu (0,36,69,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.11%
  • sarı tonu 68.65%
  • ana renk tonu 1.18%
CMYK:
(0,36,69,1)
C0M36Y69K1 
(0%,36%,69%,1%)
(0.00/0.36/0.69/0.01)	

CMYK yüzdeleri

%0
%36.11
%68.65
%1.18

Codes

Color #FCA14F in popluar color models

FCA14F
RGB25216179
HSL28°96.65%64.90%
HSB/HSV28°68.65%98.82%
CMYK0.00%36.11%68.65%
1.18%

Color #FCA14F in popluar number systems.

HEXFCA14F
Decimal25216179
Binary11111100101000011001111
Octal374241117

Shades and tints

Shades of #FCA14F

#FCA14F
(252,161,79)
#E69348
(230,147,72)
#D08541
(208,133,65)
#BA773A
(186,119,58)
#A46933
(164,105,51)
#8E5B2C
(142,91,44)
#784D25
(120,77,37)
#623F1E
(98,63,30)
#4C3117
(76,49,23)
#362310
(54,35,16)
#201509
(32,21,9)
#000000
(0,0,0)

Tints of #FCA14F

#FCA14F
(252,161,79)
#FCA95F
(252,169,95)
#FCB16F
(252,177,111)
#FCB97F
(252,185,127)
#FCC18F
(252,193,143)
#FCC99F
(252,201,159)
#FCD1AF
(252,209,175)
#FCD9BF
(252,217,191)
#FCE1CF
(252,225,207)
#FCE9DF
(252,233,223)
#FCF1EF
(252,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA14F color. Also use rgb(252,161,79) instead hex code.

Text Font Color

.myTextColor { color: #FCA14F; }

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

This text font color is #FCA14F.


Background Color

.myBgColor { background-color: #FCA14F; }

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

This div background color is #FCA14F.


Border color

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

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

This div border color is #FCA14F.


Opacity

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

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

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

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

This text has shadow with #FCA14F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA14F on black background.


Color preview on white background

This text has color #FCA14F on white background.



Black color preview on #FCA14F background

This text has black color on #FCA14F background.


White color preview on #FCA14F background

This text has white color on #FCA14F background.