COLOR #FEC280

HEX: #FEC280
RGB: (254,194,128)

Renk bilgisi

#FEC280 contains mainly red color. #FEC280 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#FEC280 color RGB value is (254,194,128).

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

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 194 of 255 = 76%
B 128 of 255 = 50%

254
194
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 194 + 128 = 576 (100%)
R 254 of 576 ~ 44.1%
G 194 of 576 ~ 33.68%
B 128 of 576 ~ 22.22%

%44.1
%33.68
%22.22

CMYK RENK MODELİ

#FEC280 rengi CMYK tonu (0,24,50,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.62%
  • sarı tonu 49.61%
  • ana renk tonu 0.39%
CMYK:
(0,24,50,0)
C0M24Y50K0 
(0%,24%,50%,0%)
(0.00/0.24/0.50/0.00)	

CMYK yüzdeleri

%0
%23.62
%49.61
%0.39

Codes

Color #FEC280 in popluar color models

FEC280
RGB254194128
HSL31°98.44%74.90%
HSB/HSV31°49.61%99.61%
CMYK0.00%23.62%49.61%
0.39%

Color #FEC280 in popluar number systems.

HEXFEC280
Decimal254194128
Binary111111101100001010000000
Octal376302200

Shades and tints

Shades of #FEC280

#FEC280
(254,194,128)
#E7B175
(231,177,117)
#D0A06A
(208,160,106)
#B98F5F
(185,143,95)
#A27E54
(162,126,84)
#8B6D49
(139,109,73)
#745C3E
(116,92,62)
#5D4B33
(93,75,51)
#463A28
(70,58,40)
#2F291D
(47,41,29)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #FEC280

#FEC280
(254,194,128)
#FEC78B
(254,199,139)
#FECC96
(254,204,150)
#FED1A1
(254,209,161)
#FED6AC
(254,214,172)
#FEDBB7
(254,219,183)
#FEE0C2
(254,224,194)
#FEE5CD
(254,229,205)
#FEEAD8
(254,234,216)
#FEEFE3
(254,239,227)
#FEF4EE
(254,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC280; }

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

This text font color is #FEC280.


Background Color

.myBgColor { background-color: #FEC280; }

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

This div background color is #FEC280.


Border color

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

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

This div border color is #FEC280.


Opacity

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

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

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

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

This text has shadow with #FEC280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC280 on black background.


Color preview on white background

This text has color #FEC280 on white background.



Black color preview on #FEC280 background

This text has black color on #FEC280 background.


White color preview on #FEC280 background

This text has white color on #FEC280 background.