COLOR #F0B904

HEX: #F0B904
RGB: (240,185,4)

Renk bilgisi

#F0B904 contains mainly red and green colors. #F0B904 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#F0B904 color RGB value is (240,185,4).

  • kırmız ton 240;
  • yeşil ton 185;
  • mavi ton 4.
RGB:
(240,185,4)
(94%,73%,2%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 185 of 255 = 73%
B 4 of 255 = 2%

240
185
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 185 + 4 = 429 (100%)
R 240 of 429 ~ 55.94%
G 185 of 429 ~ 43.12%
B 4 of 429 ~ 0.93%

%55.94
%43.12

CMYK RENK MODELİ

#F0B904 rengi CMYK tonu (0,23,98,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.92%
  • sarı tonu 98.33%
  • ana renk tonu 5.88%
CMYK:
(0,23,98,6)
C0M23Y98K6 
(0%,23%,98%,6%)
(0.00/0.23/0.98/0.06)	

CMYK yüzdeleri

%0
%22.92
%98.33
%5.88

Codes

Color #F0B904 in popluar color models

F0B904
RGB2401854
HSL46°96.72%47.84%
HSB/HSV46°98.33%94.12%
CMYK0.00%22.92%98.33%
5.88%

Color #F0B904 in popluar number systems.

HEXF0B904
Decimal2401854
Binary1111000010111001100
Octal3602714

Shades and tints

Shades of #F0B904

#F0B904
(240,185,4)
#DBA904
(219,169,4)
#C69904
(198,153,4)
#B18904
(177,137,4)
#9C7904
(156,121,4)
#876904
(135,105,4)
#725904
(114,89,4)
#5D4904
(93,73,4)
#483904
(72,57,4)
#332904
(51,41,4)
#1E1904
(30,25,4)
#000000
(0,0,0)

Tints of #F0B904

#F0B904
(240,185,4)
#F1BF1A
(241,191,26)
#F2C530
(242,197,48)
#F3CB46
(243,203,70)
#F4D15C
(244,209,92)
#F5D772
(245,215,114)
#F6DD88
(246,221,136)
#F7E39E
(247,227,158)
#F8E9B4
(248,233,180)
#F9EFCA
(249,239,202)
#FAF5E0
(250,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B904 color. Also use rgb(240,185,4) instead hex code.

Text Font Color

.myTextColor { color: #F0B904; }

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

This text font color is #F0B904.


Background Color

.myBgColor { background-color: #F0B904; }

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

This div background color is #F0B904.


Border color

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

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

This div border color is #F0B904.


Opacity

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

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

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

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

This text has shadow with #F0B904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B904 on black background.


Color preview on white background

This text has color #F0B904 on white background.



Black color preview on #F0B904 background

This text has black color on #F0B904 background.


White color preview on #F0B904 background

This text has white color on #F0B904 background.