COLOR #FEA676

HEX: #FEA676
RGB: (254,166,118)

Renk bilgisi

#FEA676 contains mainly red color. #FEA676 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#FEA676 color RGB value is (254,166,118).

  • kırmız ton 254;
  • yeşil ton 166;
  • mavi ton 118.
RGB:
(254,166,118)
(100%,65%,46%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 166 of 255 = 65%
B 118 of 255 = 46%

254
166
118

R + G + B ~ 70%. #FEA676 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 166 + 118 = 538 (100%)
R 254 of 538 ~ 47.21%
G 166 of 538 ~ 30.86%
B 118 of 538 ~ 21.93%

%47.21
%30.86
%21.93

CMYK RENK MODELİ

#FEA676 rengi CMYK tonu (0,35,54,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.65%
  • sarı tonu 53.54%
  • ana renk tonu 0.39%
CMYK:
(0,35,54,0)
C0M35Y54K0 
(0%,35%,54%,0%)
(0.00/0.35/0.54/0.00)	

CMYK yüzdeleri

%0
%34.65
%53.54
%0.39

Codes

Color #FEA676 in popluar color models

FEA676
RGB254166118
HSL21°98.55%72.94%
HSB/HSV21°53.54%99.61%
CMYK0.00%34.65%53.54%
0.39%

Color #FEA676 in popluar number systems.

HEXFEA676
Decimal254166118
Binary11111110101001101110110
Octal376246166

Shades and tints

Shades of #FEA676

#FEA676
(254,166,118)
#E7976C
(231,151,108)
#D08862
(208,136,98)
#B97958
(185,121,88)
#A26A4E
(162,106,78)
#8B5B44
(139,91,68)
#744C3A
(116,76,58)
#5D3D30
(93,61,48)
#462E26
(70,46,38)
#2F1F1C
(47,31,28)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #FEA676

#FEA676
(254,166,118)
#FEAE82
(254,174,130)
#FEB68E
(254,182,142)
#FEBE9A
(254,190,154)
#FEC6A6
(254,198,166)
#FECEB2
(254,206,178)
#FED6BE
(254,214,190)
#FEDECA
(254,222,202)
#FEE6D6
(254,230,214)
#FEEEE2
(254,238,226)
#FEF6EE
(254,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA676 color. Also use rgb(254,166,118) instead hex code.

Text Font Color

.myTextColor { color: #FEA676; }

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

This text font color is #FEA676.


Background Color

.myBgColor { background-color: #FEA676; }

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

This div background color is #FEA676.


Border color

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

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

This div border color is #FEA676.


Opacity

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

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

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

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

This text has shadow with #FEA676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA676 on black background.


Color preview on white background

This text has color #FEA676 on white background.



Black color preview on #FEA676 background

This text has black color on #FEA676 background.


White color preview on #FEA676 background

This text has white color on #FEA676 background.