COLOR #FEC288

HEX: #FEC288
RGB: (254,194,136)

Renk bilgisi

#FEC288 contains mainly red color. #FEC288 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FEC288 color RGB value is (254,194,136).

  • kırmız ton 254;
  • yeşil ton 194;
  • mavi ton 136.
RGB:
(254,194,136)
(100%,76%,53%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 194 of 255 = 76%
B 136 of 255 = 53%

254
194
136

R + G + B ~ 76%. #FEC288 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 194 + 136 = 584 (100%)
R 254 of 584 ~ 43.49%
G 194 of 584 ~ 33.22%
B 136 of 584 ~ 23.29%

%43.49
%33.22
%23.29

CMYK RENK MODELİ

#FEC288 rengi CMYK tonu (0,24,46,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.62%
  • sarı tonu 46.46%
  • ana renk tonu 0.39%
CMYK:
(0,24,46,0)
C0M24Y46K0 
(0%,24%,46%,0%)
(0.00/0.24/0.46/0.00)	

CMYK yüzdeleri

%0
%23.62
%46.46
%0.39

Codes

Color #FEC288 in popluar color models

FEC288
RGB254194136
HSL29°98.33%76.47%
HSB/HSV29°46.46%99.61%
CMYK0.00%23.62%46.46%
0.39%

Color #FEC288 in popluar number systems.

HEXFEC288
Decimal254194136
Binary111111101100001010001000
Octal376302210

Shades and tints

Shades of #FEC288

#FEC288
(254,194,136)
#E7B17C
(231,177,124)
#D0A070
(208,160,112)
#B98F64
(185,143,100)
#A27E58
(162,126,88)
#8B6D4C
(139,109,76)
#745C40
(116,92,64)
#5D4B34
(93,75,52)
#463A28
(70,58,40)
#2F291C
(47,41,28)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #FEC288

#FEC288
(254,194,136)
#FEC792
(254,199,146)
#FECC9C
(254,204,156)
#FED1A6
(254,209,166)
#FED6B0
(254,214,176)
#FEDBBA
(254,219,186)
#FEE0C4
(254,224,196)
#FEE5CE
(254,229,206)
#FEEAD8
(254,234,216)
#FEEFE2
(254,239,226)
#FEF4EC
(254,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC288 color. Also use rgb(254,194,136) instead hex code.

Text Font Color

.myTextColor { color: #FEC288; }

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

This text font color is #FEC288.


Background Color

.myBgColor { background-color: #FEC288; }

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

This div background color is #FEC288.


Border color

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

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

This div border color is #FEC288.


Opacity

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

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

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

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

This text has shadow with #FEC288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC288 on black background.


Color preview on white background

This text has color #FEC288 on white background.



Black color preview on #FEC288 background

This text has black color on #FEC288 background.


White color preview on #FEC288 background

This text has white color on #FEC288 background.