COLOR #F0F057

HEX: #F0F057
RGB: (240,240,87)

Color info

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

RGB color model

#F0F057 color RGB value is (240,240,87).

  • red value is 240;
  • green value is 240;
  • blue value is 87.
RGB:
(240,240,87)
(94%,94%,34%)

RGB channels and saturation

R 240 of 255 = 94%
G 240 of 255 = 94%
B 87 of 255 = 34%

240
240
87

R + G + B ~ 74%. #F0F057 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 240 + 87 = 567 (100%)
R 240 of 567 ~ 42.33%
G 240 of 567 ~ 42.33%
B 87 of 567 ~ 15.34%

%42.33
%42.33
%15.34

CMYK color model

#F0F057 color CMYK value is (0,0,64,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 63.75%
  • key color value is 5.88%
CMYK:
(0,0,64,6)
C0M0Y64K6 
(0%,0%,64%,6%)
(0.00/0.00/0.64/0.06)	

CMYK percentages

%0
%0
%63.75
%5.88

Codes

Color #F0F057 in popluar color models

F0F057
RGB24024087
HSL60°83.61%64.12%
HSB/HSV60°63.75%94.12%
CMYK0.00%0.00%63.75%
5.88%

Color #F0F057 in popluar number systems.

HEXF0F057
Decimal24024087
Binary11110000111100001010111
Octal360360127

Shades and tints

Shades of #F0F057

#F0F057
(240,240,87)
#DBDB50
(219,219,80)
#C6C649
(198,198,73)
#B1B142
(177,177,66)
#9C9C3B
(156,156,59)
#878734
(135,135,52)
#72722D
(114,114,45)
#5D5D26
(93,93,38)
#48481F
(72,72,31)
#333318
(51,51,24)
#1E1E11
(30,30,17)
#000000
(0,0,0)

Tints of #F0F057

#F0F057
(240,240,87)
#F1F166
(241,241,102)
#F2F275
(242,242,117)
#F3F384
(243,243,132)
#F4F493
(244,244,147)
#F5F5A2
(245,245,162)
#F6F6B1
(246,246,177)
#F7F7C0
(247,247,192)
#F8F8CF
(248,248,207)
#F9F9DE
(249,249,222)
#FAFAED
(250,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F057; }

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

This text font color is #F0F057.


Background Color

.myBgColor { background-color: #F0F057; }

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

This div background color is #F0F057.


Border color

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

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

This div border color is #F0F057.


Opacity

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

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

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

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

This text has shadow with #F0F057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F057 on black background.


Color preview on white background

This text has color #F0F057 on white background.



Black color preview on #F0F057 background

This text has black color on #F0F057 background.


White color preview on #F0F057 background

This text has white color on #F0F057 background.