COLOR #FBAF74

HEX: #FBAF74
RGB: (251,175,116)

Color info

#FBAF74 contains mainly red color. Web safe color of #FBAF74 is #FF9966 (or #F96).

RGB color model

#FBAF74 color RGB value is (251,175,116).

  • red value is 251;
  • green value is 175;
  • blue value is 116.
RGB: (251,175,116) (98%,69%,45%)

RGB channels and saturation

R 251 of 255 = 98%
G 175 of 255 = 69%
B 116 of 255 = 45%

251
175
116

R + G + B ~ 71%. #FBAF74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 175 + 116 = 542 (100%)
R 251 of 542 ~ 46.31%
G 175 of 542 ~ 32.29%
B 116 of 542 ~ 21.4%

%46.31
%32.29
%21.4

CMYK color model

#FBAF74 color CMYK value is (0,30,54,2).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 53.78%
  • key color value is 1.57%
CMYK: (0,30,54,2) C0M30Y54K2 (0%,30%,54%,2%) (0.00/0.30/0.54/0.02)

CMYK percentages

%0
%30.28
%53.78
%1.57

Codes

Color #FBAF74 in popluar color models

FBAF74
RGB251175116
HSL26°94.41%71.96%
HSB/HSV26°53.78%98.43%
CMYK0.00%30.28%53.78%
1.57%

Color #FBAF74 in popluar number systems.

HEXFBAF74
Decimal251175116
Binary11111011101011111110100
Octal373257164

Shades and tints

Shades of #FBAF74

#FBAF74
(251,175,116)
#E5A06A
(229,160,106)
#CF9160
(207,145,96)
#B98256
(185,130,86)
#A3734C
(163,115,76)
#8D6442
(141,100,66)
#775538
(119,85,56)
#61462E
(97,70,46)
#4B3724
(75,55,36)
#35281A
(53,40,26)
#1F1910
(31,25,16)
#000000
(0,0,0)

Tints of #FBAF74

#FBAF74
(251,175,116)
#FBB680
(251,182,128)
#FBBD8C
(251,189,140)
#FBC498
(251,196,152)
#FBCBA4
(251,203,164)
#FBD2B0
(251,210,176)
#FBD9BC
(251,217,188)
#FBE0C8
(251,224,200)
#FBE7D4
(251,231,212)
#FBEEE0
(251,238,224)
#FBF5EC
(251,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBAF74 color. Also use rgb(251,175,116) instead hex code.

Text Font Color

.myTextColor { color: #FBAF74; }

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

This text font color is #FBAF74.


Background Color

.myBgColor { background-color: #FBAF74; }

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

This div background color is #FBAF74.


Border color

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

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

This div border color is #FBAF74.


Opacity

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

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

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

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

This text has shadow with #FBAF74 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FBAF74 on black background.


Color preview on white background

This text has color #FBAF74 on white background.



Black color preview on #FBAF74 background

This text has black color on #FBAF74 background.


White color preview on #FBAF74 background

This text has white color on #FBAF74 background.