COLOR #FBAD46

HEX: #FBAD46
RGB: (251,173,70)

Color info

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

RGB color model

#FBAD46 color RGB value is (251,173,70).

  • red value is 251;
  • green value is 173;
  • blue value is 70.
RGB:
(251,173,70)
(98%,68%,27%)

RGB channels and saturation

R 251 of 255 = 98%
G 173 of 255 = 68%
B 70 of 255 = 27%

251
173
70

R + G + B ~ 64%. #FBAD46 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 173 + 70 = 494 (100%)
R 251 of 494 ~ 50.81%
G 173 of 494 ~ 35.02%
B 70 of 494 ~ 14.17%

%50.81
%35.02
%14.17

CMYK color model

#FBAD46 color CMYK value is (0,31,72,2).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 72.11%
  • key color value is 1.57%
CMYK:
(0,31,72,2)
C0M31Y72K2 
(0%,31%,72%,2%)
(0.00/0.31/0.72/0.02)	

CMYK percentages

%0
%31.08
%72.11
%1.57

Codes

Color #FBAD46 in popluar color models

FBAD46
RGB25117370
HSL34°95.77%62.94%
HSB/HSV34°72.11%98.43%
CMYK0.00%31.08%72.11%
1.57%

Color #FBAD46 in popluar number systems.

HEXFBAD46
Decimal25117370
Binary11111011101011011000110
Octal373255106

Shades and tints

Shades of #FBAD46

#FBAD46
(251,173,70)
#E59E40
(229,158,64)
#CF8F3A
(207,143,58)
#B98034
(185,128,52)
#A3712E
(163,113,46)
#8D6228
(141,98,40)
#775322
(119,83,34)
#61441C
(97,68,28)
#4B3516
(75,53,22)
#352610
(53,38,16)
#1F170A
(31,23,10)
#000000
(0,0,0)

Tints of #FBAD46

#FBAD46
(251,173,70)
#FBB456
(251,180,86)
#FBBB66
(251,187,102)
#FBC276
(251,194,118)
#FBC986
(251,201,134)
#FBD096
(251,208,150)
#FBD7A6
(251,215,166)
#FBDEB6
(251,222,182)
#FBE5C6
(251,229,198)
#FBECD6
(251,236,214)
#FBF3E6
(251,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBAD46 color. Also use rgb(251,173,70) instead hex code.

Text Font Color

.myTextColor { color: #FBAD46; }

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

This text font color is #FBAD46.


Background Color

.myBgColor { background-color: #FBAD46; }

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

This div background color is #FBAD46.


Border color

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

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

This div border color is #FBAD46.


Opacity

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

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

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

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

This text has shadow with #FBAD46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBAD46 on black background.


Color preview on white background

This text has color #FBAD46 on white background.



Black color preview on #FBAD46 background

This text has black color on #FBAD46 background.


White color preview on #FBAD46 background

This text has white color on #FBAD46 background.