COLOR #FFFE63

HEX: #FFFE63
RGB: (255,254,99)

Color info

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

RGB color model

#FFFE63 color RGB value is (255,254,99).

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

RGB channels and saturation

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

255
254
99

R + G + B ~ 80%. #FFFE63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 254 + 99 = 608 (100%)
R 255 of 608 ~ 41.94%
G 254 of 608 ~ 41.78%
B 99 of 608 ~ 16.28%

%41.94
%41.78
%16.28

CMYK color model

#FFFE63 color CMYK value is (0,0,61,0).

  • cyan value is 0.00%
  • magenta value is 0.39%
  • yellow value is 61.18%
  • key color value is 0.00%
CMYK:
(0,0,61,0)
C0M0Y61K0 
(0%,0%,61%,0%)
(0.00/0.00/0.61/0.00)	

CMYK percentages

%0
%0.39
%61.18
%0

Codes

Color #FFFE63 in popluar color models

FFFE63
RGB25525499
HSL60°100.00%69.41%
HSB/HSV60°61.18%100.00%
CMYK0.00%0.39%61.18%
0.00%

Color #FFFE63 in popluar number systems.

HEXFFFE63
Decimal25525499
Binary11111111111111101100011
Octal377376143

Shades and tints

Shades of #FFFE63

#FFFE63
(255,254,99)
#E8E75A
(232,231,90)
#D1D051
(209,208,81)
#BAB948
(186,185,72)
#A3A23F
(163,162,63)
#8C8B36
(140,139,54)
#75742D
(117,116,45)
#5E5D24
(94,93,36)
#47461B
(71,70,27)
#302F12
(48,47,18)
#191809
(25,24,9)
#000000
(0,0,0)

Tints of #FFFE63

#FFFE63
(255,254,99)
#FFFE71
(255,254,113)
#FFFE7F
(255,254,127)
#FFFE8D
(255,254,141)
#FFFE9B
(255,254,155)
#FFFEA9
(255,254,169)
#FFFEB7
(255,254,183)
#FFFEC5
(255,254,197)
#FFFED3
(255,254,211)
#FFFEE1
(255,254,225)
#FFFEEF
(255,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFE63; }

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

This text font color is #FFFE63.


Background Color

.myBgColor { background-color: #FFFE63; }

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

This div background color is #FFFE63.


Border color

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

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

This div border color is #FFFE63.


Opacity

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

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

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

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

This text has shadow with #FFFE63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFE63 on black background.


Color preview on white background

This text has color #FFFE63 on white background.



Black color preview on #FFFE63 background

This text has black color on #FFFE63 background.


White color preview on #FFFE63 background

This text has white color on #FFFE63 background.