COLOR #F0D638

HEX: #F0D638
RGB: (240,214,56)

Color info

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

RGB color model

#F0D638 color RGB value is (240,214,56).

  • red value is 240;
  • green value is 214;
  • blue value is 56.
RGB:
(240,214,56)
(94%,84%,22%)

RGB channels and saturation

R 240 of 255 = 94%
G 214 of 255 = 84%
B 56 of 255 = 22%

240
214
56

R + G + B ~ 67%. #F0D638 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 214 + 56 = 510 (100%)
R 240 of 510 ~ 47.06%
G 214 of 510 ~ 41.96%
B 56 of 510 ~ 10.98%

%47.06
%41.96
%10.98

CMYK color model

#F0D638 color CMYK value is (0,11,77,6).

  • cyan value is 0.00%
  • magenta value is 10.83%
  • yellow value is 76.67%
  • key color value is 5.88%
CMYK:
(0,11,77,6)
C0M11Y77K6 
(0%,11%,77%,6%)
(0.00/0.11/0.77/0.06)	

CMYK percentages

%0
%10.83
%76.67
%5.88

Codes

Color #F0D638 in popluar color models

F0D638
RGB24021456
HSL52°85.98%58.04%
HSB/HSV52°76.67%94.12%
CMYK0.00%10.83%76.67%
5.88%

Color #F0D638 in popluar number systems.

HEXF0D638
Decimal24021456
Binary1111000011010110111000
Octal36032670

Shades and tints

Shades of #F0D638

#F0D638
(240,214,56)
#DBC333
(219,195,51)
#C6B02E
(198,176,46)
#B19D29
(177,157,41)
#9C8A24
(156,138,36)
#87771F
(135,119,31)
#72641A
(114,100,26)
#5D5115
(93,81,21)
#483E10
(72,62,16)
#332B0B
(51,43,11)
#1E1806
(30,24,6)
#000000
(0,0,0)

Tints of #F0D638

#F0D638
(240,214,56)
#F1D94A
(241,217,74)
#F2DC5C
(242,220,92)
#F3DF6E
(243,223,110)
#F4E280
(244,226,128)
#F5E592
(245,229,146)
#F6E8A4
(246,232,164)
#F7EBB6
(247,235,182)
#F8EEC8
(248,238,200)
#F9F1DA
(249,241,218)
#FAF4EC
(250,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D638 color. Also use rgb(240,214,56) instead hex code.

Text Font Color

.myTextColor { color: #F0D638; }

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

This text font color is #F0D638.


Background Color

.myBgColor { background-color: #F0D638; }

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

This div background color is #F0D638.


Border color

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

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

This div border color is #F0D638.


Opacity

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

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

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

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

This text has shadow with #F0D638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D638 on black background.


Color preview on white background

This text has color #F0D638 on white background.



Black color preview on #F0D638 background

This text has black color on #F0D638 background.


White color preview on #F0D638 background

This text has white color on #F0D638 background.