COLOR #FAB20E

HEX: #FAB20E
RGB: (250,178,14)

Color info

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

RGB color model

#FAB20E color RGB value is (250,178,14).

  • red value is 250;
  • green value is 178;
  • blue value is 14.
RGB:
(250,178,14)
(98%,70%,5%)

RGB channels and saturation

R 250 of 255 = 98%
G 178 of 255 = 70%
B 14 of 255 = 5%

250
178
14

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

Portions of RGB colors in percentages

R + G + B =
250 + 178 + 14 = 442 (100%)
R 250 of 442 ~ 56.56%
G 178 of 442 ~ 40.27%
B 14 of 442 ~ 3.17%

%56.56
%40.27

CMYK color model

#FAB20E color CMYK value is (0,29,94,2).

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 94.40%
  • key color value is 1.96%
CMYK:
(0,29,94,2)
C0M29Y94K2 
(0%,29%,94%,2%)
(0.00/0.29/0.94/0.02)	

CMYK percentages

%0
%28.8
%94.4
%1.96

Codes

Color #FAB20E in popluar color models

FAB20E
RGB25017814
HSL42°95.93%51.76%
HSB/HSV42°94.40%98.04%
CMYK0.00%28.80%94.40%
1.96%

Color #FAB20E in popluar number systems.

HEXFAB20E
Decimal25017814
Binary11111010101100101110
Octal37226216

Shades and tints

Shades of #FAB20E

#FAB20E
(250,178,14)
#E4A20D
(228,162,13)
#CE920C
(206,146,12)
#B8820B
(184,130,11)
#A2720A
(162,114,10)
#8C6209
(140,98,9)
#765208
(118,82,8)
#604207
(96,66,7)
#4A3206
(74,50,6)
#342205
(52,34,5)
#1E1204
(30,18,4)
#000000
(0,0,0)

Tints of #FAB20E

#FAB20E
(250,178,14)
#FAB923
(250,185,35)
#FAC038
(250,192,56)
#FAC74D
(250,199,77)
#FACE62
(250,206,98)
#FAD577
(250,213,119)
#FADC8C
(250,220,140)
#FAE3A1
(250,227,161)
#FAEAB6
(250,234,182)
#FAF1CB
(250,241,203)
#FAF8E0
(250,248,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB20E color. Also use rgb(250,178,14) instead hex code.

Text Font Color

.myTextColor { color: #FAB20E; }

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

This text font color is #FAB20E.


Background Color

.myBgColor { background-color: #FAB20E; }

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

This div background color is #FAB20E.


Border color

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

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

This div border color is #FAB20E.


Opacity

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

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

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

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

This text has shadow with #FAB20E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB20E on black background.


Color preview on white background

This text has color #FAB20E on white background.



Black color preview on #FAB20E background

This text has black color on #FAB20E background.


White color preview on #FAB20E background

This text has white color on #FAB20E background.