COLOR #F5ED63

HEX: #F5ED63 RGB: (245,237,99)

Color info

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

RGB color model

#F5ED63 color RGB value is (245,237,99).

RGB: (245,237,99) (96%, 93%, 39%)

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 99 of 255 = 39%

245
237
99

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

Portions of RGB colors in percentages

R + G + B = 245 + 237 + 99 = 581 (100%)
R 245 of 581 ~ 42.17%
G 237 of 581 ~ 40.79%
B 99 of 581 ~ 17.04'%

%42.17
%40.79
%17.04

CMYK color model

#F5ED63 color CMYK value is (0,3,60,4).

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 59.59%
  • key color value is 3.92%

CMYK: (0,3,60,4)
C0M3Y60K4 (0%, 3%, 60%, 4%)
(0.00 / 0.03 / 0.60 / 0.04)

CMYK percentages

%0
%3.27
%59.59
%3.92

Codes

Color #F5ED63 in popluar color models

F5 ED 63
RGB 245 237 99
HSL 57° 87.95% 67.45%
HSB/HSV 57° 59.59% 96.08%
CMYK 0.00% 3.27% 59.59%
3.92%

Color #F5ED63 in popluar number systems.

HEX F5 ED 63
Decimal 245 237 99
Binary 11110101 11101101 1100011
Octal 365 355 143

Shades and tints

Shades of #F5ED63

#F5ED63
(245,237,99)
#DFD85A
(223,216,90)
#C9C351
(201,195,81)
#B3AE48
(179,174,72)
#9D993F
(157,153,63)
#878436
(135,132,54)
#716F2D
(113,111,45)
#5B5A24
(91,90,36)
#45451B
(69,69,27)
#2F3012
(47,48,18)
#191B09
(25,27,9)
#000000
(0,0,0)

Tints of #F5ED63

#F5ED63
(245,237,99)
#F5EE71
(245,238,113)
#F5EF7F
(245,239,127)
#F5F08D
(245,240,141)
#F5F19B
(245,241,155)
#F5F2A9
(245,242,169)
#F5F3B7
(245,243,183)
#F5F4C5
(245,244,197)
#F5F5D3
(245,245,211)
#F5F6E1
(245,246,225)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ED63; }

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

This text font color is #F5ED63.

Background Color

.myBgColor { background-color: #F5ED63; }

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

This div background color is #F5ED63.

Border color

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

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

This div border color is #F5ED63.

Opacity

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

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

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

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

This text has shadow with #F5ED63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5ED63.

Preview

Color preview on black background

This text has color #F5ED63 on black background.


Color preview on white background

This text has color #F5ED63 on white background.


Black color preview on #F5ED63 background

This text has black color on #F5ED63 background.


White color preview on #F5ED63 background

This text has white color on #F5ED63 background.


Related colors

Complementary color

Complementary color for #hex is #0A129C.


I love getcolorcode.com

Triadic colors

1 #63F5ED and #ED63F5 with #F5ED63 are triadic colors.

2 #63EDF5 and #EDF563 with #F5ED63 are triadic colors.