HEX: #F0B565
RGB: (240,181,101)
#F0B565 contains mainly red and green colors. Web safe color of #F0B565 is #FFCC66 (or #FC6).
#F0B565 color RGB value is (240,181,101).
RGB: (240,181,101)
(94%, 71%, 40%)
R 240 of 255 = 94%
G 181 of 255 = 71%
B 101 of 255 = 40%
R + G + B ~ 68%. #F0B565 is quite light color.
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'%
#F0B565 color CMYK value is (0,25,58,6).
CMYK: (0,25,58,6)
C0M25Y58K6 (0%, 25%, 58%, 6%)
(0.00 / 0.25 / 0.58 / 0.06)
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 of #F0B565
Tints of #F0B565
Examples of css and html codes for elements with #F0B565 color. Also use rgb(240,181,101) instead hex code.
.myTextColor { color: #F0B565; }
<p style="color:#F0B565">This sample text font color is #F0B565.</p>
This text font color is #F0B565.
.myBgColor { background-color: #F0B565; }
<div style="background-color:#F0B565">Inner text</div>
This div background color is #F0B565.
.myBorderColor { border: 1px solid #F0B565; }
<div style="border:3px solid #F0B565">Div</div>
This div border color is #F0B565.
.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%.
.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.
/* 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 text has color #F0B565 on black background.
This text has color #F0B565 on white background.
This text has black color on #F0B565 background.
This text has white color on #F0B565 background.
Complementary color for #hex is #0F4A9A.