COLOR #FFFD81

HEX: #FFFD81
RGB: (255,253,129)

Color info

#FFFD81 contains mainly red and green colors. Web safe color of #FFFD81 is #FFFF99 (or #FF9).

RGB color model

#FFFD81 color RGB value is (255,253,129).

  • red value is 255;
  • green value is 253;
  • blue value is 129.
RGB:
(255,253,129)
(100%,99%,51%)

RGB channels and saturation

R 255 of 255 = 100%
G 253 of 255 = 99%
B 129 of 255 = 51%

255
253
129

R + G + B ~ 83%. #FFFD81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 253 + 129 = 637 (100%)
R 255 of 637 ~ 40.03%
G 253 of 637 ~ 39.72%
B 129 of 637 ~ 20.25%

%40.03
%39.72
%20.25

CMYK color model

#FFFD81 color CMYK value is (0,1,49,0).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 49.41%
  • key color value is 0.00%
CMYK:
(0,1,49,0)
C0M1Y49K0 
(0%,1%,49%,0%)
(0.00/0.01/0.49/0.00)	

CMYK percentages

%0
%0.78
%49.41
%0

Codes

Color #FFFD81 in popluar color models

FFFD81
RGB255253129
HSL59°100.00%75.29%
HSB/HSV59°49.41%100.00%
CMYK0.00%0.78%49.41%
0.00%

Color #FFFD81 in popluar number systems.

HEXFFFD81
Decimal255253129
Binary111111111111110110000001
Octal377375201

Shades and tints

Shades of #FFFD81

#FFFD81
(255,253,129)
#E8E676
(232,230,118)
#D1CF6B
(209,207,107)
#BAB860
(186,184,96)
#A3A155
(163,161,85)
#8C8A4A
(140,138,74)
#75733F
(117,115,63)
#5E5C34
(94,92,52)
#474529
(71,69,41)
#302E1E
(48,46,30)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #FFFD81

#FFFD81
(255,253,129)
#FFFD8C
(255,253,140)
#FFFD97
(255,253,151)
#FFFDA2
(255,253,162)
#FFFDAD
(255,253,173)
#FFFDB8
(255,253,184)
#FFFDC3
(255,253,195)
#FFFDCE
(255,253,206)
#FFFDD9
(255,253,217)
#FFFDE4
(255,253,228)
#FFFDEF
(255,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFFD81 color. Also use rgb(255,253,129) instead hex code.

Text Font Color

.myTextColor { color: #FFFD81; }

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

This text font color is #FFFD81.


Background Color

.myBgColor { background-color: #FFFD81; }

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

This div background color is #FFFD81.


Border color

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

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

This div border color is #FFFD81.


Opacity

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

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

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

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

This text has shadow with #FFFD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFD81 on black background.


Color preview on white background

This text has color #FFFD81 on white background.



Black color preview on #FFFD81 background

This text has black color on #FFFD81 background.


White color preview on #FFFD81 background

This text has white color on #FFFD81 background.