COLOR #F0BD24

HEX: #F0BD24
RGB: (240,189,36)

Color info

#F0BD24 contains mainly red and green colors. Web safe color of #F0BD24 is #FFCC33 (or #FC3).

RGB color model

#F0BD24 color RGB value is (240,189,36).

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

RGB channels and saturation

R 240 of 255 = 94%
G 189 of 255 = 74%
B 36 of 255 = 14%

240
189
36

R + G + B ~ 61%. #F0BD24 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 189 + 36 = 465 (100%)
R 240 of 465 ~ 51.61%
G 189 of 465 ~ 40.65%
B 36 of 465 ~ 7.74%

%51.61
%40.65

CMYK color model

#F0BD24 color CMYK value is (0,21,85,6).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 85.00%
  • key color value is 5.88%
CMYK:
(0,21,85,6)
C0M21Y85K6 
(0%,21%,85%,6%)
(0.00/0.21/0.85/0.06)	

CMYK percentages

%0
%21.25
%85
%5.88

Codes

Color #F0BD24 in popluar color models

F0BD24
RGB24018936
HSL45°87.18%54.12%
HSB/HSV45°85.00%94.12%
CMYK0.00%21.25%85.00%
5.88%

Color #F0BD24 in popluar number systems.

HEXF0BD24
Decimal24018936
Binary1111000010111101100100
Octal36027544

Shades and tints

Shades of #F0BD24

#F0BD24
(240,189,36)
#DBAC21
(219,172,33)
#C69B1E
(198,155,30)
#B18A1B
(177,138,27)
#9C7918
(156,121,24)
#876815
(135,104,21)
#725712
(114,87,18)
#5D460F
(93,70,15)
#48350C
(72,53,12)
#332409
(51,36,9)
#1E1306
(30,19,6)
#000000
(0,0,0)

Tints of #F0BD24

#F0BD24
(240,189,36)
#F1C337
(241,195,55)
#F2C94A
(242,201,74)
#F3CF5D
(243,207,93)
#F4D570
(244,213,112)
#F5DB83
(245,219,131)
#F6E196
(246,225,150)
#F7E7A9
(247,231,169)
#F8EDBC
(248,237,188)
#F9F3CF
(249,243,207)
#FAF9E2
(250,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BD24; }

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

This text font color is #F0BD24.


Background Color

.myBgColor { background-color: #F0BD24; }

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

This div background color is #F0BD24.


Border color

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

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

This div border color is #F0BD24.


Opacity

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

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

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

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

This text has shadow with #F0BD24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BD24 on black background.


Color preview on white background

This text has color #F0BD24 on white background.



Black color preview on #F0BD24 background

This text has black color on #F0BD24 background.


White color preview on #F0BD24 background

This text has white color on #F0BD24 background.