COLOR #F97615

HEX: #F97615
RGB: (249,118,21)

Renk bilgisi

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

RGB renk modeli

#F97615 color RGB value is (249,118,21).

  • kırmız ton 249;
  • yeşil ton 118;
  • mavi ton 21.
RGB:
(249,118,21)
(98%,46%,8%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 118 of 255 = 46%
B 21 of 255 = 8%

249
118
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 118 + 21 = 388 (100%)
R 249 of 388 ~ 64.18%
G 118 of 388 ~ 30.41%
B 21 of 388 ~ 5.41%

%64.18
%30.41

CMYK RENK MODELİ

#F97615 rengi CMYK tonu (0,53,92,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.61%
  • sarı tonu 91.57%
  • ana renk tonu 2.35%
CMYK:
(0,53,92,2)
C0M53Y92K2 
(0%,53%,92%,2%)
(0.00/0.53/0.92/0.02)	

CMYK yüzdeleri

%0
%52.61
%91.57
%2.35

Codes

Color #F97615 in popluar color models

F97615
RGB24911821
HSL26°95.00%52.94%
HSB/HSV26°91.57%97.65%
CMYK0.00%52.61%91.57%
2.35%

Color #F97615 in popluar number systems.

HEXF97615
Decimal24911821
Binary11111001111011010101
Octal37116625

Shades and tints

Shades of #F97615

#F97615
(249,118,21)
#E36C14
(227,108,20)
#CD6213
(205,98,19)
#B75812
(183,88,18)
#A14E11
(161,78,17)
#8B4410
(139,68,16)
#753A0F
(117,58,15)
#5F300E
(95,48,14)
#49260D
(73,38,13)
#331C0C
(51,28,12)
#1D120B
(29,18,11)
#000000
(0,0,0)

Tints of #F97615

#F97615
(249,118,21)
#F9822A
(249,130,42)
#F98E3F
(249,142,63)
#F99A54
(249,154,84)
#F9A669
(249,166,105)
#F9B27E
(249,178,126)
#F9BE93
(249,190,147)
#F9CAA8
(249,202,168)
#F9D6BD
(249,214,189)
#F9E2D2
(249,226,210)
#F9EEE7
(249,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97615 color. Also use rgb(249,118,21) instead hex code.

Text Font Color

.myTextColor { color: #F97615; }

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

This text font color is #F97615.


Background Color

.myBgColor { background-color: #F97615; }

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

This div background color is #F97615.


Border color

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

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

This div border color is #F97615.


Opacity

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

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

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

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

This text has shadow with #F97615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97615 on black background.


Color preview on white background

This text has color #F97615 on white background.



Black color preview on #F97615 background

This text has black color on #F97615 background.


White color preview on #F97615 background

This text has white color on #F97615 background.