COLOR #F0F11B

HEX: #F0F11B
RGB: (240,241,27)

Color info

#F0F11B contains mainly red and green colors. Web safe color of #F0F11B is #FFFF33 (or #FF3).

RGB color model

#F0F11B color RGB value is (240,241,27).

  • red value is 240;
  • green value is 241;
  • blue value is 27.
RGB:
(240,241,27)
(94%,95%,11%)

RGB channels and saturation

R 240 of 255 = 94%
G 241 of 255 = 95%
B 27 of 255 = 11%

240
241
27

R + G + B ~ 67%. #F0F11B is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 241 + 27 = 508 (100%)
R 240 of 508 ~ 47.24%
G 241 of 508 ~ 47.44%
B 27 of 508 ~ 5.31%

%47.24
%47.44

CMYK color model

#F0F11B color CMYK value is (0,0,89,5).

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 88.80%
  • key color value is 5.49%
CMYK:
(0,0,89,5)
C0M0Y89K5 
(0%,0%,89%,5%)
(0.00/0.00/0.89/0.05)	

CMYK percentages

%0.41
%0
%88.8
%5.49

Codes

Color #F0F11B in popluar color models

F0F11B
RGB24024127
HSL60°88.43%52.55%
HSB/HSV60°88.80%94.51%
CMYK0.41%0.00%88.80%
5.49%

Color #F0F11B in popluar number systems.

HEXF0F11B
Decimal24024127
Binary111100001111000111011
Octal36036133

Shades and tints

Shades of #F0F11B

#F0F11B
(240,241,27)
#DBDC19
(219,220,25)
#C6C717
(198,199,23)
#B1B215
(177,178,21)
#9C9D13
(156,157,19)
#878811
(135,136,17)
#72730F
(114,115,15)
#5D5E0D
(93,94,13)
#48490B
(72,73,11)
#333409
(51,52,9)
#1E1F07
(30,31,7)
#000000
(0,0,0)

Tints of #F0F11B

#F0F11B
(240,241,27)
#F1F22F
(241,242,47)
#F2F343
(242,243,67)
#F3F457
(243,244,87)
#F4F56B
(244,245,107)
#F5F67F
(245,246,127)
#F6F793
(246,247,147)
#F7F8A7
(247,248,167)
#F8F9BB
(248,249,187)
#F9FACF
(249,250,207)
#FAFBE3
(250,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F11B; }

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

This text font color is #F0F11B.


Background Color

.myBgColor { background-color: #F0F11B; }

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

This div background color is #F0F11B.


Border color

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

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

This div border color is #F0F11B.


Opacity

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

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

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

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

This text has shadow with #F0F11B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F11B on black background.


Color preview on white background

This text has color #F0F11B on white background.



Black color preview on #F0F11B background

This text has black color on #F0F11B background.


White color preview on #F0F11B background

This text has white color on #F0F11B background.