COLOR #F0AB00

HEX: #F0AB00
RGB: (240,171,0)

Color info

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

RGB color model

#F0AB00 color RGB value is (240,171,0).

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

RGB channels and saturation

R 240 of 255 = 94%
G 171 of 255 = 67%
B 0 of 255 = 0%

240
171
0

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

Portions of RGB colors in percentages

R + G + B =
240 + 171 + 0 = 411 (100%)
R 240 of 411 ~ 58.39%
G 171 of 411 ~ 41.61%
B 0 of 411 ~ 0%

%58.39
%41.61

CMYK color model

#F0AB00 color CMYK value is (0,29,100,6).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,29,100,6)
C0M29Y100K6 
(0%,29%,100%,6%)
(0.00/0.29/1.00/0.06)	

CMYK percentages

%0
%28.75
%100
%5.88

Codes

Color #F0AB00 in popluar color models

F0AB00
RGB2401710
HSL43°100.00%47.06%
HSB/HSV43°100.00%94.12%
CMYK0.00%28.75%100.00%
5.88%

Color #F0AB00 in popluar number systems.

HEXF0AB00
Decimal2401710
Binary11110000101010110
Octal3602530

Shades and tints

Shades of #F0AB00

#F0AB00
(240,171,0)
#DB9C00
(219,156,0)
#C68D00
(198,141,0)
#B17E00
(177,126,0)
#9C6F00
(156,111,0)
#876000
(135,96,0)
#725100
(114,81,0)
#5D4200
(93,66,0)
#483300
(72,51,0)
#332400
(51,36,0)
#1E1500
(30,21,0)
#000000
(0,0,0)

Tints of #F0AB00

#F0AB00
(240,171,0)
#F1B217
(241,178,23)
#F2B92E
(242,185,46)
#F3C045
(243,192,69)
#F4C75C
(244,199,92)
#F5CE73
(245,206,115)
#F6D58A
(246,213,138)
#F7DCA1
(247,220,161)
#F8E3B8
(248,227,184)
#F9EACF
(249,234,207)
#FAF1E6
(250,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AB00; }

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

This text font color is #F0AB00.


Background Color

.myBgColor { background-color: #F0AB00; }

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

This div background color is #F0AB00.


Border color

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

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

This div border color is #F0AB00.


Opacity

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

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

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

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

This text has shadow with #F0AB00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AB00 on black background.


Color preview on white background

This text has color #F0AB00 on white background.



Black color preview on #F0AB00 background

This text has black color on #F0AB00 background.


White color preview on #F0AB00 background

This text has white color on #F0AB00 background.