COLOR #F5C443

HEX: #F5C443 RGB: (245,196,67)

Color info

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

RGB color model

#F5C443 color RGB value is (245,196,67).

RGB: (245,196,67) (96%, 77%, 26%)

RGB channels and saturation

R 245 of 255 = 96%
G 196 of 255 = 77%
B 67 of 255 = 26%

245
196
67

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

Portions of RGB colors in percentages

R + G + B = 245 + 196 + 67 = 508 (100%)
R 245 of 508 ~ 48.23%
G 196 of 508 ~ 38.58%
B 67 of 508 ~ 13.19'%

%48.23
%38.58
%13.19

CMYK color model

#F5C443 color CMYK value is (0,20,73,4).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 72.65%
  • key color value is 3.92%

CMYK: (0,20,73,4)
C0M20Y73K4 (0%, 20%, 73%, 4%)
(0.00 / 0.20 / 0.73 / 0.04)

CMYK percentages

%0
%20
%72.65
%3.92

Codes

Color #F5C443 in popluar color models

F5 C4 43
RGB 245 196 67
HSL 43° 89.90% 61.18%
HSB/HSV 43° 72.65% 96.08%
CMYK 0.00% 20.00% 72.65%
3.92%

Color #F5C443 in popluar number systems.

HEX F5 C4 43
Decimal 245 196 67
Binary 11110101 11000100 1000011
Octal 365 304 103

Shades and tints

Shades of #F5C443

#F5C443
(245,196,67)
#DFB33D
(223,179,61)
#C9A237
(201,162,55)
#B39131
(179,145,49)
#9D802B
(157,128,43)
#876F25
(135,111,37)
#715E1F
(113,94,31)
#5B4D19
(91,77,25)
#453C13
(69,60,19)
#2F2B0D
(47,43,13)
#191A07
(25,26,7)
#000000
(0,0,0)

Tints of #F5C443

#F5C443
(245,196,67)
#F5C954
(245,201,84)
#F5CE65
(245,206,101)
#F5D376
(245,211,118)
#F5D887
(245,216,135)
#F5DD98
(245,221,152)
#F5E2A9
(245,226,169)
#F5E7BA
(245,231,186)
#F5ECCB
(245,236,203)
#F5F1DC
(245,241,220)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C443 color. Also use rgb(245,196,67) instead hex code.

Text Font Color

.myTextColor { color: #F5C443; }

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

This text font color is #F5C443.

Background Color

.myBgColor { background-color: #F5C443; }

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

This div background color is #F5C443.

Border color

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

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

This div border color is #F5C443.

Opacity

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

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

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

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

This text has shadow with #F5C443 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C443.

Preview

Color preview on black background

This text has color #F5C443 on black background.


Color preview on white background

This text has color #F5C443 on white background.


Black color preview on #F5C443 background

This text has black color on #F5C443 background.


White color preview on #F5C443 background

This text has white color on #F5C443 background.


Related colors

Complementary color

Complementary color for #hex is #0A3BBC.


I love getcolorcode.com

Triadic colors

1 #43F5C4 and #C443F5 with #F5C443 are triadic colors.

2 #43C4F5 and #C4F543 with #F5C443 are triadic colors.