COLOR #F0FB69

HEX: #F0FB69 RGB: (240,251,105)

Color info

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

RGB color model

#F0FB69 color RGB value is (240,251,105).

RGB: (240,251,105) (94%, 98%, 41%)

RGB channels and saturation

R 240 of 255 = 94%
G 251 of 255 = 98%
B 105 of 255 = 41%

240
251
105

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

Portions of RGB colors in percentages

R + G + B = 240 + 251 + 105 = 596 (100%)
R 240 of 596 ~ 40.27%
G 251 of 596 ~ 42.11%
B 105 of 596 ~ 17.62'%

%40.27
%42.11
%17.62

CMYK color model

#F0FB69 color CMYK value is (4,0,58,2).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 58.17%
  • key color value is 1.57%

CMYK: (4,0,58,2)
C4M0Y58K2 (4%, 0%, 58%, 2%)
(0.04 / 0.00 / 0.58 / 0.02)

CMYK percentages

%4.38
%0
%58.17
%1.57

Codes

Color #F0FB69 in popluar color models

F0 FB 69
RGB 240 251 105
HSL 65° 94.81% 69.80%
HSB/HSV 65° 58.17% 98.43%
CMYK 4.38% 0.00% 58.17%
1.57%

Color #F0FB69 in popluar number systems.

HEX F0 FB 69
Decimal 240 251 105
Binary 11110000 11111011 1101001
Octal 360 373 151

Shades and tints

Shades of #F0FB69

#F0FB69
(240,251,105)
#DBE560
(219,229,96)
#C6CF57
(198,207,87)
#B1B94E
(177,185,78)
#9CA345
(156,163,69)
#878D3C
(135,141,60)
#727733
(114,119,51)
#5D612A
(93,97,42)
#484B21
(72,75,33)
#333518
(51,53,24)
#1E1F0F
(30,31,15)
#000000
(0,0,0)

Tints of #F0FB69

#F0FB69
(240,251,105)
#F1FB76
(241,251,118)
#F2FB83
(242,251,131)
#F3FB90
(243,251,144)
#F4FB9D
(244,251,157)
#F5FBAA
(245,251,170)
#F6FBB7
(246,251,183)
#F7FBC4
(247,251,196)
#F8FBD1
(248,251,209)
#F9FBDE
(249,251,222)
#FAFBEB
(250,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FB69; }

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

This text font color is #F0FB69.

Background Color

.myBgColor { background-color: #F0FB69; }

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

This div background color is #F0FB69.

Border color

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

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

This div border color is #F0FB69.

Opacity

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

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

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

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

This text has shadow with #F0FB69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FB69.

Preview

Color preview on black background

This text has color #F0FB69 on black background.


Color preview on white background

This text has color #F0FB69 on white background.


Black color preview on #F0FB69 background

This text has black color on #F0FB69 background.


White color preview on #F0FB69 background

This text has white color on #F0FB69 background.


Related colors

Complementary color

Complementary color for #hex is #0F0496.


I love getcolorcode.com

Triadic colors

1 #69F0FB and #FB69F0 with #F0FB69 are triadic colors.

2 #69FBF0 and #FBF069 with #F0FB69 are triadic colors.