COLOR #F15B0E

HEX: #F15B0E
RGB: (241,91,14)

Renk bilgisi

#F15B0E contains mainly red color. #F15B0E ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#F15B0E color RGB value is (241,91,14).

  • kırmız ton 241;
  • yeşil ton 91;
  • mavi ton 14.
RGB:
(241,91,14)
(95%,36%,5%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 91 of 255 = 36%
B 14 of 255 = 5%

241
91
14

R + G + B ~ 45%. #F15B0E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 91 + 14 = 346 (100%)
R 241 of 346 ~ 69.65%
G 91 of 346 ~ 26.3%
B 14 of 346 ~ 4.05%

%69.65
%26.3

CMYK RENK MODELİ

#F15B0E rengi CMYK tonu (0,62,94,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.24%
  • sarı tonu 94.19%
  • ana renk tonu 5.49%
CMYK:
(0,62,94,5)
C0M62Y94K5 
(0%,62%,94%,5%)
(0.00/0.62/0.94/0.05)	

CMYK yüzdeleri

%0
%62.24
%94.19
%5.49

Codes

Color #F15B0E in popluar color models

F15B0E
RGB2419114
HSL20°89.02%50.00%
HSB/HSV20°94.19%94.51%
CMYK0.00%62.24%94.19%
5.49%

Color #F15B0E in popluar number systems.

HEXF15B0E
Decimal2419114
Binary1111000110110111110
Octal36113316

Shades and tints

Shades of #F15B0E

#F15B0E
(241,91,14)
#DC530D
(220,83,13)
#C74B0C
(199,75,12)
#B2430B
(178,67,11)
#9D3B0A
(157,59,10)
#883309
(136,51,9)
#732B08
(115,43,8)
#5E2307
(94,35,7)
#491B06
(73,27,6)
#341305
(52,19,5)
#1F0B04
(31,11,4)
#000000
(0,0,0)

Tints of #F15B0E

#F15B0E
(241,91,14)
#F26923
(242,105,35)
#F37738
(243,119,56)
#F4854D
(244,133,77)
#F59362
(245,147,98)
#F6A177
(246,161,119)
#F7AF8C
(247,175,140)
#F8BDA1
(248,189,161)
#F9CBB6
(249,203,182)
#FAD9CB
(250,217,203)
#FBE7E0
(251,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F15B0E color. Also use rgb(241,91,14) instead hex code.

Text Font Color

.myTextColor { color: #F15B0E; }

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

This text font color is #F15B0E.


Background Color

.myBgColor { background-color: #F15B0E; }

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

This div background color is #F15B0E.


Border color

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

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

This div border color is #F15B0E.


Opacity

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

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

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

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

This text has shadow with #F15B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F15B0E on black background.


Color preview on white background

This text has color #F15B0E on white background.



Black color preview on #F15B0E background

This text has black color on #F15B0E background.


White color preview on #F15B0E background

This text has white color on #F15B0E background.