COLOR #F0BD18

HEX: #F0BD18
RGB: (240,189,24)

Color info

#F0BD18 contains mainly red and green colors. Web safe color of #F0BD18 is #FFCC00 (or #FC0).

RGB color model

#F0BD18 color RGB value is (240,189,24).

  • red value is 240;
  • green value is 189;
  • blue value is 24.
RGB:
(240,189,24)
(94%,74%,9%)

RGB channels and saturation

R 240 of 255 = 94%
G 189 of 255 = 74%
B 24 of 255 = 9%

240
189
24

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

Portions of RGB colors in percentages

R + G + B =
240 + 189 + 24 = 453 (100%)
R 240 of 453 ~ 52.98%
G 189 of 453 ~ 41.72%
B 24 of 453 ~ 5.3%

%52.98
%41.72

CMYK color model

#F0BD18 color CMYK value is (0,21,90,6).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 90.00%
  • key color value is 5.88%
CMYK:
(0,21,90,6)
C0M21Y90K6 
(0%,21%,90%,6%)
(0.00/0.21/0.90/0.06)	

CMYK percentages

%0
%21.25
%90
%5.88

Codes

Color #F0BD18 in popluar color models

F0BD18
RGB24018924
HSL46°87.80%51.76%
HSB/HSV46°90.00%94.12%
CMYK0.00%21.25%90.00%
5.88%

Color #F0BD18 in popluar number systems.

HEXF0BD18
Decimal24018924
Binary111100001011110111000
Octal36027530

Shades and tints

Shades of #F0BD18

#F0BD18
(240,189,24)
#DBAC16
(219,172,22)
#C69B14
(198,155,20)
#B18A12
(177,138,18)
#9C7910
(156,121,16)
#87680E
(135,104,14)
#72570C
(114,87,12)
#5D460A
(93,70,10)
#483508
(72,53,8)
#332406
(51,36,6)
#1E1304
(30,19,4)
#000000
(0,0,0)

Tints of #F0BD18

#F0BD18
(240,189,24)
#F1C32D
(241,195,45)
#F2C942
(242,201,66)
#F3CF57
(243,207,87)
#F4D56C
(244,213,108)
#F5DB81
(245,219,129)
#F6E196
(246,225,150)
#F7E7AB
(247,231,171)
#F8EDC0
(248,237,192)
#F9F3D5
(249,243,213)
#FAF9EA
(250,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BD18; }

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

This text font color is #F0BD18.


Background Color

.myBgColor { background-color: #F0BD18; }

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

This div background color is #F0BD18.


Border color

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

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

This div border color is #F0BD18.


Opacity

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

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

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

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

This text has shadow with #F0BD18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BD18 on black background.


Color preview on white background

This text has color #F0BD18 on white background.



Black color preview on #F0BD18 background

This text has black color on #F0BD18 background.


White color preview on #F0BD18 background

This text has white color on #F0BD18 background.