COLOR #F3B777

HEX: #F3B777 RGB: (243,183,119)

Color info

#F3B777 contains mainly red color. Web safe color of #F3B777 is #FFCC66 (or #FC6).

RGB color model

#F3B777 color RGB value is (243,183,119).

RGB: (243,183,119) (95%, 72%, 47%)

RGB channels and saturation

R 243 of 255 = 95%
G 183 of 255 = 72%
B 119 of 255 = 47%

243
183
119

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

Portions of RGB colors in percentages

R + G + B = 243 + 183 + 119 = 545 (100%)
R 243 of 545 ~ 44.59%
G 183 of 545 ~ 33.58%
B 119 of 545 ~ 21.83'%

%44.59
%33.58
%21.83

CMYK color model

#F3B777 color CMYK value is (0,25,51,5).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 51.03%
  • key color value is 4.71%

CMYK: (0,25,51,5)
C0M25Y51K5 (0%, 25%, 51%, 5%)
(0.00 / 0.25 / 0.51 / 0.05)

CMYK percentages

%0
%24.69
%51.03
%4.71

Codes

Color #F3B777 in popluar color models

F3 B7 77
RGB 243 183 119
HSL 31° 83.78% 70.98%
HSB/HSV 31° 51.03% 95.29%
CMYK 0.00% 24.69% 51.03%
4.71%

Color #F3B777 in popluar number systems.

HEX F3 B7 77
Decimal 243 183 119
Binary 11110011 10110111 1110111
Octal 363 267 167

Shades and tints

Shades of #F3B777

#F3B777
(243,183,119)
#DDA76D
(221,167,109)
#C79763
(199,151,99)
#B18759
(177,135,89)
#9B774F
(155,119,79)
#856745
(133,103,69)
#6F573B
(111,87,59)
#594731
(89,71,49)
#433727
(67,55,39)
#2D271D
(45,39,29)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #F3B777

#F3B777
(243,183,119)
#F4BD83
(244,189,131)
#F5C38F
(245,195,143)
#F6C99B
(246,201,155)
#F7CFA7
(247,207,167)
#F8D5B3
(248,213,179)
#F9DBBF
(249,219,191)
#FAE1CB
(250,225,203)
#FBE7D7
(251,231,215)
#FCEDE3
(252,237,227)
#FDF3EF
(253,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B777 color. Also use rgb(243,183,119) instead hex code.

Text Font Color

.myTextColor { color: #F3B777; }

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

This text font color is #F3B777.

Background Color

.myBgColor { background-color: #F3B777; }

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

This div background color is #F3B777.

Border color

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

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

This div border color is #F3B777.

Opacity

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

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

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

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

This text has shadow with #F3B777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3B777.

Preview

Color preview on black background

This text has color #F3B777 on black background.


Color preview on white background

This text has color #F3B777 on white background.


Black color preview on #F3B777 background

This text has black color on #F3B777 background.


White color preview on #F3B777 background

This text has white color on #F3B777 background.


Related colors

Complementary color

Complementary color for #hex is #0C4888.


I love getcolorcode.com

Triadic colors

1 #77F3B7 and #B777F3 with #F3B777 are triadic colors.

2 #77B7F3 and #B7F377 with #F3B777 are triadic colors.