COLOR #FEC38A

HEX: #FEC38A
RGB: (254,195,138)

Renk bilgisi

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

RGB renk modeli

#FEC38A color RGB value is (254,195,138).

  • kırmız ton 254;
  • yeşil ton 195;
  • mavi ton 138.
RGB:
(254,195,138)
(100%,76%,54%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 195 of 255 = 76%
B 138 of 255 = 54%

254
195
138

R + G + B ~ 77%. #FEC38A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 195 + 138 = 587 (100%)
R 254 of 587 ~ 43.27%
G 195 of 587 ~ 33.22%
B 138 of 587 ~ 23.51%

%43.27
%33.22
%23.51

CMYK RENK MODELİ

#FEC38A rengi CMYK tonu (0,23,46,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.23%
  • sarı tonu 45.67%
  • ana renk tonu 0.39%
CMYK:
(0,23,46,0)
C0M23Y46K0 
(0%,23%,46%,0%)
(0.00/0.23/0.46/0.00)	

CMYK yüzdeleri

%0
%23.23
%45.67
%0.39

Codes

Color #FEC38A in popluar color models

FEC38A
RGB254195138
HSL29°98.31%76.86%
HSB/HSV29°45.67%99.61%
CMYK0.00%23.23%45.67%
0.39%

Color #FEC38A in popluar number systems.

HEXFEC38A
Decimal254195138
Binary111111101100001110001010
Octal376303212

Shades and tints

Shades of #FEC38A

#FEC38A
(254,195,138)
#E7B27E
(231,178,126)
#D0A172
(208,161,114)
#B99066
(185,144,102)
#A27F5A
(162,127,90)
#8B6E4E
(139,110,78)
#745D42
(116,93,66)
#5D4C36
(93,76,54)
#463B2A
(70,59,42)
#2F2A1E
(47,42,30)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #FEC38A

#FEC38A
(254,195,138)
#FEC894
(254,200,148)
#FECD9E
(254,205,158)
#FED2A8
(254,210,168)
#FED7B2
(254,215,178)
#FEDCBC
(254,220,188)
#FEE1C6
(254,225,198)
#FEE6D0
(254,230,208)
#FEEBDA
(254,235,218)
#FEF0E4
(254,240,228)
#FEF5EE
(254,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC38A color. Also use rgb(254,195,138) instead hex code.

Text Font Color

.myTextColor { color: #FEC38A; }

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

This text font color is #FEC38A.


Background Color

.myBgColor { background-color: #FEC38A; }

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

This div background color is #FEC38A.


Border color

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

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

This div border color is #FEC38A.


Opacity

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

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

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

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

This text has shadow with #FEC38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC38A on black background.


Color preview on white background

This text has color #FEC38A on white background.



Black color preview on #FEC38A background

This text has black color on #FEC38A background.


White color preview on #FEC38A background

This text has white color on #FEC38A background.