COLOR #FCE995

HEX: #FCE995
RGB: (252,233,149)

Renk bilgisi

#FCE995 contains mainly red and green colors. #FCE995 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#FCE995 color RGB value is (252,233,149).

  • kırmız ton 252;
  • yeşil ton 233;
  • mavi ton 149.
RGB:
(252,233,149)
(99%,91%,58%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 233 of 255 = 91%
B 149 of 255 = 58%

252
233
149

R + G + B ~ 83%. #FCE995 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 233 + 149 = 634 (100%)
R 252 of 634 ~ 39.75%
G 233 of 634 ~ 36.75%
B 149 of 634 ~ 23.5%

%39.75
%36.75
%23.5

CMYK RENK MODELİ

#FCE995 rengi CMYK tonu (0,8,41,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.54%
  • sarı tonu 40.87%
  • ana renk tonu 1.18%
CMYK:
(0,8,41,1)
C0M8Y41K1 
(0%,8%,41%,1%)
(0.00/0.08/0.41/0.01)	

CMYK yüzdeleri

%0
%7.54
%40.87
%1.18

Codes

Color #FCE995 in popluar color models

FCE995
RGB252233149
HSL49°94.50%78.63%
HSB/HSV49°40.87%98.82%
CMYK0.00%7.54%40.87%
1.18%

Color #FCE995 in popluar number systems.

HEXFCE995
Decimal252233149
Binary111111001110100110010101
Octal374351225

Shades and tints

Shades of #FCE995

#FCE995
(252,233,149)
#E6D488
(230,212,136)
#D0BF7B
(208,191,123)
#BAAA6E
(186,170,110)
#A49561
(164,149,97)
#8E8054
(142,128,84)
#786B47
(120,107,71)
#62563A
(98,86,58)
#4C412D
(76,65,45)
#362C20
(54,44,32)
#201713
(32,23,19)
#000000
(0,0,0)

Tints of #FCE995

#FCE995
(252,233,149)
#FCEB9E
(252,235,158)
#FCEDA7
(252,237,167)
#FCEFB0
(252,239,176)
#FCF1B9
(252,241,185)
#FCF3C2
(252,243,194)
#FCF5CB
(252,245,203)
#FCF7D4
(252,247,212)
#FCF9DD
(252,249,221)
#FCFBE6
(252,251,230)
#FCFDEF
(252,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE995 color. Also use rgb(252,233,149) instead hex code.

Text Font Color

.myTextColor { color: #FCE995; }

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

This text font color is #FCE995.


Background Color

.myBgColor { background-color: #FCE995; }

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

This div background color is #FCE995.


Border color

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

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

This div border color is #FCE995.


Opacity

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

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

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

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

This text has shadow with #FCE995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE995 on black background.


Color preview on white background

This text has color #FCE995 on white background.



Black color preview on #FCE995 background

This text has black color on #FCE995 background.


White color preview on #FCE995 background

This text has white color on #FCE995 background.