COLOR #FCE687

HEX: #FCE687
RGB: (252,230,135)

Renk bilgisi

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

RGB renk modeli

#FCE687 color RGB value is (252,230,135).

  • kırmız ton 252;
  • yeşil ton 230;
  • mavi ton 135.
RGB:
(252,230,135)
(99%,90%,53%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 230 of 255 = 90%
B 135 of 255 = 53%

252
230
135

R + G + B ~ 81%. #FCE687 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 230 + 135 = 617 (100%)
R 252 of 617 ~ 40.84%
G 230 of 617 ~ 37.28%
B 135 of 617 ~ 21.88%

%40.84
%37.28
%21.88

CMYK RENK MODELİ

#FCE687 rengi CMYK tonu (0,9,46,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.73%
  • sarı tonu 46.43%
  • ana renk tonu 1.18%
CMYK:
(0,9,46,1)
C0M9Y46K1 
(0%,9%,46%,1%)
(0.00/0.09/0.46/0.01)	

CMYK yüzdeleri

%0
%8.73
%46.43
%1.18

Codes

Color #FCE687 in popluar color models

FCE687
RGB252230135
HSL49°95.12%75.88%
HSB/HSV49°46.43%98.82%
CMYK0.00%8.73%46.43%
1.18%

Color #FCE687 in popluar number systems.

HEXFCE687
Decimal252230135
Binary111111001110011010000111
Octal374346207

Shades and tints

Shades of #FCE687

#FCE687
(252,230,135)
#E6D27B
(230,210,123)
#D0BE6F
(208,190,111)
#BAAA63
(186,170,99)
#A49657
(164,150,87)
#8E824B
(142,130,75)
#786E3F
(120,110,63)
#625A33
(98,90,51)
#4C4627
(76,70,39)
#36321B
(54,50,27)
#201E0F
(32,30,15)
#000000
(0,0,0)

Tints of #FCE687

#FCE687
(252,230,135)
#FCE891
(252,232,145)
#FCEA9B
(252,234,155)
#FCECA5
(252,236,165)
#FCEEAF
(252,238,175)
#FCF0B9
(252,240,185)
#FCF2C3
(252,242,195)
#FCF4CD
(252,244,205)
#FCF6D7
(252,246,215)
#FCF8E1
(252,248,225)
#FCFAEB
(252,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE687 color. Also use rgb(252,230,135) instead hex code.

Text Font Color

.myTextColor { color: #FCE687; }

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

This text font color is #FCE687.


Background Color

.myBgColor { background-color: #FCE687; }

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

This div background color is #FCE687.


Border color

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

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

This div border color is #FCE687.


Opacity

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

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

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

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

This text has shadow with #FCE687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE687 on black background.


Color preview on white background

This text has color #FCE687 on white background.



Black color preview on #FCE687 background

This text has black color on #FCE687 background.


White color preview on #FCE687 background

This text has white color on #FCE687 background.