COLOR #F0BD00

HEX: #F0BD00
RGB: (240,189,0)

Renk bilgisi

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

RGB renk modeli

#F0BD00 color RGB value is (240,189,0).

  • kırmız ton 240;
  • yeşil ton 189;
  • mavi ton 0.
RGB:
(240,189,0)
(94%,74%,0%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 189 of 255 = 74%
B 0 of 255 = 0%

240
189
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 189 + 0 = 429 (100%)
R 240 of 429 ~ 55.94%
G 189 of 429 ~ 44.06%
B 0 of 429 ~ 0%

%55.94
%44.06

CMYK RENK MODELİ

#F0BD00 rengi CMYK tonu (0,21,100,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.25%
  • sarı tonu 100.00%
  • ana renk tonu 5.88%
CMYK:
(0,21,100,6)
C0M21Y100K6 
(0%,21%,100%,6%)
(0.00/0.21/1.00/0.06)	

CMYK yüzdeleri

%0
%21.25
%100
%5.88

Codes

Color #F0BD00 in popluar color models

F0BD00
RGB2401890
HSL47°100.00%47.06%
HSB/HSV47°100.00%94.12%
CMYK0.00%21.25%100.00%
5.88%

Color #F0BD00 in popluar number systems.

HEXF0BD00
Decimal2401890
Binary11110000101111010
Octal3602750

Shades and tints

Shades of #F0BD00

#F0BD00
(240,189,0)
#DBAC00
(219,172,0)
#C69B00
(198,155,0)
#B18A00
(177,138,0)
#9C7900
(156,121,0)
#876800
(135,104,0)
#725700
(114,87,0)
#5D4600
(93,70,0)
#483500
(72,53,0)
#332400
(51,36,0)
#1E1300
(30,19,0)
#000000
(0,0,0)

Tints of #F0BD00

#F0BD00
(240,189,0)
#F1C317
(241,195,23)
#F2C92E
(242,201,46)
#F3CF45
(243,207,69)
#F4D55C
(244,213,92)
#F5DB73
(245,219,115)
#F6E18A
(246,225,138)
#F7E7A1
(247,231,161)
#F8EDB8
(248,237,184)
#F9F3CF
(249,243,207)
#FAF9E6
(250,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BD00 color. Also use rgb(240,189,0) instead hex code.

Text Font Color

.myTextColor { color: #F0BD00; }

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

This text font color is #F0BD00.


Background Color

.myBgColor { background-color: #F0BD00; }

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

This div background color is #F0BD00.


Border color

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

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

This div border color is #F0BD00.


Opacity

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

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

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

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

This text has shadow with #F0BD00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BD00 on black background.


Color preview on white background

This text has color #F0BD00 on white background.



Black color preview on #F0BD00 background

This text has black color on #F0BD00 background.


White color preview on #F0BD00 background

This text has white color on #F0BD00 background.