COLOR #F7D230

HEX: #F7D230
RGB: (247,210,48)

Color info

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

RGB color model

#F7D230 color RGB value is (247,210,48).

  • red value is 247;
  • green value is 210;
  • blue value is 48.
RGB:
(247,210,48)
(97%,82%,19%)

RGB channels and saturation

R 247 of 255 = 97%
G 210 of 255 = 82%
B 48 of 255 = 19%

247
210
48

R + G + B ~ 66%. #F7D230 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 210 + 48 = 505 (100%)
R 247 of 505 ~ 48.91%
G 210 of 505 ~ 41.58%
B 48 of 505 ~ 9.5%

%48.91
%41.58
%9.5

CMYK color model

#F7D230 color CMYK value is (0,15,81,3).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 80.57%
  • key color value is 3.14%
CMYK:
(0,15,81,3)
C0M15Y81K3 
(0%,15%,81%,3%)
(0.00/0.15/0.81/0.03)	

CMYK percentages

%0
%14.98
%80.57
%3.14

Codes

Color #F7D230 in popluar color models

F7D230
RGB24721048
HSL49°92.56%57.84%
HSB/HSV49°80.57%96.86%
CMYK0.00%14.98%80.57%
3.14%

Color #F7D230 in popluar number systems.

HEXF7D230
Decimal24721048
Binary1111011111010010110000
Octal36732260

Shades and tints

Shades of #F7D230

#F7D230
(247,210,48)
#E1BF2C
(225,191,44)
#CBAC28
(203,172,40)
#B59924
(181,153,36)
#9F8620
(159,134,32)
#89731C
(137,115,28)
#736018
(115,96,24)
#5D4D14
(93,77,20)
#473A10
(71,58,16)
#31270C
(49,39,12)
#1B1408
(27,20,8)
#000000
(0,0,0)

Tints of #F7D230

#F7D230
(247,210,48)
#F7D642
(247,214,66)
#F7DA54
(247,218,84)
#F7DE66
(247,222,102)
#F7E278
(247,226,120)
#F7E68A
(247,230,138)
#F7EA9C
(247,234,156)
#F7EEAE
(247,238,174)
#F7F2C0
(247,242,192)
#F7F6D2
(247,246,210)
#F7FAE4
(247,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D230 color. Also use rgb(247,210,48) instead hex code.

Text Font Color

.myTextColor { color: #F7D230; }

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

This text font color is #F7D230.


Background Color

.myBgColor { background-color: #F7D230; }

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

This div background color is #F7D230.


Border color

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

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

This div border color is #F7D230.


Opacity

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

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

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

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

This text has shadow with #F7D230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D230 on black background.


Color preview on white background

This text has color #F7D230 on white background.



Black color preview on #F7D230 background

This text has black color on #F7D230 background.


White color preview on #F7D230 background

This text has white color on #F7D230 background.