HEX: #F25E19
RGB: (242,94,25)
#F25E19 contains mainly red color. #F25E19 ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.
#F25E19 color RGB value is (242,94,25).
RGB: (242,94,25)
(95%, 37%, 10%)
R 242 of 255 = 95%
G 94 of 255 = 37%
B 25 of 255 = 10%
R + G + B ~ 47%. #F25E19 is middle color (not dark and not light).
R + G + B = 242 + 94 + 25 = 361 (100%)
R 242 of 361 ~ 67.04%
G 94 of 361 ~ 26.04%
B 25 of 361 ~ 6.93'%
#F25E19 rengi CMYK tonu (0,61,90,5).
CMYK: (0,61,90,5)
C0M61Y90K5 (0%, 61%, 90%, 5%)
(0.00 / 0.61 / 0.90 / 0.05)
Color #F25E19 in popluar color models
F2 | 5E | 19 | |
---|---|---|---|
RGB | 242 | 94 | 25 |
HSL | 19° | 89.30% | 52.35% |
HSB/HSV | 19° | 89.67% | 94.90% |
CMYK | 0.00% | 61.16% | 89.67% |
5.10% |
Color #F25E19 in popluar number systems.
HEX | F2 | 5E | 19 |
Decimal | 242 | 94 | 25 |
Binary | 11110010 | 1011110 | 11001 |
Octal | 362 | 136 | 31 |
Shades of #F25E19
Tints of #F25E19
Examples of css and html codes for elements with #F25E19 color. Also use rgb(242,94,25) instead hex code.
.myTextColor { color: #F25E19; }
<p style="color:#F25E19">This sample text font color is #F25E19.</p>
This text font color is #F25E19.
.myBgColor { background-color: #F25E19; }
<div style="background-color:#F25E19">Inner text</div>
This div background color is #F25E19.
.myBorderColor { border: 1px solid #F25E19; }
<div style="border:3px solid #F25E19">Div</div>
This div border color is #F25E19.
.myOpacity80 { color: #F25E19; opacity: 0.8; }
<p style="color:#F25E19;opacity:0.8;">80%</p>
Text with #F25E19 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F25E19;}
<p style="text-shadow: 3px 3px 1px #F25E19">Text here.</p>
This text has shadow with #F25E19 color.
.textShadow {text-shadow: 3px 3px 1px #F25E19', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F25E19, 5px 5px 20px red">Text here.</p>
This text has shadow with #F25E19 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F25E19, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F25E19, Direction=45, Strength=4)">Text</p>
This text has shadow with #F25E19 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F25E19;
-webkit-box-shadow: 1px 1px 3px 2px #F25E19;
box-shadow: 1px 1px 3px 2px #F25E19;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F25E19; -webkit-box-shadow: 1px 1px 3px 2px #F25E19; box-shadow:1px 1px 3px 2px #F25E19;">
Div content here
</div>
This text has color #F25E19 on black background.
This text has color #F25E19 on white background.
This text has black color on #F25E19 background.
This text has white color on #F25E19 background.
Complementary color for #hex is #0DA1E6.