COLOR #F1893B

HEX: #F1893B
RGB: (241,137,59)

Renk bilgisi

#F1893B contains mainly red color. #F1893B ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#F1893B color RGB value is (241,137,59).

  • kırmız ton 241;
  • yeşil ton 137;
  • mavi ton 59.
RGB:
(241,137,59)
(95%,54%,23%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 137 of 255 = 54%
B 59 of 255 = 23%

241
137
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 137 + 59 = 437 (100%)
R 241 of 437 ~ 55.15%
G 137 of 437 ~ 31.35%
B 59 of 437 ~ 13.5%

%55.15
%31.35
%13.5

CMYK RENK MODELİ

#F1893B rengi CMYK tonu (0,43,76,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.15%
  • sarı tonu 75.52%
  • ana renk tonu 5.49%
CMYK:
(0,43,76,5)
C0M43Y76K5 
(0%,43%,76%,5%)
(0.00/0.43/0.76/0.05)	

CMYK yüzdeleri

%0
%43.15
%75.52
%5.49

Codes

Color #F1893B in popluar color models

F1893B
RGB24113759
HSL26°86.67%58.82%
HSB/HSV26°75.52%94.51%
CMYK0.00%43.15%75.52%
5.49%

Color #F1893B in popluar number systems.

HEXF1893B
Decimal24113759
Binary1111000110001001111011
Octal36121173

Shades and tints

Shades of #F1893B

#F1893B
(241,137,59)
#DC7D36
(220,125,54)
#C77131
(199,113,49)
#B2652C
(178,101,44)
#9D5927
(157,89,39)
#884D22
(136,77,34)
#73411D
(115,65,29)
#5E3518
(94,53,24)
#492913
(73,41,19)
#341D0E
(52,29,14)
#1F1109
(31,17,9)
#000000
(0,0,0)

Tints of #F1893B

#F1893B
(241,137,59)
#F2934C
(242,147,76)
#F39D5D
(243,157,93)
#F4A76E
(244,167,110)
#F5B17F
(245,177,127)
#F6BB90
(246,187,144)
#F7C5A1
(247,197,161)
#F8CFB2
(248,207,178)
#F9D9C3
(249,217,195)
#FAE3D4
(250,227,212)
#FBEDE5
(251,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1893B color. Also use rgb(241,137,59) instead hex code.

Text Font Color

.myTextColor { color: #F1893B; }

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

This text font color is #F1893B.


Background Color

.myBgColor { background-color: #F1893B; }

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

This div background color is #F1893B.


Border color

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

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

This div border color is #F1893B.


Opacity

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

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

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

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

This text has shadow with #F1893B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1893B on black background.


Color preview on white background

This text has color #F1893B on white background.



Black color preview on #F1893B background

This text has black color on #F1893B background.


White color preview on #F1893B background

This text has white color on #F1893B background.