COLOR #F07E28

HEX: #F07E28
RGB: (240,126,40)

Renk bilgisi

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

RGB renk modeli

#F07E28 color RGB value is (240,126,40).

  • kırmız ton 240;
  • yeşil ton 126;
  • mavi ton 40.
RGB:
(240,126,40)
(94%,49%,16%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 126 of 255 = 49%
B 40 of 255 = 16%

240
126
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 126 + 40 = 406 (100%)
R 240 of 406 ~ 59.11%
G 126 of 406 ~ 31.03%
B 40 of 406 ~ 9.85%

%59.11
%31.03
%9.85

CMYK RENK MODELİ

#F07E28 rengi CMYK tonu (0,48,83,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.50%
  • sarı tonu 83.33%
  • ana renk tonu 5.88%
CMYK:
(0,48,83,6)
C0M48Y83K6 
(0%,48%,83%,6%)
(0.00/0.48/0.83/0.06)	

CMYK yüzdeleri

%0
%47.5
%83.33
%5.88

Codes

Color #F07E28 in popluar color models

F07E28
RGB24012640
HSL26°86.96%54.90%
HSB/HSV26°83.33%94.12%
CMYK0.00%47.50%83.33%
5.88%

Color #F07E28 in popluar number systems.

HEXF07E28
Decimal24012640
Binary111100001111110101000
Octal36017650

Shades and tints

Shades of #F07E28

#F07E28
(240,126,40)
#DB7325
(219,115,37)
#C66822
(198,104,34)
#B15D1F
(177,93,31)
#9C521C
(156,82,28)
#874719
(135,71,25)
#723C16
(114,60,22)
#5D3113
(93,49,19)
#482610
(72,38,16)
#331B0D
(51,27,13)
#1E100A
(30,16,10)
#000000
(0,0,0)

Tints of #F07E28

#F07E28
(240,126,40)
#F1893B
(241,137,59)
#F2944E
(242,148,78)
#F39F61
(243,159,97)
#F4AA74
(244,170,116)
#F5B587
(245,181,135)
#F6C09A
(246,192,154)
#F7CBAD
(247,203,173)
#F8D6C0
(248,214,192)
#F9E1D3
(249,225,211)
#FAECE6
(250,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07E28 color. Also use rgb(240,126,40) instead hex code.

Text Font Color

.myTextColor { color: #F07E28; }

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

This text font color is #F07E28.


Background Color

.myBgColor { background-color: #F07E28; }

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

This div background color is #F07E28.


Border color

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

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

This div border color is #F07E28.


Opacity

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

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

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

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

This text has shadow with #F07E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07E28 on black background.


Color preview on white background

This text has color #F07E28 on white background.



Black color preview on #F07E28 background

This text has black color on #F07E28 background.


White color preview on #F07E28 background

This text has white color on #F07E28 background.