COLOR #FCDA6B

HEX: #FCDA6B
RGB: (252,218,107)

Renk bilgisi

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

RGB renk modeli

#FCDA6B color RGB value is (252,218,107).

  • kırmız ton 252;
  • yeşil ton 218;
  • mavi ton 107.
RGB:
(252,218,107)
(99%,85%,42%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 218 of 255 = 85%
B 107 of 255 = 42%

252
218
107

R + G + B ~ 75%. #FCDA6B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 218 + 107 = 577 (100%)
R 252 of 577 ~ 43.67%
G 218 of 577 ~ 37.78%
B 107 of 577 ~ 18.54%

%43.67
%37.78
%18.54

CMYK RENK MODELİ

#FCDA6B rengi CMYK tonu (0,13,58,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.49%
  • sarı tonu 57.54%
  • ana renk tonu 1.18%
CMYK:
(0,13,58,1)
C0M13Y58K1 
(0%,13%,58%,1%)
(0.00/0.13/0.58/0.01)	

CMYK yüzdeleri

%0
%13.49
%57.54
%1.18

Codes

Color #FCDA6B in popluar color models

FCDA6B
RGB252218107
HSL46°96.03%70.39%
HSB/HSV46°57.54%98.82%
CMYK0.00%13.49%57.54%
1.18%

Color #FCDA6B in popluar number systems.

HEXFCDA6B
Decimal252218107
Binary11111100110110101101011
Octal374332153

Shades and tints

Shades of #FCDA6B

#FCDA6B
(252,218,107)
#E6C762
(230,199,98)
#D0B459
(208,180,89)
#BAA150
(186,161,80)
#A48E47
(164,142,71)
#8E7B3E
(142,123,62)
#786835
(120,104,53)
#62552C
(98,85,44)
#4C4223
(76,66,35)
#362F1A
(54,47,26)
#201C11
(32,28,17)
#000000
(0,0,0)

Tints of #FCDA6B

#FCDA6B
(252,218,107)
#FCDD78
(252,221,120)
#FCE085
(252,224,133)
#FCE392
(252,227,146)
#FCE69F
(252,230,159)
#FCE9AC
(252,233,172)
#FCECB9
(252,236,185)
#FCEFC6
(252,239,198)
#FCF2D3
(252,242,211)
#FCF5E0
(252,245,224)
#FCF8ED
(252,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDA6B color. Also use rgb(252,218,107) instead hex code.

Text Font Color

.myTextColor { color: #FCDA6B; }

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

This text font color is #FCDA6B.


Background Color

.myBgColor { background-color: #FCDA6B; }

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

This div background color is #FCDA6B.


Border color

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

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

This div border color is #FCDA6B.


Opacity

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

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

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

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

This text has shadow with #FCDA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDA6B on black background.


Color preview on white background

This text has color #FCDA6B on white background.



Black color preview on #FCDA6B background

This text has black color on #FCDA6B background.


White color preview on #FCDA6B background

This text has white color on #FCDA6B background.