COLOR #F5B43B

HEX: #F5B43B
RGB: (245,180,59)

Renk bilgisi

#F5B43B contains mainly red color. #F5B43B ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#F5B43B color RGB value is (245,180,59).

  • kırmız ton 245;
  • yeşil ton 180;
  • mavi ton 59.
RGB:
(245,180,59)
(96%,71%,23%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 180 of 255 = 71%
B 59 of 255 = 23%

245
180
59

R + G + B ~ 63%. #F5B43B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 180 + 59 = 484 (100%)
R 245 of 484 ~ 50.62%
G 180 of 484 ~ 37.19%
B 59 of 484 ~ 12.19%

%50.62
%37.19
%12.19

CMYK RENK MODELİ

#F5B43B rengi CMYK tonu (0,27,76,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.53%
  • sarı tonu 75.92%
  • ana renk tonu 3.92%
CMYK:
(0,27,76,4)
C0M27Y76K4 
(0%,27%,76%,4%)
(0.00/0.27/0.76/0.04)	

CMYK yüzdeleri

%0
%26.53
%75.92
%3.92

Codes

Color #F5B43B in popluar color models

F5B43B
RGB24518059
HSL39°90.29%59.61%
HSB/HSV39°75.92%96.08%
CMYK0.00%26.53%75.92%
3.92%

Color #F5B43B in popluar number systems.

HEXF5B43B
Decimal24518059
Binary1111010110110100111011
Octal36526473

Shades and tints

Shades of #F5B43B

#F5B43B
(245,180,59)
#DFA436
(223,164,54)
#C99431
(201,148,49)
#B3842C
(179,132,44)
#9D7427
(157,116,39)
#876422
(135,100,34)
#71541D
(113,84,29)
#5B4418
(91,68,24)
#453413
(69,52,19)
#2F240E
(47,36,14)
#191409
(25,20,9)
#000000
(0,0,0)

Tints of #F5B43B

#F5B43B
(245,180,59)
#F5BA4C
(245,186,76)
#F5C05D
(245,192,93)
#F5C66E
(245,198,110)
#F5CC7F
(245,204,127)
#F5D290
(245,210,144)
#F5D8A1
(245,216,161)
#F5DEB2
(245,222,178)
#F5E4C3
(245,228,195)
#F5EAD4
(245,234,212)
#F5F0E5
(245,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B43B color. Also use rgb(245,180,59) instead hex code.

Text Font Color

.myTextColor { color: #F5B43B; }

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

This text font color is #F5B43B.


Background Color

.myBgColor { background-color: #F5B43B; }

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

This div background color is #F5B43B.


Border color

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

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

This div border color is #F5B43B.


Opacity

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

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

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

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

This text has shadow with #F5B43B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B43B on black background.


Color preview on white background

This text has color #F5B43B on white background.



Black color preview on #F5B43B background

This text has black color on #F5B43B background.


White color preview on #F5B43B background

This text has white color on #F5B43B background.