COLOR #F0B33A

HEX: #F0B33A
RGB: (240,179,58)

Renk bilgisi

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

RGB renk modeli

#F0B33A color RGB value is (240,179,58).

  • kırmız ton 240;
  • yeşil ton 179;
  • mavi ton 58.
RGB:
(240,179,58)
(94%,70%,23%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 179 of 255 = 70%
B 58 of 255 = 23%

240
179
58

R + G + B ~ 62%. #F0B33A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 179 + 58 = 477 (100%)
R 240 of 477 ~ 50.31%
G 179 of 477 ~ 37.53%
B 58 of 477 ~ 12.16%

%50.31
%37.53
%12.16

CMYK RENK MODELİ

#F0B33A rengi CMYK tonu (0,25,76,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.42%
  • sarı tonu 75.83%
  • ana renk tonu 5.88%
CMYK:
(0,25,76,6)
C0M25Y76K6 
(0%,25%,76%,6%)
(0.00/0.25/0.76/0.06)	

CMYK yüzdeleri

%0
%25.42
%75.83
%5.88

Codes

Color #F0B33A in popluar color models

F0B33A
RGB24017958
HSL40°85.85%58.43%
HSB/HSV40°75.83%94.12%
CMYK0.00%25.42%75.83%
5.88%

Color #F0B33A in popluar number systems.

HEXF0B33A
Decimal24017958
Binary1111000010110011111010
Octal36026372

Shades and tints

Shades of #F0B33A

#F0B33A
(240,179,58)
#DBA335
(219,163,53)
#C69330
(198,147,48)
#B1832B
(177,131,43)
#9C7326
(156,115,38)
#876321
(135,99,33)
#72531C
(114,83,28)
#5D4317
(93,67,23)
#483312
(72,51,18)
#33230D
(51,35,13)
#1E1308
(30,19,8)
#000000
(0,0,0)

Tints of #F0B33A

#F0B33A
(240,179,58)
#F1B94B
(241,185,75)
#F2BF5C
(242,191,92)
#F3C56D
(243,197,109)
#F4CB7E
(244,203,126)
#F5D18F
(245,209,143)
#F6D7A0
(246,215,160)
#F7DDB1
(247,221,177)
#F8E3C2
(248,227,194)
#F9E9D3
(249,233,211)
#FAEFE4
(250,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B33A color. Also use rgb(240,179,58) instead hex code.

Text Font Color

.myTextColor { color: #F0B33A; }

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

This text font color is #F0B33A.


Background Color

.myBgColor { background-color: #F0B33A; }

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

This div background color is #F0B33A.


Border color

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

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

This div border color is #F0B33A.


Opacity

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

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

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

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

This text has shadow with #F0B33A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B33A on black background.


Color preview on white background

This text has color #F0B33A on white background.



Black color preview on #F0B33A background

This text has black color on #F0B33A background.


White color preview on #F0B33A background

This text has white color on #F0B33A background.