COLOR #F0D226

HEX: #F0D226
RGB: (240,210,38)

Color info

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

RGB color model

#F0D226 color RGB value is (240,210,38).

  • red value is 240;
  • green value is 210;
  • blue value is 38.
RGB:
(240,210,38)
(94%,82%,15%)

RGB channels and saturation

R 240 of 255 = 94%
G 210 of 255 = 82%
B 38 of 255 = 15%

240
210
38

R + G + B ~ 64%. #F0D226 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 210 + 38 = 488 (100%)
R 240 of 488 ~ 49.18%
G 210 of 488 ~ 43.03%
B 38 of 488 ~ 7.79%

%49.18
%43.03

CMYK color model

#F0D226 color CMYK value is (0,13,84,6).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 84.17%
  • key color value is 5.88%
CMYK:
(0,13,84,6)
C0M13Y84K6 
(0%,13%,84%,6%)
(0.00/0.13/0.84/0.06)	

CMYK percentages

%0
%12.5
%84.17
%5.88

Codes

Color #F0D226 in popluar color models

F0D226
RGB24021038
HSL51°87.07%54.51%
HSB/HSV51°84.17%94.12%
CMYK0.00%12.50%84.17%
5.88%

Color #F0D226 in popluar number systems.

HEXF0D226
Decimal24021038
Binary1111000011010010100110
Octal36032246

Shades and tints

Shades of #F0D226

#F0D226
(240,210,38)
#DBBF23
(219,191,35)
#C6AC20
(198,172,32)
#B1991D
(177,153,29)
#9C861A
(156,134,26)
#877317
(135,115,23)
#726014
(114,96,20)
#5D4D11
(93,77,17)
#483A0E
(72,58,14)
#33270B
(51,39,11)
#1E1408
(30,20,8)
#000000
(0,0,0)

Tints of #F0D226

#F0D226
(240,210,38)
#F1D639
(241,214,57)
#F2DA4C
(242,218,76)
#F3DE5F
(243,222,95)
#F4E272
(244,226,114)
#F5E685
(245,230,133)
#F6EA98
(246,234,152)
#F7EEAB
(247,238,171)
#F8F2BE
(248,242,190)
#F9F6D1
(249,246,209)
#FAFAE4
(250,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D226 color. Also use rgb(240,210,38) instead hex code.

Text Font Color

.myTextColor { color: #F0D226; }

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

This text font color is #F0D226.


Background Color

.myBgColor { background-color: #F0D226; }

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

This div background color is #F0D226.


Border color

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

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

This div border color is #F0D226.


Opacity

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

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

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

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

This text has shadow with #F0D226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D226 on black background.


Color preview on white background

This text has color #F0D226 on white background.



Black color preview on #F0D226 background

This text has black color on #F0D226 background.


White color preview on #F0D226 background

This text has white color on #F0D226 background.