COLOR #F2B50D

HEX: #F2B50D
RGB: (242,181,13)

Renk bilgisi

#F2B50D contains mainly red color. #F2B50D ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#F2B50D color RGB value is (242,181,13).

  • kırmız ton 242;
  • yeşil ton 181;
  • mavi ton 13.
RGB:
(242,181,13)
(95%,71%,5%)

RGB bağlantıları ve doygunluk

R 242 of 255 = 95%
G 181 of 255 = 71%
B 13 of 255 = 5%

242
181
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
242 + 181 + 13 = 436 (100%)
R 242 of 436 ~ 55.5%
G 181 of 436 ~ 41.51%
B 13 of 436 ~ 2.98%

%55.5
%41.51

CMYK RENK MODELİ

#F2B50D rengi CMYK tonu (0,25,95,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.21%
  • sarı tonu 94.63%
  • ana renk tonu 5.10%
CMYK:
(0,25,95,5)
C0M25Y95K5 
(0%,25%,95%,5%)
(0.00/0.25/0.95/0.05)	

CMYK yüzdeleri

%0
%25.21
%94.63
%5.1

Codes

Color #F2B50D in popluar color models

F2B50D
RGB24218113
HSL44°89.80%50.00%
HSB/HSV44°94.63%94.90%
CMYK0.00%25.21%94.63%
5.10%

Color #F2B50D in popluar number systems.

HEXF2B50D
Decimal24218113
Binary11110010101101011101
Octal36226515

Shades and tints

Shades of #F2B50D

#F2B50D
(242,181,13)
#DCA50C
(220,165,12)
#C6950B
(198,149,11)
#B0850A
(176,133,10)
#9A7509
(154,117,9)
#846508
(132,101,8)
#6E5507
(110,85,7)
#584506
(88,69,6)
#423505
(66,53,5)
#2C2504
(44,37,4)
#161503
(22,21,3)
#000000
(0,0,0)

Tints of #F2B50D

#F2B50D
(242,181,13)
#F3BB23
(243,187,35)
#F4C139
(244,193,57)
#F5C74F
(245,199,79)
#F6CD65
(246,205,101)
#F7D37B
(247,211,123)
#F8D991
(248,217,145)
#F9DFA7
(249,223,167)
#FAE5BD
(250,229,189)
#FBEBD3
(251,235,211)
#FCF1E9
(252,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B50D color. Also use rgb(242,181,13) instead hex code.

Text Font Color

.myTextColor { color: #F2B50D; }

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

This text font color is #F2B50D.


Background Color

.myBgColor { background-color: #F2B50D; }

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

This div background color is #F2B50D.


Border color

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

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

This div border color is #F2B50D.


Opacity

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

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

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

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

This text has shadow with #F2B50D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B50D on black background.


Color preview on white background

This text has color #F2B50D on white background.



Black color preview on #F2B50D background

This text has black color on #F2B50D background.


White color preview on #F2B50D background

This text has white color on #F2B50D background.