COLOR #FEFE33

HEX: #FEFE33
RGB: (254,254,51)

Color info

#FEFE33 contains mainly red and green colors. Web safe color of #FEFE33 is #FFFF33 (or #FF3).

RGB color model

#FEFE33 color RGB value is (254,254,51).

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

RGB channels and saturation

R 254 of 255 = 100%
G 254 of 255 = 100%
B 51 of 255 = 20%

254
254
51

R + G + B ~ 73%. #FEFE33 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 254 + 51 = 559 (100%)
R 254 of 559 ~ 45.44%
G 254 of 559 ~ 45.44%
B 51 of 559 ~ 9.12%

%45.44
%45.44

CMYK color model

#FEFE33 color CMYK value is (0,0,80,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 79.92%
  • key color value is 0.39%
CMYK:
(0,0,80,0)
C0M0Y80K0 
(0%,0%,80%,0%)
(0.00/0.00/0.80/0.00)	

CMYK percentages

%0
%0
%79.92
%0.39

Codes

Color #FEFE33 in popluar color models

FEFE33
RGB25425451
HSL60°99.02%59.80%
HSB/HSV60°79.92%99.61%
CMYK0.00%0.00%79.92%
0.39%

Color #FEFE33 in popluar number systems.

HEXFEFE33
Decimal25425451
Binary1111111011111110110011
Octal37637663

Shades and tints

Shades of #FEFE33

#FEFE33
(254,254,51)
#E7E72F
(231,231,47)
#D0D02B
(208,208,43)
#B9B927
(185,185,39)
#A2A223
(162,162,35)
#8B8B1F
(139,139,31)
#74741B
(116,116,27)
#5D5D17
(93,93,23)
#464613
(70,70,19)
#2F2F0F
(47,47,15)
#18180B
(24,24,11)
#000000
(0,0,0)

Tints of #FEFE33

#FEFE33
(254,254,51)
#FEFE45
(254,254,69)
#FEFE57
(254,254,87)
#FEFE69
(254,254,105)
#FEFE7B
(254,254,123)
#FEFE8D
(254,254,141)
#FEFE9F
(254,254,159)
#FEFEB1
(254,254,177)
#FEFEC3
(254,254,195)
#FEFED5
(254,254,213)
#FEFEE7
(254,254,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFE33; }

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

This text font color is #FEFE33.


Background Color

.myBgColor { background-color: #FEFE33; }

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

This div background color is #FEFE33.


Border color

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

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

This div border color is #FEFE33.


Opacity

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

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

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

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

This text has shadow with #FEFE33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFE33 on black background.


Color preview on white background

This text has color #FEFE33 on white background.



Black color preview on #FEFE33 background

This text has black color on #FEFE33 background.


White color preview on #FEFE33 background

This text has white color on #FEFE33 background.