COLOR #FEAE61

HEX: #FEAE61
RGB: (254,174,97)

Renk bilgisi

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

RGB renk modeli

#FEAE61 color RGB value is (254,174,97).

  • kırmız ton 254;
  • yeşil ton 174;
  • mavi ton 97.
RGB:
(254,174,97)
(100%,68%,38%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 174 of 255 = 68%
B 97 of 255 = 38%

254
174
97

R + G + B ~ 69%. #FEAE61 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 174 + 97 = 525 (100%)
R 254 of 525 ~ 48.38%
G 174 of 525 ~ 33.14%
B 97 of 525 ~ 18.48%

%48.38
%33.14
%18.48

CMYK RENK MODELİ

#FEAE61 rengi CMYK tonu (0,31,62,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.50%
  • sarı tonu 61.81%
  • ana renk tonu 0.39%
CMYK:
(0,31,62,0)
C0M31Y62K0 
(0%,31%,62%,0%)
(0.00/0.31/0.62/0.00)	

CMYK yüzdeleri

%0
%31.5
%61.81
%0.39

Codes

Color #FEAE61 in popluar color models

FEAE61
RGB25417497
HSL29°98.74%68.82%
HSB/HSV29°61.81%99.61%
CMYK0.00%31.50%61.81%
0.39%

Color #FEAE61 in popluar number systems.

HEXFEAE61
Decimal25417497
Binary11111110101011101100001
Octal376256141

Shades and tints

Shades of #FEAE61

#FEAE61
(254,174,97)
#E79F59
(231,159,89)
#D09051
(208,144,81)
#B98149
(185,129,73)
#A27241
(162,114,65)
#8B6339
(139,99,57)
#745431
(116,84,49)
#5D4529
(93,69,41)
#463621
(70,54,33)
#2F2719
(47,39,25)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #FEAE61

#FEAE61
(254,174,97)
#FEB56F
(254,181,111)
#FEBC7D
(254,188,125)
#FEC38B
(254,195,139)
#FECA99
(254,202,153)
#FED1A7
(254,209,167)
#FED8B5
(254,216,181)
#FEDFC3
(254,223,195)
#FEE6D1
(254,230,209)
#FEEDDF
(254,237,223)
#FEF4ED
(254,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEAE61 color. Also use rgb(254,174,97) instead hex code.

Text Font Color

.myTextColor { color: #FEAE61; }

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

This text font color is #FEAE61.


Background Color

.myBgColor { background-color: #FEAE61; }

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

This div background color is #FEAE61.


Border color

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

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

This div border color is #FEAE61.


Opacity

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

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

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

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

This text has shadow with #FEAE61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEAE61 on black background.


Color preview on white background

This text has color #FEAE61 on white background.



Black color preview on #FEAE61 background

This text has black color on #FEAE61 background.


White color preview on #FEAE61 background

This text has white color on #FEAE61 background.