COLOR #F79B01

HEX: #F79B01
RGB: (247,155,1)

Renk bilgisi

#F79B01 contains mainly red color. #F79B01 ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

#F79B01 color RGB value is (247,155,1).

  • kırmız ton 247;
  • yeşil ton 155;
  • mavi ton 1.
RGB:
(247,155,1)
(97%,61%,0%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 155 of 255 = 61%
B 1 of 255 = 0%

247
155
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 155 + 1 = 403 (100%)
R 247 of 403 ~ 61.29%
G 155 of 403 ~ 38.46%
B 1 of 403 ~ 0.25%

%61.29
%38.46

CMYK RENK MODELİ

#F79B01 rengi CMYK tonu (0,37,100,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.25%
  • sarı tonu 99.60%
  • ana renk tonu 3.14%
CMYK:
(0,37,100,3)
C0M37Y100K3 
(0%,37%,100%,3%)
(0.00/0.37/1.00/0.03)	

CMYK yüzdeleri

%0
%37.25
%99.6
%3.14

Codes

Color #F79B01 in popluar color models

F79B01
RGB2471551
HSL38°99.19%48.63%
HSB/HSV38°99.60%96.86%
CMYK0.00%37.25%99.60%
3.14%

Color #F79B01 in popluar number systems.

HEXF79B01
Decimal2471551
Binary11110111100110111
Octal3672331

Shades and tints

Shades of #F79B01

#F79B01
(247,155,1)
#E18D01
(225,141,1)
#CB7F01
(203,127,1)
#B57101
(181,113,1)
#9F6301
(159,99,1)
#895501
(137,85,1)
#734701
(115,71,1)
#5D3901
(93,57,1)
#472B01
(71,43,1)
#311D01
(49,29,1)
#1B0F01
(27,15,1)
#000000
(0,0,0)

Tints of #F79B01

#F79B01
(247,155,1)
#F7A418
(247,164,24)
#F7AD2F
(247,173,47)
#F7B646
(247,182,70)
#F7BF5D
(247,191,93)
#F7C874
(247,200,116)
#F7D18B
(247,209,139)
#F7DAA2
(247,218,162)
#F7E3B9
(247,227,185)
#F7ECD0
(247,236,208)
#F7F5E7
(247,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F79B01 color. Also use rgb(247,155,1) instead hex code.

Text Font Color

.myTextColor { color: #F79B01; }

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

This text font color is #F79B01.


Background Color

.myBgColor { background-color: #F79B01; }

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

This div background color is #F79B01.


Border color

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

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

This div border color is #F79B01.


Opacity

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

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

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

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

This text has shadow with #F79B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F79B01 on black background.


Color preview on white background

This text has color #F79B01 on white background.



Black color preview on #F79B01 background

This text has black color on #F79B01 background.


White color preview on #F79B01 background

This text has white color on #F79B01 background.