COLOR #F7C428

HEX: #F7C428
RGB: (247,196,40)

Color info

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

RGB color model

#F7C428 color RGB value is (247,196,40).

  • red value is 247;
  • green value is 196;
  • blue value is 40.
RGB:
(247,196,40)
(97%,77%,16%)

RGB channels and saturation

R 247 of 255 = 97%
G 196 of 255 = 77%
B 40 of 255 = 16%

247
196
40

R + G + B ~ 63%. #F7C428 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 196 + 40 = 483 (100%)
R 247 of 483 ~ 51.14%
G 196 of 483 ~ 40.58%
B 40 of 483 ~ 8.28%

%51.14
%40.58

CMYK color model

#F7C428 color CMYK value is (0,21,84,3).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 83.81%
  • key color value is 3.14%
CMYK:
(0,21,84,3)
C0M21Y84K3 
(0%,21%,84%,3%)
(0.00/0.21/0.84/0.03)	

CMYK percentages

%0
%20.65
%83.81
%3.14

Codes

Color #F7C428 in popluar color models

F7C428
RGB24719640
HSL45°92.83%56.27%
HSB/HSV45°83.81%96.86%
CMYK0.00%20.65%83.81%
3.14%

Color #F7C428 in popluar number systems.

HEXF7C428
Decimal24719640
Binary1111011111000100101000
Octal36730450

Shades and tints

Shades of #F7C428

#F7C428
(247,196,40)
#E1B325
(225,179,37)
#CBA222
(203,162,34)
#B5911F
(181,145,31)
#9F801C
(159,128,28)
#896F19
(137,111,25)
#735E16
(115,94,22)
#5D4D13
(93,77,19)
#473C10
(71,60,16)
#312B0D
(49,43,13)
#1B1A0A
(27,26,10)
#000000
(0,0,0)

Tints of #F7C428

#F7C428
(247,196,40)
#F7C93B
(247,201,59)
#F7CE4E
(247,206,78)
#F7D361
(247,211,97)
#F7D874
(247,216,116)
#F7DD87
(247,221,135)
#F7E29A
(247,226,154)
#F7E7AD
(247,231,173)
#F7ECC0
(247,236,192)
#F7F1D3
(247,241,211)
#F7F6E6
(247,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C428 color. Also use rgb(247,196,40) instead hex code.

Text Font Color

.myTextColor { color: #F7C428; }

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

This text font color is #F7C428.


Background Color

.myBgColor { background-color: #F7C428; }

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

This div background color is #F7C428.


Border color

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

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

This div border color is #F7C428.


Opacity

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

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

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

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

This text has shadow with #F7C428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C428 on black background.


Color preview on white background

This text has color #F7C428 on white background.



Black color preview on #F7C428 background

This text has black color on #F7C428 background.


White color preview on #F7C428 background

This text has white color on #F7C428 background.