COLOR #FDFE04

HEX: #FDFE04
RGB: (253,254,4)

Color info

#FDFE04 contains mainly red and green colors. Web safe color of #FDFE04 is #FFFF00 (or #FF0).

RGB color model

#FDFE04 color RGB value is (253,254,4).

  • red value is 253;
  • green value is 254;
  • blue value is 4.
RGB:
(253,254,4)
(99%,100%,2%)

RGB channels and saturation

R 253 of 255 = 99%
G 254 of 255 = 100%
B 4 of 255 = 2%

253
254
4

R + G + B ~ 67%. #FDFE04 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 254 + 4 = 511 (100%)
R 253 of 511 ~ 49.51%
G 254 of 511 ~ 49.71%
B 4 of 511 ~ 0.78%

%49.51
%49.71

CMYK color model

#FDFE04 color CMYK value is (0,0,98,0).

  • cyan value is 0.39%
  • magenta value is 0.00%
  • yellow value is 98.43%
  • key color value is 0.39%
CMYK:
(0,0,98,0)
C0M0Y98K0 
(0%,0%,98%,0%)
(0.00/0.00/0.98/0.00)	

CMYK percentages

%0.39
%0
%98.43
%0.39

Codes

Color #FDFE04 in popluar color models

FDFE04
RGB2532544
HSL60°99.21%50.59%
HSB/HSV60°98.43%99.61%
CMYK0.39%0.00%98.43%
0.39%

Color #FDFE04 in popluar number systems.

HEXFDFE04
Decimal2532544
Binary1111110111111110100
Octal3753764

Shades and tints

Shades of #FDFE04

#FDFE04
(253,254,4)
#E6E704
(230,231,4)
#CFD004
(207,208,4)
#B8B904
(184,185,4)
#A1A204
(161,162,4)
#8A8B04
(138,139,4)
#737404
(115,116,4)
#5C5D04
(92,93,4)
#454604
(69,70,4)
#2E2F04
(46,47,4)
#171804
(23,24,4)
#000000
(0,0,0)

Tints of #FDFE04

#FDFE04
(253,254,4)
#FDFE1A
(253,254,26)
#FDFE30
(253,254,48)
#FDFE46
(253,254,70)
#FDFE5C
(253,254,92)
#FDFE72
(253,254,114)
#FDFE88
(253,254,136)
#FDFE9E
(253,254,158)
#FDFEB4
(253,254,180)
#FDFECA
(253,254,202)
#FDFEE0
(253,254,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFE04; }

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

This text font color is #FDFE04.


Background Color

.myBgColor { background-color: #FDFE04; }

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

This div background color is #FDFE04.


Border color

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

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

This div border color is #FDFE04.


Opacity

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

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

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

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

This text has shadow with #FDFE04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFE04 on black background.


Color preview on white background

This text has color #FDFE04 on white background.



Black color preview on #FDFE04 background

This text has black color on #FDFE04 background.


White color preview on #FDFE04 background

This text has white color on #FDFE04 background.