COLOR #F47B21

HEX: #F47B21
RGB: (244,123,33)

Renk bilgisi

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

RGB renk modeli

#F47B21 color RGB value is (244,123,33).

  • kırmız ton 244;
  • yeşil ton 123;
  • mavi ton 33.
RGB:
(244,123,33)
(96%,48%,13%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 123 of 255 = 48%
B 33 of 255 = 13%

244
123
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 123 + 33 = 400 (100%)
R 244 of 400 ~ 61%
G 123 of 400 ~ 30.75%
B 33 of 400 ~ 8.25%

%61
%30.75

CMYK RENK MODELİ

#F47B21 rengi CMYK tonu (0,50,86,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.59%
  • sarı tonu 86.48%
  • ana renk tonu 4.31%
CMYK:
(0,50,86,4)
C0M50Y86K4 
(0%,50%,86%,4%)
(0.00/0.50/0.86/0.04)	

CMYK yüzdeleri

%0
%49.59
%86.48
%4.31

Codes

Color #F47B21 in popluar color models

F47B21
RGB24412333
HSL26°90.56%54.31%
HSB/HSV26°86.48%95.69%
CMYK0.00%49.59%86.48%
4.31%

Color #F47B21 in popluar number systems.

HEXF47B21
Decimal24412333
Binary111101001111011100001
Octal36417341

Shades and tints

Shades of #F47B21

#F47B21
(244,123,33)
#DE701E
(222,112,30)
#C8651B
(200,101,27)
#B25A18
(178,90,24)
#9C4F15
(156,79,21)
#864412
(134,68,18)
#70390F
(112,57,15)
#5A2E0C
(90,46,12)
#442309
(68,35,9)
#2E1806
(46,24,6)
#180D03
(24,13,3)
#000000
(0,0,0)

Tints of #F47B21

#F47B21
(244,123,33)
#F58735
(245,135,53)
#F69349
(246,147,73)
#F79F5D
(247,159,93)
#F8AB71
(248,171,113)
#F9B785
(249,183,133)
#FAC399
(250,195,153)
#FBCFAD
(251,207,173)
#FCDBC1
(252,219,193)
#FDE7D5
(253,231,213)
#FEF3E9
(254,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F47B21 color. Also use rgb(244,123,33) instead hex code.

Text Font Color

.myTextColor { color: #F47B21; }

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

This text font color is #F47B21.


Background Color

.myBgColor { background-color: #F47B21; }

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

This div background color is #F47B21.


Border color

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

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

This div border color is #F47B21.


Opacity

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

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

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

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

This text has shadow with #F47B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F47B21 on black background.


Color preview on white background

This text has color #F47B21 on white background.



Black color preview on #F47B21 background

This text has black color on #F47B21 background.


White color preview on #F47B21 background

This text has white color on #F47B21 background.