COLOR #FEE763

HEX: #FEE763
RGB: (254,231,99)

Color info

#FEE763 contains mainly red and green colors. Web safe color of #FEE763 is #FFFF66 (or #FF6).

RGB color model

#FEE763 color RGB value is (254,231,99).

  • red value is 254;
  • green value is 231;
  • blue value is 99.
RGB:
(254,231,99)
(100%,91%,39%)

RGB channels and saturation

R 254 of 255 = 100%
G 231 of 255 = 91%
B 99 of 255 = 39%

254
231
99

R + G + B ~ 77%. #FEE763 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 231 + 99 = 584 (100%)
R 254 of 584 ~ 43.49%
G 231 of 584 ~ 39.55%
B 99 of 584 ~ 16.95%

%43.49
%39.55
%16.95

CMYK color model

#FEE763 color CMYK value is (0,9,61,0).

  • cyan value is 0.00%
  • magenta value is 9.06%
  • yellow value is 61.02%
  • key color value is 0.39%
CMYK:
(0,9,61,0)
C0M9Y61K0 
(0%,9%,61%,0%)
(0.00/0.09/0.61/0.00)	

CMYK percentages

%0
%9.06
%61.02
%0.39

Codes

Color #FEE763 in popluar color models

FEE763
RGB25423199
HSL51°98.73%69.22%
HSB/HSV51°61.02%99.61%
CMYK0.00%9.06%61.02%
0.39%

Color #FEE763 in popluar number systems.

HEXFEE763
Decimal25423199
Binary11111110111001111100011
Octal376347143

Shades and tints

Shades of #FEE763

#FEE763
(254,231,99)
#E7D25A
(231,210,90)
#D0BD51
(208,189,81)
#B9A848
(185,168,72)
#A2933F
(162,147,63)
#8B7E36
(139,126,54)
#74692D
(116,105,45)
#5D5424
(93,84,36)
#463F1B
(70,63,27)
#2F2A12
(47,42,18)
#181509
(24,21,9)
#000000
(0,0,0)

Tints of #FEE763

#FEE763
(254,231,99)
#FEE971
(254,233,113)
#FEEB7F
(254,235,127)
#FEED8D
(254,237,141)
#FEEF9B
(254,239,155)
#FEF1A9
(254,241,169)
#FEF3B7
(254,243,183)
#FEF5C5
(254,245,197)
#FEF7D3
(254,247,211)
#FEF9E1
(254,249,225)
#FEFBEF
(254,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE763; }

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

This text font color is #FEE763.


Background Color

.myBgColor { background-color: #FEE763; }

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

This div background color is #FEE763.


Border color

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

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

This div border color is #FEE763.


Opacity

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

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

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

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

This text has shadow with #FEE763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE763 on black background.


Color preview on white background

This text has color #FEE763 on white background.



Black color preview on #FEE763 background

This text has black color on #FEE763 background.


White color preview on #FEE763 background

This text has white color on #FEE763 background.