COLOR #FDE998

HEX: #FDE998
RGB: (253,233,152)

Renk bilgisi

#FDE998 contains mainly red and green colors. #FDE998 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#FDE998 color RGB value is (253,233,152).

  • kırmız ton 253;
  • yeşil ton 233;
  • mavi ton 152.
RGB:
(253,233,152)
(99%,91%,60%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 233 of 255 = 91%
B 152 of 255 = 60%

253
233
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 233 + 152 = 638 (100%)
R 253 of 638 ~ 39.66%
G 233 of 638 ~ 36.52%
B 152 of 638 ~ 23.82%

%39.66
%36.52
%23.82

CMYK RENK MODELİ

#FDE998 rengi CMYK tonu (0,8,40,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.91%
  • sarı tonu 39.92%
  • ana renk tonu 0.78%
CMYK:
(0,8,40,1)
C0M8Y40K1 
(0%,8%,40%,1%)
(0.00/0.08/0.40/0.01)	

CMYK yüzdeleri

%0
%7.91
%39.92
%0.78

Codes

Color #FDE998 in popluar color models

FDE998
RGB253233152
HSL48°96.19%79.41%
HSB/HSV48°39.92%99.22%
CMYK0.00%7.91%39.92%
0.78%

Color #FDE998 in popluar number systems.

HEXFDE998
Decimal253233152
Binary111111011110100110011000
Octal375351230

Shades and tints

Shades of #FDE998

#FDE998
(253,233,152)
#E6D48B
(230,212,139)
#CFBF7E
(207,191,126)
#B8AA71
(184,170,113)
#A19564
(161,149,100)
#8A8057
(138,128,87)
#736B4A
(115,107,74)
#5C563D
(92,86,61)
#454130
(69,65,48)
#2E2C23
(46,44,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #FDE998

#FDE998
(253,233,152)
#FDEBA1
(253,235,161)
#FDEDAA
(253,237,170)
#FDEFB3
(253,239,179)
#FDF1BC
(253,241,188)
#FDF3C5
(253,243,197)
#FDF5CE
(253,245,206)
#FDF7D7
(253,247,215)
#FDF9E0
(253,249,224)
#FDFBE9
(253,251,233)
#FDFDF2
(253,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE998 color. Also use rgb(253,233,152) instead hex code.

Text Font Color

.myTextColor { color: #FDE998; }

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

This text font color is #FDE998.


Background Color

.myBgColor { background-color: #FDE998; }

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

This div background color is #FDE998.


Border color

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

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

This div border color is #FDE998.


Opacity

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

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

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

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

This text has shadow with #FDE998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE998 on black background.


Color preview on white background

This text has color #FDE998 on white background.



Black color preview on #FDE998 background

This text has black color on #FDE998 background.


White color preview on #FDE998 background

This text has white color on #FDE998 background.