COLOR #F38359

HEX: #F38359
RGB: (243,131,89)

Renk bilgisi

#F38359 contains mainly red color. #F38359 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#F38359 color RGB value is (243,131,89).

  • kırmız ton 243;
  • yeşil ton 131;
  • mavi ton 89.
RGB:
(243,131,89)
(95%,51%,35%)

RGB bağlantıları ve doygunluk

R 243 of 255 = 95%
G 131 of 255 = 51%
B 89 of 255 = 35%

243
131
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
243 + 131 + 89 = 463 (100%)
R 243 of 463 ~ 52.48%
G 131 of 463 ~ 28.29%
B 89 of 463 ~ 19.22%

%52.48
%28.29
%19.22

CMYK RENK MODELİ

#F38359 rengi CMYK tonu (0,46,63,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.09%
  • sarı tonu 63.37%
  • ana renk tonu 4.71%
CMYK:
(0,46,63,5)
C0M46Y63K5 
(0%,46%,63%,5%)
(0.00/0.46/0.63/0.05)	

CMYK yüzdeleri

%0
%46.09
%63.37
%4.71

Codes

Color #F38359 in popluar color models

F38359
RGB24313189
HSL16°86.52%65.10%
HSB/HSV16°63.37%95.29%
CMYK0.00%46.09%63.37%
4.71%

Color #F38359 in popluar number systems.

HEXF38359
Decimal24313189
Binary11110011100000111011001
Octal363203131

Shades and tints

Shades of #F38359

#F38359
(243,131,89)
#DD7851
(221,120,81)
#C76D49
(199,109,73)
#B16241
(177,98,65)
#9B5739
(155,87,57)
#854C31
(133,76,49)
#6F4129
(111,65,41)
#593621
(89,54,33)
#432B19
(67,43,25)
#2D2011
(45,32,17)
#171509
(23,21,9)
#000000
(0,0,0)

Tints of #F38359

#F38359
(243,131,89)
#F48E68
(244,142,104)
#F59977
(245,153,119)
#F6A486
(246,164,134)
#F7AF95
(247,175,149)
#F8BAA4
(248,186,164)
#F9C5B3
(249,197,179)
#FAD0C2
(250,208,194)
#FBDBD1
(251,219,209)
#FCE6E0
(252,230,224)
#FDF1EF
(253,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38359 color. Also use rgb(243,131,89) instead hex code.

Text Font Color

.myTextColor { color: #F38359; }

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

This text font color is #F38359.


Background Color

.myBgColor { background-color: #F38359; }

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

This div background color is #F38359.


Border color

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

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

This div border color is #F38359.


Opacity

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

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

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

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

This text has shadow with #F38359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38359 on black background.


Color preview on white background

This text has color #F38359 on white background.



Black color preview on #F38359 background

This text has black color on #F38359 background.


White color preview on #F38359 background

This text has white color on #F38359 background.