COLOR #FCE07F

HEX: #FCE07F
RGB: (252,224,127)

Renk bilgisi

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

RGB renk modeli

#FCE07F color RGB value is (252,224,127).

  • kırmız ton 252;
  • yeşil ton 224;
  • mavi ton 127.
RGB:
(252,224,127)
(99%,88%,50%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 224 of 255 = 88%
B 127 of 255 = 50%

252
224
127

R + G + B ~ 79%. #FCE07F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 224 + 127 = 603 (100%)
R 252 of 603 ~ 41.79%
G 224 of 603 ~ 37.15%
B 127 of 603 ~ 21.06%

%41.79
%37.15
%21.06

CMYK RENK MODELİ

#FCE07F rengi CMYK tonu (0,11,50,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.11%
  • sarı tonu 49.60%
  • ana renk tonu 1.18%
CMYK:
(0,11,50,1)
C0M11Y50K1 
(0%,11%,50%,1%)
(0.00/0.11/0.50/0.01)	

CMYK yüzdeleri

%0
%11.11
%49.6
%1.18

Codes

Color #FCE07F in popluar color models

FCE07F
RGB252224127
HSL47°95.42%74.31%
HSB/HSV47°49.60%98.82%
CMYK0.00%11.11%49.60%
1.18%

Color #FCE07F in popluar number systems.

HEXFCE07F
Decimal252224127
Binary11111100111000001111111
Octal374340177

Shades and tints

Shades of #FCE07F

#FCE07F
(252,224,127)
#E6CC74
(230,204,116)
#D0B869
(208,184,105)
#BAA45E
(186,164,94)
#A49053
(164,144,83)
#8E7C48
(142,124,72)
#78683D
(120,104,61)
#625432
(98,84,50)
#4C4027
(76,64,39)
#362C1C
(54,44,28)
#201811
(32,24,17)
#000000
(0,0,0)

Tints of #FCE07F

#FCE07F
(252,224,127)
#FCE28A
(252,226,138)
#FCE495
(252,228,149)
#FCE6A0
(252,230,160)
#FCE8AB
(252,232,171)
#FCEAB6
(252,234,182)
#FCECC1
(252,236,193)
#FCEECC
(252,238,204)
#FCF0D7
(252,240,215)
#FCF2E2
(252,242,226)
#FCF4ED
(252,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE07F color. Also use rgb(252,224,127) instead hex code.

Text Font Color

.myTextColor { color: #FCE07F; }

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

This text font color is #FCE07F.


Background Color

.myBgColor { background-color: #FCE07F; }

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

This div background color is #FCE07F.


Border color

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

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

This div border color is #FCE07F.


Opacity

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

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

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

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

This text has shadow with #FCE07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE07F on black background.


Color preview on white background

This text has color #FCE07F on white background.



Black color preview on #FCE07F background

This text has black color on #FCE07F background.


White color preview on #FCE07F background

This text has white color on #FCE07F background.