COLOR #FEFA99

HEX: #FEFA99
RGB: (254,250,153)

Renk bilgisi

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

RGB renk modeli

#FEFA99 color RGB value is (254,250,153).

  • kırmız ton 254;
  • yeşil ton 250;
  • mavi ton 153.
RGB:
(254,250,153)
(100%,98%,60%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 250 of 255 = 98%
B 153 of 255 = 60%

254
250
153

R + G + B ~ 86%. #FEFA99 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 250 + 153 = 657 (100%)
R 254 of 657 ~ 38.66%
G 250 of 657 ~ 38.05%
B 153 of 657 ~ 23.29%

%38.66
%38.05
%23.29

CMYK RENK MODELİ

#FEFA99 rengi CMYK tonu (0,2,40,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.57%
  • sarı tonu 39.76%
  • ana renk tonu 0.39%
CMYK:
(0,2,40,0)
C0M2Y40K0 
(0%,2%,40%,0%)
(0.00/0.02/0.40/0.00)	

CMYK yüzdeleri

%0
%1.57
%39.76
%0.39

Codes

Color #FEFA99 in popluar color models

FEFA99
RGB254250153
HSL58°98.06%79.80%
HSB/HSV58°39.76%99.61%
CMYK0.00%1.57%39.76%
0.39%

Color #FEFA99 in popluar number systems.

HEXFEFA99
Decimal254250153
Binary111111101111101010011001
Octal376372231

Shades and tints

Shades of #FEFA99

#FEFA99
(254,250,153)
#E7E48C
(231,228,140)
#D0CE7F
(208,206,127)
#B9B872
(185,184,114)
#A2A265
(162,162,101)
#8B8C58
(139,140,88)
#74764B
(116,118,75)
#5D603E
(93,96,62)
#464A31
(70,74,49)
#2F3424
(47,52,36)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #FEFA99

#FEFA99
(254,250,153)
#FEFAA2
(254,250,162)
#FEFAAB
(254,250,171)
#FEFAB4
(254,250,180)
#FEFABD
(254,250,189)
#FEFAC6
(254,250,198)
#FEFACF
(254,250,207)
#FEFAD8
(254,250,216)
#FEFAE1
(254,250,225)
#FEFAEA
(254,250,234)
#FEFAF3
(254,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEFA99 color. Also use rgb(254,250,153) instead hex code.

Text Font Color

.myTextColor { color: #FEFA99; }

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

This text font color is #FEFA99.


Background Color

.myBgColor { background-color: #FEFA99; }

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

This div background color is #FEFA99.


Border color

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

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

This div border color is #FEFA99.


Opacity

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

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

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

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

This text has shadow with #FEFA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFA99 on black background.


Color preview on white background

This text has color #FEFA99 on white background.



Black color preview on #FEFA99 background

This text has black color on #FEFA99 background.


White color preview on #FEFA99 background

This text has white color on #FEFA99 background.