COLOR #F5B872

HEX: #F5B872 RGB: (245,184,114)

Color info

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

RGB color model

#F5B872 color RGB value is (245,184,114).

RGB: (245,184,114) (96%, 72%, 45%)

RGB channels and saturation

R 245 of 255 = 96%
G 184 of 255 = 72%
B 114 of 255 = 45%

245
184
114

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

Portions of RGB colors in percentages

R + G + B = 245 + 184 + 114 = 543 (100%)
R 245 of 543 ~ 45.12%
G 184 of 543 ~ 33.89%
B 114 of 543 ~ 20.99'%

%45.12
%33.89
%20.99

CMYK color model

#F5B872 color CMYK value is (0,25,53,4).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 53.47%
  • key color value is 3.92%

CMYK: (0,25,53,4)
C0M25Y53K4 (0%, 25%, 53%, 4%)
(0.00 / 0.25 / 0.53 / 0.04)

CMYK percentages

%0
%24.9
%53.47
%3.92

Codes

Color #F5B872 in popluar color models

F5 B8 72
RGB 245 184 114
HSL 32° 86.75% 70.39%
HSB/HSV 32° 53.47% 96.08%
CMYK 0.00% 24.90% 53.47%
3.92%

Color #F5B872 in popluar number systems.

HEX F5 B8 72
Decimal 245 184 114
Binary 11110101 10111000 1110010
Octal 365 270 162

Shades and tints

Shades of #F5B872

#F5B872
(245,184,114)
#DFA868
(223,168,104)
#C9985E
(201,152,94)
#B38854
(179,136,84)
#9D784A
(157,120,74)
#876840
(135,104,64)
#715836
(113,88,54)
#5B482C
(91,72,44)
#453822
(69,56,34)
#2F2818
(47,40,24)
#19180E
(25,24,14)
#000000
(0,0,0)

Tints of #F5B872

#F5B872
(245,184,114)
#F5BE7E
(245,190,126)
#F5C48A
(245,196,138)
#F5CA96
(245,202,150)
#F5D0A2
(245,208,162)
#F5D6AE
(245,214,174)
#F5DCBA
(245,220,186)
#F5E2C6
(245,226,198)
#F5E8D2
(245,232,210)
#F5EEDE
(245,238,222)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B872 color. Also use rgb(245,184,114) instead hex code.

Text Font Color

.myTextColor { color: #F5B872; }

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

This text font color is #F5B872.

Background Color

.myBgColor { background-color: #F5B872; }

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

This div background color is #F5B872.

Border color

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

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

This div border color is #F5B872.

Opacity

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

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

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

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

This text has shadow with #F5B872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B872.

Preview

Color preview on black background

This text has color #F5B872 on black background.


Color preview on white background

This text has color #F5B872 on white background.


Black color preview on #F5B872 background

This text has black color on #F5B872 background.


White color preview on #F5B872 background

This text has white color on #F5B872 background.


Related colors

Complementary color

Complementary color for #hex is #0A478D.


I love getcolorcode.com

Triadic colors

1 #72F5B8 and #B872F5 with #F5B872 are triadic colors.

2 #72B8F5 and #B8F572 with #F5B872 are triadic colors.