COLOR #F48125

HEX: #F48125
RGB: (244,129,37)

Renk bilgisi

#F48125 contains mainly red color. #F48125 ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#F48125 color RGB value is (244,129,37).

  • kırmız ton 244;
  • yeşil ton 129;
  • mavi ton 37.
RGB:
(244,129,37)
(96%,51%,15%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 129 of 255 = 51%
B 37 of 255 = 15%

244
129
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 129 + 37 = 410 (100%)
R 244 of 410 ~ 59.51%
G 129 of 410 ~ 31.46%
B 37 of 410 ~ 9.02%

%59.51
%31.46

CMYK RENK MODELİ

#F48125 rengi CMYK tonu (0,47,85,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.13%
  • sarı tonu 84.84%
  • ana renk tonu 4.31%
CMYK:
(0,47,85,4)
C0M47Y85K4 
(0%,47%,85%,4%)
(0.00/0.47/0.85/0.04)	

CMYK yüzdeleri

%0
%47.13
%84.84
%4.31

Codes

Color #F48125 in popluar color models

F48125
RGB24412937
HSL27°90.39%55.10%
HSB/HSV27°84.84%95.69%
CMYK0.00%47.13%84.84%
4.31%

Color #F48125 in popluar number systems.

HEXF48125
Decimal24412937
Binary1111010010000001100101
Octal36420145

Shades and tints

Shades of #F48125

#F48125
(244,129,37)
#DE7622
(222,118,34)
#C86B1F
(200,107,31)
#B2601C
(178,96,28)
#9C5519
(156,85,25)
#864A16
(134,74,22)
#703F13
(112,63,19)
#5A3410
(90,52,16)
#44290D
(68,41,13)
#2E1E0A
(46,30,10)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #F48125

#F48125
(244,129,37)
#F58C38
(245,140,56)
#F6974B
(246,151,75)
#F7A25E
(247,162,94)
#F8AD71
(248,173,113)
#F9B884
(249,184,132)
#FAC397
(250,195,151)
#FBCEAA
(251,206,170)
#FCD9BD
(252,217,189)
#FDE4D0
(253,228,208)
#FEEFE3
(254,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48125 color. Also use rgb(244,129,37) instead hex code.

Text Font Color

.myTextColor { color: #F48125; }

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

This text font color is #F48125.


Background Color

.myBgColor { background-color: #F48125; }

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

This div background color is #F48125.


Border color

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

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

This div border color is #F48125.


Opacity

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

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

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

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

This text has shadow with #F48125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48125 on black background.


Color preview on white background

This text has color #F48125 on white background.



Black color preview on #F48125 background

This text has black color on #F48125 background.


White color preview on #F48125 background

This text has white color on #F48125 background.