COLOR #F0B000

HEX: #F0B000
RGB: (240,176,0)

Color info

#F0B000 contains mainly red color. Web safe color of #F0B000 is #FF9900 (or #F90).

RGB color model

#F0B000 color RGB value is (240,176,0).

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

RGB channels and saturation

R 240 of 255 = 94%
G 176 of 255 = 69%
B 0 of 255 = 0%

240
176
0

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

Portions of RGB colors in percentages

R + G + B =
240 + 176 + 0 = 416 (100%)
R 240 of 416 ~ 57.69%
G 176 of 416 ~ 42.31%
B 0 of 416 ~ 0%

%57.69
%42.31

CMYK color model

#F0B000 color CMYK value is (0,27,100,6).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,27,100,6)
C0M27Y100K6 
(0%,27%,100%,6%)
(0.00/0.27/1.00/0.06)	

CMYK percentages

%0
%26.67
%100
%5.88

Codes

Color #F0B000 in popluar color models

F0B000
RGB2401760
HSL44°100.00%47.06%
HSB/HSV44°100.00%94.12%
CMYK0.00%26.67%100.00%
5.88%

Color #F0B000 in popluar number systems.

HEXF0B000
Decimal2401760
Binary11110000101100000
Octal3602600

Shades and tints

Shades of #F0B000

#F0B000
(240,176,0)
#DBA000
(219,160,0)
#C69000
(198,144,0)
#B18000
(177,128,0)
#9C7000
(156,112,0)
#876000
(135,96,0)
#725000
(114,80,0)
#5D4000
(93,64,0)
#483000
(72,48,0)
#332000
(51,32,0)
#1E1000
(30,16,0)
#000000
(0,0,0)

Tints of #F0B000

#F0B000
(240,176,0)
#F1B717
(241,183,23)
#F2BE2E
(242,190,46)
#F3C545
(243,197,69)
#F4CC5C
(244,204,92)
#F5D373
(245,211,115)
#F6DA8A
(246,218,138)
#F7E1A1
(247,225,161)
#F8E8B8
(248,232,184)
#F9EFCF
(249,239,207)
#FAF6E6
(250,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B000; }

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

This text font color is #F0B000.


Background Color

.myBgColor { background-color: #F0B000; }

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

This div background color is #F0B000.


Border color

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

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

This div border color is #F0B000.


Opacity

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

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

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

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

This text has shadow with #F0B000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B000 on black background.


Color preview on white background

This text has color #F0B000 on white background.



Black color preview on #F0B000 background

This text has black color on #F0B000 background.


White color preview on #F0B000 background

This text has white color on #F0B000 background.