COLOR #F0B40B

HEX: #F0B40B
RGB: (240,180,11)

Color info

#F0B40B contains mainly red color. Web safe color of #F0B40B is #FFCC00 (or #FC0).

RGB color model

#F0B40B color RGB value is (240,180,11).

  • red value is 240;
  • green value is 180;
  • blue value is 11.
RGB:
(240,180,11)
(94%,71%,4%)

RGB channels and saturation

R 240 of 255 = 94%
G 180 of 255 = 71%
B 11 of 255 = 4%

240
180
11

R + G + B ~ 56%. #F0B40B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 180 + 11 = 431 (100%)
R 240 of 431 ~ 55.68%
G 180 of 431 ~ 41.76%
B 11 of 431 ~ 2.55%

%55.68
%41.76

CMYK color model

#F0B40B color CMYK value is (0,25,95,6).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 95.42%
  • key color value is 5.88%
CMYK:
(0,25,95,6)
C0M25Y95K6 
(0%,25%,95%,6%)
(0.00/0.25/0.95/0.06)	

CMYK percentages

%0
%25
%95.42
%5.88

Codes

Color #F0B40B in popluar color models

F0B40B
RGB24018011
HSL44°91.24%49.22%
HSB/HSV44°95.42%94.12%
CMYK0.00%25.00%95.42%
5.88%

Color #F0B40B in popluar number systems.

HEXF0B40B
Decimal24018011
Binary11110000101101001011
Octal36026413

Shades and tints

Shades of #F0B40B

#F0B40B
(240,180,11)
#DBA40A
(219,164,10)
#C69409
(198,148,9)
#B18408
(177,132,8)
#9C7407
(156,116,7)
#876406
(135,100,6)
#725405
(114,84,5)
#5D4404
(93,68,4)
#483403
(72,52,3)
#332402
(51,36,2)
#1E1401
(30,20,1)
#000000
(0,0,0)

Tints of #F0B40B

#F0B40B
(240,180,11)
#F1BA21
(241,186,33)
#F2C037
(242,192,55)
#F3C64D
(243,198,77)
#F4CC63
(244,204,99)
#F5D279
(245,210,121)
#F6D88F
(246,216,143)
#F7DEA5
(247,222,165)
#F8E4BB
(248,228,187)
#F9EAD1
(249,234,209)
#FAF0E7
(250,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B40B; }

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

This text font color is #F0B40B.


Background Color

.myBgColor { background-color: #F0B40B; }

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

This div background color is #F0B40B.


Border color

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

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

This div border color is #F0B40B.


Opacity

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

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

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

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

This text has shadow with #F0B40B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B40B on black background.


Color preview on white background

This text has color #F0B40B on white background.



Black color preview on #F0B40B background

This text has black color on #F0B40B background.


White color preview on #F0B40B background

This text has white color on #F0B40B background.