COLOR #F0B565

HEX: #F0B565 RGB: (240,181,101)

Color info

#F0B565 contains mainly red and green colors. Web safe color of #F0B565 is #FFCC66 (or #FC6).

RGB color model

#F0B565 color RGB value is (240,181,101).

RGB: (240,181,101) (94%, 71%, 40%)

RGB channels and saturation

R 240 of 255 = 94%
G 181 of 255 = 71%
B 101 of 255 = 40%

240
181
101

R + G + B ~ 68%. #F0B565 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 181 + 101 = 522 (100%)
R 240 of 522 ~ 45.98%
G 181 of 522 ~ 34.67%
B 101 of 522 ~ 19.35'%

%45.98
%34.67
%19.35

CMYK color model

#F0B565 color CMYK value is (0,25,58,6).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 57.92%
  • key color value is 5.88%

CMYK: (0,25,58,6)
C0M25Y58K6 (0%, 25%, 58%, 6%)
(0.00 / 0.25 / 0.58 / 0.06)

CMYK percentages

%0
%24.58
%57.92
%5.88

Codes

Color #F0B565 in popluar color models

F0 B5 65
RGB 240 181 101
HSL 35° 82.25% 66.86%
HSB/HSV 35° 57.92% 94.12%
CMYK 0.00% 24.58% 57.92%
5.88%

Color #F0B565 in popluar number systems.

HEX F0 B5 65
Decimal 240 181 101
Binary 11110000 10110101 1100101
Octal 360 265 145

Shades and tints

Shades of #F0B565

#F0B565
(240,181,101)
#DBA55C
(219,165,92)
#C69553
(198,149,83)
#B1854A
(177,133,74)
#9C7541
(156,117,65)
#876538
(135,101,56)
#72552F
(114,85,47)
#5D4526
(93,69,38)
#48351D
(72,53,29)
#332514
(51,37,20)
#1E150B
(30,21,11)
#000000
(0,0,0)

Tints of #F0B565

#F0B565
(240,181,101)
#F1BB73
(241,187,115)
#F2C181
(242,193,129)
#F3C78F
(243,199,143)
#F4CD9D
(244,205,157)
#F5D3AB
(245,211,171)
#F6D9B9
(246,217,185)
#F7DFC7
(247,223,199)
#F8E5D5
(248,229,213)
#F9EBE3
(249,235,227)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B565 color. Also use rgb(240,181,101) instead hex code.

Text Font Color

.myTextColor { color: #F0B565; }

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

This text font color is #F0B565.

Background Color

.myBgColor { background-color: #F0B565; }

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

This div background color is #F0B565.

Border color

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

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

This div border color is #F0B565.

Opacity

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

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

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

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

This text has shadow with #F0B565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B565.

Preview

Color preview on black background

This text has color #F0B565 on black background.


Color preview on white background

This text has color #F0B565 on white background.


Black color preview on #F0B565 background

This text has black color on #F0B565 background.


White color preview on #F0B565 background

This text has white color on #F0B565 background.


Related colors

Complementary color

Complementary color for #hex is #0F4A9A.


I love getcolorcode.com

Triadic colors

1 #65F0B5 and #B565F0 with #F0B565 are triadic colors.

2 #65B5F0 and #B5F065 with #F0B565 are triadic colors.