COLOR #FEFE69

HEX: #FEFE69
RGB: (254,254,105)

Color info

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

RGB color model

#FEFE69 color RGB value is (254,254,105).

  • red value is 254;
  • green value is 254;
  • blue value is 105.
RGB:
(254,254,105)
(100%,100%,41%)

RGB channels and saturation

R 254 of 255 = 100%
G 254 of 255 = 100%
B 105 of 255 = 41%

254
254
105

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

Portions of RGB colors in percentages

R + G + B =
254 + 254 + 105 = 613 (100%)
R 254 of 613 ~ 41.44%
G 254 of 613 ~ 41.44%
B 105 of 613 ~ 17.13%

%41.44
%41.44
%17.13

CMYK color model

#FEFE69 color CMYK value is (0,0,59,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 58.66%
  • key color value is 0.39%
CMYK:
(0,0,59,0)
C0M0Y59K0 
(0%,0%,59%,0%)
(0.00/0.00/0.59/0.00)	

CMYK percentages

%0
%0
%58.66
%0.39

Codes

Color #FEFE69 in popluar color models

FEFE69
RGB254254105
HSL60°98.68%70.39%
HSB/HSV60°58.66%99.61%
CMYK0.00%0.00%58.66%
0.39%

Color #FEFE69 in popluar number systems.

HEXFEFE69
Decimal254254105
Binary11111110111111101101001
Octal376376151

Shades and tints

Shades of #FEFE69

#FEFE69
(254,254,105)
#E7E760
(231,231,96)
#D0D057
(208,208,87)
#B9B94E
(185,185,78)
#A2A245
(162,162,69)
#8B8B3C
(139,139,60)
#747433
(116,116,51)
#5D5D2A
(93,93,42)
#464621
(70,70,33)
#2F2F18
(47,47,24)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #FEFE69

#FEFE69
(254,254,105)
#FEFE76
(254,254,118)
#FEFE83
(254,254,131)
#FEFE90
(254,254,144)
#FEFE9D
(254,254,157)
#FEFEAA
(254,254,170)
#FEFEB7
(254,254,183)
#FEFEC4
(254,254,196)
#FEFED1
(254,254,209)
#FEFEDE
(254,254,222)
#FEFEEB
(254,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFE69; }

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

This text font color is #FEFE69.


Background Color

.myBgColor { background-color: #FEFE69; }

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

This div background color is #FEFE69.


Border color

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

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

This div border color is #FEFE69.


Opacity

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

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

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

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

This text has shadow with #FEFE69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFE69 on black background.


Color preview on white background

This text has color #FEFE69 on white background.



Black color preview on #FEFE69 background

This text has black color on #FEFE69 background.


White color preview on #FEFE69 background

This text has white color on #FEFE69 background.