HEX: #F5B25C
RGB: (245,178,92)
#F5B25C contains mainly red color. Web safe color of #F5B25C is #FF9966 (or #F96).
#F5B25C color RGB value is (245,178,92).
RGB: (245,178,92)
(96%, 70%, 36%)
R 245 of 255 = 96%
G 178 of 255 = 70%
B 92 of 255 = 36%
R + G + B ~ 67%. #F5B25C is quite light color.
R + G + B = 245 + 178 + 92 = 515 (100%)
R 245 of 515 ~ 47.57%
G 178 of 515 ~ 34.56%
B 92 of 515 ~ 17.86'%
#F5B25C color CMYK value is (0,27,62,4).
CMYK: (0,27,62,4) C0M27Y62K4 (0%,27%,62%,4%) (0.00/0.27/0.62/0.04)
Color #F5B25C in popluar color models
F5 | B2 | 5C | |
---|---|---|---|
RGB | 245 | 178 | 92 |
HSL | 34° | 88.44% | 66.08% |
HSB/HSV | 34° | 62.45% | 96.08% |
CMYK | 0.00% | 27.35% | 62.45% |
3.92% |
Color #F5B25C in popluar number systems.
HEX | F5 | B2 | 5C |
Decimal | 245 | 178 | 92 |
Binary | 11110101 | 10110010 | 1011100 |
Octal | 365 | 262 | 134 |
Shades of #F5B25C
Tints of #F5B25C
Examples of css and html codes for elements with #F5B25C color. Also use rgb(245,178,92) instead hex code.
.myTextColor { color: #F5B25C; }
<p style="color:#F5B25C">This sample text font color is #F5B25C.</p>
This text font color is #F5B25C.
.myBgColor { background-color: #F5B25C; }
<div style="background-color:#F5B25C">Inner text</div>
This div background color is #F5B25C.
.myBorderColor { border: 1px solid #F5B25C; }
<div style="border:3px solid #F5B25C">Div</div>
This div border color is #F5B25C.
.myOpacity80 { color: #F5B25C; opacity: 0.8; }
<p style="color:#F5B25C;opacity:0.8;">80%</p>
Text with #F5B25C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5B25C;}
<p style="text-shadow: 3px 3px 1px #F5B25C">Text here.</p>
This text has shadow with #F5B25C color.
.textShadow {text-shadow: 3px 3px 1px #F5B25C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5B25C, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5B25C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5B25C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5B25C, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5B25C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5B25C;
-webkit-box-shadow: 1px 1px 3px 2px #F5B25C;
box-shadow: 1px 1px 3px 2px #F5B25C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5B25C; -webkit-box-shadow: 1px 1px 3px 2px #F5B25C; box-shadow:1px 1px 3px 2px #F5B25C;">
Div content here
</div>
This text has color #F5B25C on black background.
This text has color #F5B25C on white background.
This text has black color on #F5B25C background.
This text has white color on #F5B25C background.
Complementary color for #hex is #0A4DA3.