COLOR #F0B500

HEX: #F0B500
RGB: (240,181,0)

Color info

#F0B500 contains only red and green colors. Web safe color of #F0B500 is #FFCC00 (or #FC0).

RGB color model

#F0B500 color RGB value is (240,181,0).

  • red value is 240;
  • green value is 181;
  • blue value is 0.
RGB:
(240,181,0)
(94%,71%,0%)

RGB channels and saturation

R 240 of 255 = 94%
G 181 of 255 = 71%
B 0 of 255 = 0%

240
181
0

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

Portions of RGB colors in percentages

R + G + B =
240 + 181 + 0 = 421 (100%)
R 240 of 421 ~ 57.01%
G 181 of 421 ~ 42.99%
B 0 of 421 ~ 0%

%57.01
%42.99

CMYK color model

#F0B500 color CMYK value is (0,25,100,6).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,25,100,6)
C0M25Y100K6 
(0%,25%,100%,6%)
(0.00/0.25/1.00/0.06)	

CMYK percentages

%0
%24.58
%100
%5.88

Codes

Color #F0B500 in popluar color models

F0B500
RGB2401810
HSL45°100.00%47.06%
HSB/HSV45°100.00%94.12%
CMYK0.00%24.58%100.00%
5.88%

Color #F0B500 in popluar number systems.

HEXF0B500
Decimal2401810
Binary11110000101101010
Octal3602650

Shades and tints

Shades of #F0B500

#F0B500
(240,181,0)
#DBA500
(219,165,0)
#C69500
(198,149,0)
#B18500
(177,133,0)
#9C7500
(156,117,0)
#876500
(135,101,0)
#725500
(114,85,0)
#5D4500
(93,69,0)
#483500
(72,53,0)
#332500
(51,37,0)
#1E1500
(30,21,0)
#000000
(0,0,0)

Tints of #F0B500

#F0B500
(240,181,0)
#F1BB17
(241,187,23)
#F2C12E
(242,193,46)
#F3C745
(243,199,69)
#F4CD5C
(244,205,92)
#F5D373
(245,211,115)
#F6D98A
(246,217,138)
#F7DFA1
(247,223,161)
#F8E5B8
(248,229,184)
#F9EBCF
(249,235,207)
#FAF1E6
(250,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B500; }

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

This text font color is #F0B500.


Background Color

.myBgColor { background-color: #F0B500; }

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

This div background color is #F0B500.


Border color

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

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

This div border color is #F0B500.


Opacity

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

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

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

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

This text has shadow with #F0B500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B500 on black background.


Color preview on white background

This text has color #F0B500 on white background.



Black color preview on #F0B500 background

This text has black color on #F0B500 background.


White color preview on #F0B500 background

This text has white color on #F0B500 background.