COLOR #F0F065

HEX: #F0F065
RGB: (240,240,101)

Color info

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

RGB color model

#F0F065 color RGB value is (240,240,101).

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

RGB channels and saturation

R 240 of 255 = 94%
G 240 of 255 = 94%
B 101 of 255 = 40%

240
240
101

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

Portions of RGB colors in percentages

R + G + B =
240 + 240 + 101 = 581 (100%)
R 240 of 581 ~ 41.31%
G 240 of 581 ~ 41.31%
B 101 of 581 ~ 17.38%

%41.31
%41.31
%17.38

CMYK color model

#F0F065 color CMYK value is (0,0,58,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 57.92%
  • key color value is 5.88%
CMYK:
(0,0,58,6)
C0M0Y58K6 
(0%,0%,58%,6%)
(0.00/0.00/0.58/0.06)	

CMYK percentages

%0
%0
%57.92
%5.88

Codes

Color #F0F065 in popluar color models

F0F065
RGB240240101
HSL60°82.25%66.86%
HSB/HSV60°57.92%94.12%
CMYK0.00%0.00%57.92%
5.88%

Color #F0F065 in popluar number systems.

HEXF0F065
Decimal240240101
Binary11110000111100001100101
Octal360360145

Shades and tints

Shades of #F0F065

#F0F065
(240,240,101)
#DBDB5C
(219,219,92)
#C6C653
(198,198,83)
#B1B14A
(177,177,74)
#9C9C41
(156,156,65)
#878738
(135,135,56)
#72722F
(114,114,47)
#5D5D26
(93,93,38)
#48481D
(72,72,29)
#333314
(51,51,20)
#1E1E0B
(30,30,11)
#000000
(0,0,0)

Tints of #F0F065

#F0F065
(240,240,101)
#F1F173
(241,241,115)
#F2F281
(242,242,129)
#F3F38F
(243,243,143)
#F4F49D
(244,244,157)
#F5F5AB
(245,245,171)
#F6F6B9
(246,246,185)
#F7F7C7
(247,247,199)
#F8F8D5
(248,248,213)
#F9F9E3
(249,249,227)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F065; }

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

This text font color is #F0F065.


Background Color

.myBgColor { background-color: #F0F065; }

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

This div background color is #F0F065.


Border color

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

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

This div border color is #F0F065.


Opacity

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

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

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

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

This text has shadow with #F0F065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F065 on black background.


Color preview on white background

This text has color #F0F065 on white background.



Black color preview on #F0F065 background

This text has black color on #F0F065 background.


White color preview on #F0F065 background

This text has white color on #F0F065 background.