HEX: #FEB25C
RGB: (254,178,92)
#FEB25C contains mainly red color. Web safe color of #FEB25C is #FF9966 (or #F96).
#FEB25C color RGB value is (254,178,92).
RGB: (254,178,92)
(100%, 70%, 36%)
R 254 of 255 = 100%
G 178 of 255 = 70%
B 92 of 255 = 36%
R + G + B ~ 69%. #FEB25C is quite light color.
R + G + B = 254 + 178 + 92 = 524 (100%)
R 254 of 524 ~ 48.47%
G 178 of 524 ~ 33.97%
B 92 of 524 ~ 17.56'%
#FEB25C color CMYK value is (0,30,64,0).
CMYK: (0,30,64,0)
C0M30Y64K0 (0%, 30%, 64%, 0%)
(0.00 / 0.30 / 0.64 / 0.00)
Color #FEB25C in popluar color models
FE | B2 | 5C | |
---|---|---|---|
RGB | 254 | 178 | 92 |
HSL | 32° | 98.78% | 67.84% |
HSB/HSV | 32° | 63.78% | 99.61% |
CMYK | 0.00% | 29.92% | 63.78% |
0.39% |
Color #FEB25C in popluar number systems.
HEX | FE | B2 | 5C |
Decimal | 254 | 178 | 92 |
Binary | 11111110 | 10110010 | 1011100 |
Octal | 376 | 262 | 134 |
Shades of #FEB25C
Tints of #FEB25C
Examples of css and html codes for elements with #FEB25C color. Also use rgb(254,178,92) instead hex code.
.myTextColor { color: #FEB25C; }
<p style="color:#FEB25C">This sample text font color is #FEB25C.</p>
This text font color is #FEB25C.
.myBgColor { background-color: #FEB25C; }
<div style="background-color:#FEB25C">Inner text</div>
This div background color is #FEB25C.
.myBorderColor { border: 1px solid #FEB25C; }
<div style="border:3px solid #FEB25C">Div</div>
This div border color is #FEB25C.
.myOpacity80 { color: #FEB25C; opacity: 0.8; }
<p style="color:#FEB25C;opacity:0.8;">80%</p>
Text with #FEB25C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEB25C;}
<p style="text-shadow: 3px 3px 1px #FEB25C">Text here.</p>
This text has shadow with #FEB25C color.
.textShadow {text-shadow: 3px 3px 1px #FEB25C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEB25C, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEB25C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEB25C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEB25C, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEB25C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEB25C;
-webkit-box-shadow: 1px 1px 3px 2px #FEB25C;
box-shadow: 1px 1px 3px 2px #FEB25C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEB25C; -webkit-box-shadow: 1px 1px 3px 2px #FEB25C; box-shadow:1px 1px 3px 2px #FEB25C;">
Div content here
</div>
This text has color #FEB25C on black background.
This text has color #FEB25C on white background.
This text has black color on #FEB25C background.
This text has white color on #FEB25C background.
Complementary color for #hex is #014DA3.