COLOR #FAB01D

HEX: #FAB01D RGB: (250,176,29)

Color info

#FAB01D contains mainly red color. Web safe color of #FAB01D is #FF9933 (or #F93).

RGB color model

#FAB01D color RGB value is (250,176,29).

RGB: (250,176,29) (98%, 69%, 11%)

RGB channels and saturation

R 250 of 255 = 98%
G 176 of 255 = 69%
B 29 of 255 = 11%

250
176
29

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

Portions of RGB colors in percentages

R + G + B = 250 + 176 + 29 = 455 (100%)
R 250 of 455 ~ 54.95%
G 176 of 455 ~ 38.68%
B 29 of 455 ~ 6.37'%

%54.95
%38.68

CMYK color model

#FAB01D color CMYK value is (0,30,88,2).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 88.40%
  • key color value is 1.96%

CMYK: (0,30,88,2)
C0M30Y88K2 (0%, 30%, 88%, 2%)
(0.00 / 0.30 / 0.88 / 0.02)

CMYK percentages

%0
%29.6
%88.4
%1.96

Codes

Color #FAB01D in popluar color models

FA B0 1D
RGB 250 176 29
HSL 40° 95.67% 54.71%
HSB/HSV 40° 88.40% 98.04%
CMYK 0.00% 29.60% 88.40%
1.96%

Color #FAB01D in popluar number systems.

HEX FA B0 1D
Decimal 250 176 29
Binary 11111010 10110000 11101
Octal 372 260 35

Shades and tints

Shades of #FAB01D

#FAB01D
(250,176,29)
#E4A01B
(228,160,27)
#CE9019
(206,144,25)
#B88017
(184,128,23)
#A27015
(162,112,21)
#8C6013
(140,96,19)
#765011
(118,80,17)
#60400F
(96,64,15)
#4A300D
(74,48,13)
#34200B
(52,32,11)
#1E1009
(30,16,9)
#000000
(0,0,0)

Tints of #FAB01D

#FAB01D
(250,176,29)
#FAB731
(250,183,49)
#FABE45
(250,190,69)
#FAC559
(250,197,89)
#FACC6D
(250,204,109)
#FAD381
(250,211,129)
#FADA95
(250,218,149)
#FAE1A9
(250,225,169)
#FAE8BD
(250,232,189)
#FAEFD1
(250,239,209)
#FAF6E5
(250,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB01D color. Also use rgb(250,176,29) instead hex code.

Text Font Color

.myTextColor { color: #FAB01D; }

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

This text font color is #FAB01D.

Background Color

.myBgColor { background-color: #FAB01D; }

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

This div background color is #FAB01D.

Border color

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

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

This div border color is #FAB01D.

Opacity

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

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

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

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

This text has shadow with #FAB01D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB01D.

Preview

Color preview on black background

This text has color #FAB01D on black background.


Color preview on white background

This text has color #FAB01D on white background.


Black color preview on #FAB01D background

This text has black color on #FAB01D background.


White color preview on #FAB01D background

This text has white color on #FAB01D background.


Related colors

Complementary color

Complementary color for #hex is #054FE2.


I love getcolorcode.com

Triadic colors

1 #1DFAB0 and #B01DFA with #FAB01D are triadic colors.

2 #1DB0FA and #B0FA1D with #FAB01D are triadic colors.