COLOR #F8693D

HEX: #F8693D
RGB: (248,105,61)

Renk bilgisi

#F8693D contains mainly red color. #F8693D ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#F8693D color RGB value is (248,105,61).

  • kırmız ton 248;
  • yeşil ton 105;
  • mavi ton 61.
RGB:
(248,105,61)
(97%,41%,24%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 105 of 255 = 41%
B 61 of 255 = 24%

248
105
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 105 + 61 = 414 (100%)
R 248 of 414 ~ 59.9%
G 105 of 414 ~ 25.36%
B 61 of 414 ~ 14.73%

%59.9
%25.36
%14.73

CMYK RENK MODELİ

#F8693D rengi CMYK tonu (0,58,75,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.66%
  • sarı tonu 75.40%
  • ana renk tonu 2.75%
CMYK:
(0,58,75,3)
C0M58Y75K3 
(0%,58%,75%,3%)
(0.00/0.58/0.75/0.03)	

CMYK yüzdeleri

%0
%57.66
%75.4
%2.75

Codes

Color #F8693D in popluar color models

F8693D
RGB24810561
HSL14°93.03%60.59%
HSB/HSV14°75.40%97.25%
CMYK0.00%57.66%75.40%
2.75%

Color #F8693D in popluar number systems.

HEXF8693D
Decimal24810561
Binary111110001101001111101
Octal37015175

Shades and tints

Shades of #F8693D

#F8693D
(248,105,61)
#E26038
(226,96,56)
#CC5733
(204,87,51)
#B64E2E
(182,78,46)
#A04529
(160,69,41)
#8A3C24
(138,60,36)
#74331F
(116,51,31)
#5E2A1A
(94,42,26)
#482115
(72,33,21)
#321810
(50,24,16)
#1C0F0B
(28,15,11)
#000000
(0,0,0)

Tints of #F8693D

#F8693D
(248,105,61)
#F8764E
(248,118,78)
#F8835F
(248,131,95)
#F89070
(248,144,112)
#F89D81
(248,157,129)
#F8AA92
(248,170,146)
#F8B7A3
(248,183,163)
#F8C4B4
(248,196,180)
#F8D1C5
(248,209,197)
#F8DED6
(248,222,214)
#F8EBE7
(248,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8693D color. Also use rgb(248,105,61) instead hex code.

Text Font Color

.myTextColor { color: #F8693D; }

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

This text font color is #F8693D.


Background Color

.myBgColor { background-color: #F8693D; }

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

This div background color is #F8693D.


Border color

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

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

This div border color is #F8693D.


Opacity

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

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

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

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

This text has shadow with #F8693D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8693D on black background.


Color preview on white background

This text has color #F8693D on white background.



Black color preview on #F8693D background

This text has black color on #F8693D background.


White color preview on #F8693D background

This text has white color on #F8693D background.