COLOR #F4B795

HEX: #F4B795 RGB: (244,183,149)

Color info

#F4B795 contains mainly red color. Web safe color of #F4B795 is #FFCC99 (or #FC9).

RGB color model

#F4B795 color RGB value is (244,183,149).

RGB: (244,183,149) (96%, 72%, 58%)

RGB channels and saturation

R 244 of 255 = 96%
G 183 of 255 = 72%
B 149 of 255 = 58%

244
183
149

R + G + B ~ 75%. #F4B795 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 183 + 149 = 576 (100%)
R 244 of 576 ~ 42.36%
G 183 of 576 ~ 31.77%
B 149 of 576 ~ 25.87'%

%42.36
%31.77
%25.87

CMYK color model

#F4B795 color CMYK value is (0,25,39,4).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 38.93%
  • key color value is 4.31%

CMYK: (0,25,39,4)
C0M25Y39K4 (0%, 25%, 39%, 4%)
(0.00 / 0.25 / 0.39 / 0.04)

CMYK percentages

%0
%25
%38.93
%4.31

Codes

Color #F4B795 in popluar color models

F4 B7 95
RGB 244 183 149
HSL 21° 81.20% 77.06%
HSB/HSV 21° 38.93% 95.69%
CMYK 0.00% 25.00% 38.93%
4.31%

Color #F4B795 in popluar number systems.

HEX F4 B7 95
Decimal 244 183 149
Binary 11110100 10110111 10010101
Octal 364 267 225

Shades and tints

Shades of #F4B795

#F4B795
(244,183,149)
#DEA788
(222,167,136)
#C8977B
(200,151,123)
#B2876E
(178,135,110)
#9C7761
(156,119,97)
#866754
(134,103,84)
#705747
(112,87,71)
#5A473A
(90,71,58)
#44372D
(68,55,45)
#2E2720
(46,39,32)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #F4B795

#F4B795
(244,183,149)
#F5BD9E
(245,189,158)
#F6C3A7
(246,195,167)
#F7C9B0
(247,201,176)
#F8CFB9
(248,207,185)
#F9D5C2
(249,213,194)
#FADBCB
(250,219,203)
#FBE1D4
(251,225,212)
#FCE7DD
(252,231,221)
#FDEDE6
(253,237,230)
#FEF3EF
(254,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B795 color. Also use rgb(244,183,149) instead hex code.

Text Font Color

.myTextColor { color: #F4B795; }

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

This text font color is #F4B795.

Background Color

.myBgColor { background-color: #F4B795; }

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

This div background color is #F4B795.

Border color

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

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

This div border color is #F4B795.

Opacity

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

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

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

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

This text has shadow with #F4B795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4B795.

Preview

Color preview on black background

This text has color #F4B795 on black background.


Color preview on white background

This text has color #F4B795 on white background.


Black color preview on #F4B795 background

This text has black color on #F4B795 background.


White color preview on #F4B795 background

This text has white color on #F4B795 background.


Related colors

Complementary color

Complementary color for #hex is #0B486A.


I love getcolorcode.com

Triadic colors

1 #95F4B7 and #B795F4 with #F4B795 are triadic colors.

2 #95B7F4 and #B7F495 with #F4B795 are triadic colors.