COLOR #FE9E63

HEX: #FE9E63
RGB: (254,158,99)

Renk bilgisi

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

RGB renk modeli

#FE9E63 color RGB value is (254,158,99).

  • kırmız ton 254;
  • yeşil ton 158;
  • mavi ton 99.
RGB:
(254,158,99)
(100%,62%,39%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 158 of 255 = 62%
B 99 of 255 = 39%

254
158
99

R + G + B ~ 67%. #FE9E63 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 158 + 99 = 511 (100%)
R 254 of 511 ~ 49.71%
G 158 of 511 ~ 30.92%
B 99 of 511 ~ 19.37%

%49.71
%30.92
%19.37

CMYK RENK MODELİ

#FE9E63 rengi CMYK tonu (0,38,61,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.80%
  • sarı tonu 61.02%
  • ana renk tonu 0.39%
CMYK:
(0,38,61,0)
C0M38Y61K0 
(0%,38%,61%,0%)
(0.00/0.38/0.61/0.00)	

CMYK yüzdeleri

%0
%37.8
%61.02
%0.39

Codes

Color #FE9E63 in popluar color models

FE9E63
RGB25415899
HSL23°98.73%69.22%
HSB/HSV23°61.02%99.61%
CMYK0.00%37.80%61.02%
0.39%

Color #FE9E63 in popluar number systems.

HEXFE9E63
Decimal25415899
Binary11111110100111101100011
Octal376236143

Shades and tints

Shades of #FE9E63

#FE9E63
(254,158,99)
#E7905A
(231,144,90)
#D08251
(208,130,81)
#B97448
(185,116,72)
#A2663F
(162,102,63)
#8B5836
(139,88,54)
#744A2D
(116,74,45)
#5D3C24
(93,60,36)
#462E1B
(70,46,27)
#2F2012
(47,32,18)
#181209
(24,18,9)
#000000
(0,0,0)

Tints of #FE9E63

#FE9E63
(254,158,99)
#FEA671
(254,166,113)
#FEAE7F
(254,174,127)
#FEB68D
(254,182,141)
#FEBE9B
(254,190,155)
#FEC6A9
(254,198,169)
#FECEB7
(254,206,183)
#FED6C5
(254,214,197)
#FEDED3
(254,222,211)
#FEE6E1
(254,230,225)
#FEEEEF
(254,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9E63 color. Also use rgb(254,158,99) instead hex code.

Text Font Color

.myTextColor { color: #FE9E63; }

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

This text font color is #FE9E63.


Background Color

.myBgColor { background-color: #FE9E63; }

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

This div background color is #FE9E63.


Border color

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

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

This div border color is #FE9E63.


Opacity

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

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

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

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

This text has shadow with #FE9E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9E63 on black background.


Color preview on white background

This text has color #FE9E63 on white background.



Black color preview on #FE9E63 background

This text has black color on #FE9E63 background.


White color preview on #FE9E63 background

This text has white color on #FE9E63 background.