COLOR #F3B158

HEX: #F3B158 RGB: (243,177,88)

Color info

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

RGB color model

#F3B158 color RGB value is (243,177,88).

RGB: (243,177,88) (95%, 69%, 35%)

RGB channels and saturation

R 243 of 255 = 95%
G 177 of 255 = 69%
B 88 of 255 = 35%

243
177
88

R + G + B ~ 66%. #F3B158 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 177 + 88 = 508 (100%)
R 243 of 508 ~ 47.83%
G 177 of 508 ~ 34.84%
B 88 of 508 ~ 17.32'%

%47.83
%34.84
%17.32

CMYK color model

#F3B158 color CMYK value is (0,27,64,5).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 63.79%
  • key color value is 4.71%

CMYK: (0,27,64,5)
C0M27Y64K5 (0%, 27%, 64%, 5%)
(0.00 / 0.27 / 0.64 / 0.05)

CMYK percentages

%0
%27.16
%63.79
%4.71

Codes

Color #F3B158 in popluar color models

F3 B1 58
RGB 243 177 88
HSL 34° 86.59% 64.90%
HSB/HSV 34° 63.79% 95.29%
CMYK 0.00% 27.16% 63.79%
4.71%

Color #F3B158 in popluar number systems.

HEX F3 B1 58
Decimal 243 177 88
Binary 11110011 10110001 1011000
Octal 363 261 130

Shades and tints

Shades of #F3B158

#F3B158
(243,177,88)
#DDA150
(221,161,80)
#C79148
(199,145,72)
#B18140
(177,129,64)
#9B7138
(155,113,56)
#856130
(133,97,48)
#6F5128
(111,81,40)
#594120
(89,65,32)
#433118
(67,49,24)
#2D2110
(45,33,16)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #F3B158

#F3B158
(243,177,88)
#F4B867
(244,184,103)
#F5BF76
(245,191,118)
#F6C685
(246,198,133)
#F7CD94
(247,205,148)
#F8D4A3
(248,212,163)
#F9DBB2
(249,219,178)
#FAE2C1
(250,226,193)
#FBE9D0
(251,233,208)
#FCF0DF
(252,240,223)
#FDF7EE
(253,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B158 color. Also use rgb(243,177,88) instead hex code.

Text Font Color

.myTextColor { color: #F3B158; }

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

This text font color is #F3B158.

Background Color

.myBgColor { background-color: #F3B158; }

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

This div background color is #F3B158.

Border color

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

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

This div border color is #F3B158.

Opacity

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

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

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

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

This text has shadow with #F3B158 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3B158.

Preview

Color preview on black background

This text has color #F3B158 on black background.


Color preview on white background

This text has color #F3B158 on white background.


Black color preview on #F3B158 background

This text has black color on #F3B158 background.


White color preview on #F3B158 background

This text has white color on #F3B158 background.


Related colors

Complementary color

Complementary color for #hex is #0C4EA7.


I love getcolorcode.com

Triadic colors

1 #58F3B1 and #B158F3 with #F3B158 are triadic colors.

2 #58B1F3 and #B1F358 with #F3B158 are triadic colors.