COLOR #FEE498

HEX: #FEE498
RGB: (254,228,152)

Renk bilgisi

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

RGB renk modeli

#FEE498 color RGB value is (254,228,152).

  • kırmız ton 254;
  • yeşil ton 228;
  • mavi ton 152.
RGB:
(254,228,152)
(100%,89%,60%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 228 of 255 = 89%
B 152 of 255 = 60%

254
228
152

R + G + B ~ 83%. #FEE498 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 228 + 152 = 634 (100%)
R 254 of 634 ~ 40.06%
G 228 of 634 ~ 35.96%
B 152 of 634 ~ 23.97%

%40.06
%35.96
%23.97

CMYK RENK MODELİ

#FEE498 rengi CMYK tonu (0,10,40,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.24%
  • sarı tonu 40.16%
  • ana renk tonu 0.39%
CMYK:
(0,10,40,0)
C0M10Y40K0 
(0%,10%,40%,0%)
(0.00/0.10/0.40/0.00)	

CMYK yüzdeleri

%0
%10.24
%40.16
%0.39

Codes

Color #FEE498 in popluar color models

FEE498
RGB254228152
HSL45°98.08%79.61%
HSB/HSV45°40.16%99.61%
CMYK0.00%10.24%40.16%
0.39%

Color #FEE498 in popluar number systems.

HEXFEE498
Decimal254228152
Binary111111101110010010011000
Octal376344230

Shades and tints

Shades of #FEE498

#FEE498
(254,228,152)
#E7D08B
(231,208,139)
#D0BC7E
(208,188,126)
#B9A871
(185,168,113)
#A29464
(162,148,100)
#8B8057
(139,128,87)
#746C4A
(116,108,74)
#5D583D
(93,88,61)
#464430
(70,68,48)
#2F3023
(47,48,35)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #FEE498

#FEE498
(254,228,152)
#FEE6A1
(254,230,161)
#FEE8AA
(254,232,170)
#FEEAB3
(254,234,179)
#FEECBC
(254,236,188)
#FEEEC5
(254,238,197)
#FEF0CE
(254,240,206)
#FEF2D7
(254,242,215)
#FEF4E0
(254,244,224)
#FEF6E9
(254,246,233)
#FEF8F2
(254,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE498 color. Also use rgb(254,228,152) instead hex code.

Text Font Color

.myTextColor { color: #FEE498; }

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

This text font color is #FEE498.


Background Color

.myBgColor { background-color: #FEE498; }

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

This div background color is #FEE498.


Border color

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

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

This div border color is #FEE498.


Opacity

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

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

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

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

This text has shadow with #FEE498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE498 on black background.


Color preview on white background

This text has color #FEE498 on white background.



Black color preview on #FEE498 background

This text has black color on #FEE498 background.


White color preview on #FEE498 background

This text has white color on #FEE498 background.