COLOR #FDF78A

HEX: #FDF78A
RGB: (253,247,138)

Color info

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

RGB color model

#FDF78A color RGB value is (253,247,138).

  • red value is 253;
  • green value is 247;
  • blue value is 138.
RGB:
(253,247,138)
(99%,97%,54%)

RGB channels and saturation

R 253 of 255 = 99%
G 247 of 255 = 97%
B 138 of 255 = 54%

253
247
138

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

Portions of RGB colors in percentages

R + G + B =
253 + 247 + 138 = 638 (100%)
R 253 of 638 ~ 39.66%
G 247 of 638 ~ 38.71%
B 138 of 638 ~ 21.63%

%39.66
%38.71
%21.63

CMYK color model

#FDF78A color CMYK value is (0,2,45,1).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 45.45%
  • key color value is 0.78%
CMYK:
(0,2,45,1)
C0M2Y45K1 
(0%,2%,45%,1%)
(0.00/0.02/0.45/0.01)	

CMYK percentages

%0
%2.37
%45.45
%0.78

Codes

Color #FDF78A in popluar color models

FDF78A
RGB253247138
HSL57°96.64%76.67%
HSB/HSV57°45.45%99.22%
CMYK0.00%2.37%45.45%
0.78%

Color #FDF78A in popluar number systems.

HEXFDF78A
Decimal253247138
Binary111111011111011110001010
Octal375367212

Shades and tints

Shades of #FDF78A

#FDF78A
(253,247,138)
#E6E17E
(230,225,126)
#CFCB72
(207,203,114)
#B8B566
(184,181,102)
#A19F5A
(161,159,90)
#8A894E
(138,137,78)
#737342
(115,115,66)
#5C5D36
(92,93,54)
#45472A
(69,71,42)
#2E311E
(46,49,30)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #FDF78A

#FDF78A
(253,247,138)
#FDF794
(253,247,148)
#FDF79E
(253,247,158)
#FDF7A8
(253,247,168)
#FDF7B2
(253,247,178)
#FDF7BC
(253,247,188)
#FDF7C6
(253,247,198)
#FDF7D0
(253,247,208)
#FDF7DA
(253,247,218)
#FDF7E4
(253,247,228)
#FDF7EE
(253,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF78A color. Also use rgb(253,247,138) instead hex code.

Text Font Color

.myTextColor { color: #FDF78A; }

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

This text font color is #FDF78A.


Background Color

.myBgColor { background-color: #FDF78A; }

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

This div background color is #FDF78A.


Border color

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

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

This div border color is #FDF78A.


Opacity

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

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

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

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

This text has shadow with #FDF78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF78A on black background.


Color preview on white background

This text has color #FDF78A on white background.



Black color preview on #FDF78A background

This text has black color on #FDF78A background.


White color preview on #FDF78A background

This text has white color on #FDF78A background.