COLOR #F6C045

HEX: #F6C045
RGB: (246,192,69)

Color info

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

RGB color model

#F6C045 color RGB value is (246,192,69).

  • red value is 246;
  • green value is 192;
  • blue value is 69.
RGB:
(246,192,69)
(96%,75%,27%)

RGB channels and saturation

R 246 of 255 = 96%
G 192 of 255 = 75%
B 69 of 255 = 27%

246
192
69

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

Portions of RGB colors in percentages

R + G + B =
246 + 192 + 69 = 507 (100%)
R 246 of 507 ~ 48.52%
G 192 of 507 ~ 37.87%
B 69 of 507 ~ 13.61%

%48.52
%37.87
%13.61

CMYK color model

#F6C045 color CMYK value is (0,22,72,4).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 71.95%
  • key color value is 3.53%
CMYK:
(0,22,72,4)
C0M22Y72K4 
(0%,22%,72%,4%)
(0.00/0.22/0.72/0.04)	

CMYK percentages

%0
%21.95
%71.95
%3.53

Codes

Color #F6C045 in popluar color models

F6C045
RGB24619269
HSL42°90.77%61.76%
HSB/HSV42°71.95%96.47%
CMYK0.00%21.95%71.95%
3.53%

Color #F6C045 in popluar number systems.

HEXF6C045
Decimal24619269
Binary11110110110000001000101
Octal366300105

Shades and tints

Shades of #F6C045

#F6C045
(246,192,69)
#E0AF3F
(224,175,63)
#CA9E39
(202,158,57)
#B48D33
(180,141,51)
#9E7C2D
(158,124,45)
#886B27
(136,107,39)
#725A21
(114,90,33)
#5C491B
(92,73,27)
#463815
(70,56,21)
#30270F
(48,39,15)
#1A1609
(26,22,9)
#000000
(0,0,0)

Tints of #F6C045

#F6C045
(246,192,69)
#F6C555
(246,197,85)
#F6CA65
(246,202,101)
#F6CF75
(246,207,117)
#F6D485
(246,212,133)
#F6D995
(246,217,149)
#F6DEA5
(246,222,165)
#F6E3B5
(246,227,181)
#F6E8C5
(246,232,197)
#F6EDD5
(246,237,213)
#F6F2E5
(246,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C045 color. Also use rgb(246,192,69) instead hex code.

Text Font Color

.myTextColor { color: #F6C045; }

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

This text font color is #F6C045.


Background Color

.myBgColor { background-color: #F6C045; }

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

This div background color is #F6C045.


Border color

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

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

This div border color is #F6C045.


Opacity

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

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

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

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

This text has shadow with #F6C045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C045 on black background.


Color preview on white background

This text has color #F6C045 on white background.



Black color preview on #F6C045 background

This text has black color on #F6C045 background.


White color preview on #F6C045 background

This text has white color on #F6C045 background.