COLOR #F7D33A

HEX: #F7D33A
RGB: (247,211,58)

Color info

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

RGB color model

#F7D33A color RGB value is (247,211,58).

  • red value is 247;
  • green value is 211;
  • blue value is 58.
RGB:
(247,211,58)
(97%,83%,23%)

RGB channels and saturation

R 247 of 255 = 97%
G 211 of 255 = 83%
B 58 of 255 = 23%

247
211
58

R + G + B ~ 68%. #F7D33A is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 211 + 58 = 516 (100%)
R 247 of 516 ~ 47.87%
G 211 of 516 ~ 40.89%
B 58 of 516 ~ 11.24%

%47.87
%40.89
%11.24

CMYK color model

#F7D33A color CMYK value is (0,15,77,3).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 76.52%
  • key color value is 3.14%
CMYK:
(0,15,77,3)
C0M15Y77K3 
(0%,15%,77%,3%)
(0.00/0.15/0.77/0.03)	

CMYK percentages

%0
%14.57
%76.52
%3.14

Codes

Color #F7D33A in popluar color models

F7D33A
RGB24721158
HSL49°92.20%59.80%
HSB/HSV49°76.52%96.86%
CMYK0.00%14.57%76.52%
3.14%

Color #F7D33A in popluar number systems.

HEXF7D33A
Decimal24721158
Binary1111011111010011111010
Octal36732372

Shades and tints

Shades of #F7D33A

#F7D33A
(247,211,58)
#E1C035
(225,192,53)
#CBAD30
(203,173,48)
#B59A2B
(181,154,43)
#9F8726
(159,135,38)
#897421
(137,116,33)
#73611C
(115,97,28)
#5D4E17
(93,78,23)
#473B12
(71,59,18)
#31280D
(49,40,13)
#1B1508
(27,21,8)
#000000
(0,0,0)

Tints of #F7D33A

#F7D33A
(247,211,58)
#F7D74B
(247,215,75)
#F7DB5C
(247,219,92)
#F7DF6D
(247,223,109)
#F7E37E
(247,227,126)
#F7E78F
(247,231,143)
#F7EBA0
(247,235,160)
#F7EFB1
(247,239,177)
#F7F3C2
(247,243,194)
#F7F7D3
(247,247,211)
#F7FBE4
(247,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D33A color. Also use rgb(247,211,58) instead hex code.

Text Font Color

.myTextColor { color: #F7D33A; }

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

This text font color is #F7D33A.


Background Color

.myBgColor { background-color: #F7D33A; }

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

This div background color is #F7D33A.


Border color

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

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

This div border color is #F7D33A.


Opacity

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

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

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

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

This text has shadow with #F7D33A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D33A on black background.


Color preview on white background

This text has color #F7D33A on white background.



Black color preview on #F7D33A background

This text has black color on #F7D33A background.


White color preview on #F7D33A background

This text has white color on #F7D33A background.