COLOR #F09600

HEX: #F09600
RGB: (240,150,0)

Renk bilgisi

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

RGB renk modeli

#F09600 color RGB value is (240,150,0).

  • kırmız ton 240;
  • yeşil ton 150;
  • mavi ton 0.
RGB:
(240,150,0)
(94%,59%,0%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 150 of 255 = 59%
B 0 of 255 = 0%

240
150
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 150 + 0 = 390 (100%)
R 240 of 390 ~ 61.54%
G 150 of 390 ~ 38.46%
B 0 of 390 ~ 0%

%61.54
%38.46

CMYK RENK MODELİ

#F09600 rengi CMYK tonu (0,38,100,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.50%
  • sarı tonu 100.00%
  • ana renk tonu 5.88%
CMYK:
(0,38,100,6)
C0M38Y100K6 
(0%,38%,100%,6%)
(0.00/0.38/1.00/0.06)	

CMYK yüzdeleri

%0
%37.5
%100
%5.88

Codes

Color #F09600 in popluar color models

F09600
RGB2401500
HSL38°100.00%47.06%
HSB/HSV38°100.00%94.12%
CMYK0.00%37.50%100.00%
5.88%

Color #F09600 in popluar number systems.

HEXF09600
Decimal2401500
Binary11110000100101100
Octal3602260

Shades and tints

Shades of #F09600

#F09600
(240,150,0)
#DB8900
(219,137,0)
#C67C00
(198,124,0)
#B16F00
(177,111,0)
#9C6200
(156,98,0)
#875500
(135,85,0)
#724800
(114,72,0)
#5D3B00
(93,59,0)
#482E00
(72,46,0)
#332100
(51,33,0)
#1E1400
(30,20,0)
#000000
(0,0,0)

Tints of #F09600

#F09600
(240,150,0)
#F19F17
(241,159,23)
#F2A82E
(242,168,46)
#F3B145
(243,177,69)
#F4BA5C
(244,186,92)
#F5C373
(245,195,115)
#F6CC8A
(246,204,138)
#F7D5A1
(247,213,161)
#F8DEB8
(248,222,184)
#F9E7CF
(249,231,207)
#FAF0E6
(250,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09600 color. Also use rgb(240,150,0) instead hex code.

Text Font Color

.myTextColor { color: #F09600; }

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

This text font color is #F09600.


Background Color

.myBgColor { background-color: #F09600; }

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

This div background color is #F09600.


Border color

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

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

This div border color is #F09600.


Opacity

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

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

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

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

This text has shadow with #F09600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09600 on black background.


Color preview on white background

This text has color #F09600 on white background.



Black color preview on #F09600 background

This text has black color on #F09600 background.


White color preview on #F09600 background

This text has white color on #F09600 background.