COLOR #F0E77D

HEX: #F0E77D RGB: (240,231,125)

Color info

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

RGB color model

#F0E77D color RGB value is (240,231,125).

RGB: (240,231,125) (94%, 91%, 49%)

RGB channels and saturation

R 240 of 255 = 94%
G 231 of 255 = 91%
B 125 of 255 = 49%

240
231
125

R + G + B ~ 78%. #F0E77D is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 231 + 125 = 596 (100%)
R 240 of 596 ~ 40.27%
G 231 of 596 ~ 38.76%
B 125 of 596 ~ 20.97'%

%40.27
%38.76
%20.97

CMYK color model

#F0E77D color CMYK value is (0,4,48,6).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 47.92%
  • key color value is 5.88%

CMYK: (0,4,48,6)
C0M4Y48K6 (0%, 4%, 48%, 6%)
(0.00 / 0.04 / 0.48 / 0.06)

CMYK percentages

%0
%3.75
%47.92
%5.88

Codes

Color #F0E77D in popluar color models

F0 E7 7D
RGB 240 231 125
HSL 55° 79.31% 71.57%
HSB/HSV 55° 47.92% 94.12%
CMYK 0.00% 3.75% 47.92%
5.88%

Color #F0E77D in popluar number systems.

HEX F0 E7 7D
Decimal 240 231 125
Binary 11110000 11100111 1111101
Octal 360 347 175

Shades and tints

Shades of #F0E77D

#F0E77D
(240,231,125)
#DBD272
(219,210,114)
#C6BD67
(198,189,103)
#B1A85C
(177,168,92)
#9C9351
(156,147,81)
#877E46
(135,126,70)
#72693B
(114,105,59)
#5D5430
(93,84,48)
#483F25
(72,63,37)
#332A1A
(51,42,26)
#1E150F
(30,21,15)
#000000
(0,0,0)

Tints of #F0E77D

#F0E77D
(240,231,125)
#F1E988
(241,233,136)
#F2EB93
(242,235,147)
#F3ED9E
(243,237,158)
#F4EFA9
(244,239,169)
#F5F1B4
(245,241,180)
#F6F3BF
(246,243,191)
#F7F5CA
(247,245,202)
#F8F7D5
(248,247,213)
#F9F9E0
(249,249,224)
#FAFBEB
(250,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E77D color. Also use rgb(240,231,125) instead hex code.

Text Font Color

.myTextColor { color: #F0E77D; }

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

This text font color is #F0E77D.

Background Color

.myBgColor { background-color: #F0E77D; }

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

This div background color is #F0E77D.

Border color

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

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

This div border color is #F0E77D.

Opacity

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

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

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

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

This text has shadow with #F0E77D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E77D.

Preview

Color preview on black background

This text has color #F0E77D on black background.


Color preview on white background

This text has color #F0E77D on white background.


Black color preview on #F0E77D background

This text has black color on #F0E77D background.


White color preview on #F0E77D background

This text has white color on #F0E77D background.


Related colors

Complementary color

Complementary color for #hex is #0F1882.


I love getcolorcode.com

Triadic colors

1 #7DF0E7 and #E77DF0 with #F0E77D are triadic colors.

2 #7DE7F0 and #E7F07D with #F0E77D are triadic colors.