COLOR #FBAE4A

HEX: #FBAE4A
RGB: (251,174,74)

Color info

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

RGB color model

#FBAE4A color RGB value is (251,174,74).

  • red value is 251;
  • green value is 174;
  • blue value is 74.
RGB:
(251,174,74)
(98%,68%,29%)

RGB channels and saturation

R 251 of 255 = 98%
G 174 of 255 = 68%
B 74 of 255 = 29%

251
174
74

R + G + B ~ 65%. #FBAE4A is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 174 + 74 = 499 (100%)
R 251 of 499 ~ 50.3%
G 174 of 499 ~ 34.87%
B 74 of 499 ~ 14.83%

%50.3
%34.87
%14.83

CMYK color model

#FBAE4A color CMYK value is (0,31,71,2).

  • cyan value is 0.00%
  • magenta value is 30.68%
  • yellow value is 70.52%
  • key color value is 1.57%
CMYK:
(0,31,71,2)
C0M31Y71K2 
(0%,31%,71%,2%)
(0.00/0.31/0.71/0.02)	

CMYK percentages

%0
%30.68
%70.52
%1.57

Codes

Color #FBAE4A in popluar color models

FBAE4A
RGB25117474
HSL34°95.68%63.73%
HSB/HSV34°70.52%98.43%
CMYK0.00%30.68%70.52%
1.57%

Color #FBAE4A in popluar number systems.

HEXFBAE4A
Decimal25117474
Binary11111011101011101001010
Octal373256112

Shades and tints

Shades of #FBAE4A

#FBAE4A
(251,174,74)
#E59F44
(229,159,68)
#CF903E
(207,144,62)
#B98138
(185,129,56)
#A37232
(163,114,50)
#8D632C
(141,99,44)
#775426
(119,84,38)
#614520
(97,69,32)
#4B361A
(75,54,26)
#352714
(53,39,20)
#1F180E
(31,24,14)
#000000
(0,0,0)

Tints of #FBAE4A

#FBAE4A
(251,174,74)
#FBB55A
(251,181,90)
#FBBC6A
(251,188,106)
#FBC37A
(251,195,122)
#FBCA8A
(251,202,138)
#FBD19A
(251,209,154)
#FBD8AA
(251,216,170)
#FBDFBA
(251,223,186)
#FBE6CA
(251,230,202)
#FBEDDA
(251,237,218)
#FBF4EA
(251,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBAE4A color. Also use rgb(251,174,74) instead hex code.

Text Font Color

.myTextColor { color: #FBAE4A; }

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

This text font color is #FBAE4A.


Background Color

.myBgColor { background-color: #FBAE4A; }

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

This div background color is #FBAE4A.


Border color

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

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

This div border color is #FBAE4A.


Opacity

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

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

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

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

This text has shadow with #FBAE4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBAE4A on black background.


Color preview on white background

This text has color #FBAE4A on white background.



Black color preview on #FBAE4A background

This text has black color on #FBAE4A background.


White color preview on #FBAE4A background

This text has white color on #FBAE4A background.