COLOR #F5ED66

HEX: #F5ED66
RGB: (245,237,102)

Color info

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

RGB color model

#F5ED66 color RGB value is (245,237,102).

  • red value is 245;
  • green value is 237;
  • blue value is 102.
RGB:
(245,237,102)
(96%,93%,40%)

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 102 of 255 = 40%

245
237
102

R + G + B ~ 76%. #F5ED66 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 237 + 102 = 584 (100%)
R 245 of 584 ~ 41.95%
G 237 of 584 ~ 40.58%
B 102 of 584 ~ 17.47%

%41.95
%40.58
%17.47

CMYK color model

#F5ED66 color CMYK value is (0,3,58,4).

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 58.37%
  • key color value is 3.92%
CMYK:
(0,3,58,4)
C0M3Y58K4 
(0%,3%,58%,4%)
(0.00/0.03/0.58/0.04)	

CMYK percentages

%0
%3.27
%58.37
%3.92

Codes

Color #F5ED66 in popluar color models

F5ED66
RGB245237102
HSL57°87.73%68.04%
HSB/HSV57°58.37%96.08%
CMYK0.00%3.27%58.37%
3.92%

Color #F5ED66 in popluar number systems.

HEXF5ED66
Decimal245237102
Binary11110101111011011100110
Octal365355146

Shades and tints

Shades of #F5ED66

#F5ED66
(245,237,102)
#DFD85D
(223,216,93)
#C9C354
(201,195,84)
#B3AE4B
(179,174,75)
#9D9942
(157,153,66)
#878439
(135,132,57)
#716F30
(113,111,48)
#5B5A27
(91,90,39)
#45451E
(69,69,30)
#2F3015
(47,48,21)
#191B0C
(25,27,12)
#000000
(0,0,0)

Tints of #F5ED66

#F5ED66
(245,237,102)
#F5EE73
(245,238,115)
#F5EF80
(245,239,128)
#F5F08D
(245,240,141)
#F5F19A
(245,241,154)
#F5F2A7
(245,242,167)
#F5F3B4
(245,243,180)
#F5F4C1
(245,244,193)
#F5F5CE
(245,245,206)
#F5F6DB
(245,246,219)
#F5F7E8
(245,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5ED66 color. Also use rgb(245,237,102) instead hex code.

Text Font Color

.myTextColor { color: #F5ED66; }

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

This text font color is #F5ED66.


Background Color

.myBgColor { background-color: #F5ED66; }

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

This div background color is #F5ED66.


Border color

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

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

This div border color is #F5ED66.


Opacity

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

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

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

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

This text has shadow with #F5ED66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ED66 on black background.


Color preview on white background

This text has color #F5ED66 on white background.



Black color preview on #F5ED66 background

This text has black color on #F5ED66 background.


White color preview on #F5ED66 background

This text has white color on #F5ED66 background.