COLOR #FCC68F

HEX: #FCC68F
RGB: (252,198,143)

Renk bilgisi

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

RGB renk modeli

#FCC68F color RGB value is (252,198,143).

  • kırmız ton 252;
  • yeşil ton 198;
  • mavi ton 143.
RGB:
(252,198,143)
(99%,78%,56%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 198 of 255 = 78%
B 143 of 255 = 56%

252
198
143

R + G + B ~ 78%. #FCC68F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 198 + 143 = 593 (100%)
R 252 of 593 ~ 42.5%
G 198 of 593 ~ 33.39%
B 143 of 593 ~ 24.11%

%42.5
%33.39
%24.11

CMYK RENK MODELİ

#FCC68F rengi CMYK tonu (0,21,43,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.43%
  • sarı tonu 43.25%
  • ana renk tonu 1.18%
CMYK:
(0,21,43,1)
C0M21Y43K1 
(0%,21%,43%,1%)
(0.00/0.21/0.43/0.01)	

CMYK yüzdeleri

%0
%21.43
%43.25
%1.18

Codes

Color #FCC68F in popluar color models

FCC68F
RGB252198143
HSL30°94.78%77.45%
HSB/HSV30°43.25%98.82%
CMYK0.00%21.43%43.25%
1.18%

Color #FCC68F in popluar number systems.

HEXFCC68F
Decimal252198143
Binary111111001100011010001111
Octal374306217

Shades and tints

Shades of #FCC68F

#FCC68F
(252,198,143)
#E6B482
(230,180,130)
#D0A275
(208,162,117)
#BA9068
(186,144,104)
#A47E5B
(164,126,91)
#8E6C4E
(142,108,78)
#785A41
(120,90,65)
#624834
(98,72,52)
#4C3627
(76,54,39)
#36241A
(54,36,26)
#20120D
(32,18,13)
#000000
(0,0,0)

Tints of #FCC68F

#FCC68F
(252,198,143)
#FCCB99
(252,203,153)
#FCD0A3
(252,208,163)
#FCD5AD
(252,213,173)
#FCDAB7
(252,218,183)
#FCDFC1
(252,223,193)
#FCE4CB
(252,228,203)
#FCE9D5
(252,233,213)
#FCEEDF
(252,238,223)
#FCF3E9
(252,243,233)
#FCF8F3
(252,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC68F color. Also use rgb(252,198,143) instead hex code.

Text Font Color

.myTextColor { color: #FCC68F; }

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

This text font color is #FCC68F.


Background Color

.myBgColor { background-color: #FCC68F; }

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

This div background color is #FCC68F.


Border color

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

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

This div border color is #FCC68F.


Opacity

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

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

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

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

This text has shadow with #FCC68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC68F on black background.


Color preview on white background

This text has color #FCC68F on white background.



Black color preview on #FCC68F background

This text has black color on #FCC68F background.


White color preview on #FCC68F background

This text has white color on #FCC68F background.